@konfuzio/document-validation-ui 0.1.10-dev.4 → 0.1.10-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/app.css +1 -1
- package/dist/index.html +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/app.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/scss/document_edit.scss +27 -7
- package/src/assets/scss/document_name.scss +1 -1
- package/src/assets/scss/document_top_bar.scss +4 -0
- package/src/assets/scss/main.scss +1 -1
- package/src/assets/scss/variables.scss +1 -0
- package/src/components/DocumentAnnotations/DocumentAnnotations.vue +0 -11
- package/src/components/DocumentCategory.vue +2 -2
- package/src/components/DocumentDashboard.vue +3 -15
- package/src/components/DocumentEdit/DocumentEdit.vue +80 -25
- package/src/components/DocumentEdit/EditPages.vue +5 -3
- package/src/components/DocumentEdit/{SplitOverview.vue → RenameAndCategorize.vue} +9 -8
- package/src/components/DocumentEdit/index.js +1 -1
- package/src/components/DocumentTopBar/DocumentTopBarButtons.vue +66 -30
- package/src/locales/de.json +5 -5
- package/src/locales/en.json +5 -5
- package/src/locales/es.json +18 -18
- package/src/store/document.js +14 -12
- package/src/store/edit.js +30 -14
- package/src/assets/scss/categorize_modal.scss +0 -45
- package/src/assets/scss/splitting_confirmation_modal.scss +0 -41
- package/src/components/DocumentAnnotations/CategorizeModal.vue +0 -247
- package/src/components/DocumentModals/SplittingSuggestionsModal.vue +0 -132
package/dist/css/app.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);[data-v-4bdd83de]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.category-chooser[data-v-4bdd83de]{cursor:pointer}.category-chooser.split-mode[data-v-4bdd83de]{border:1px solid #d0d5dd;border-radius:4px;background-color:#fff}.category-chooser.split-mode[data-v-4bdd83de]:hover{border-color:#b5b5b5;background-color:transparent}.category-chooser.disabled[data-v-4bdd83de]{cursor:not-allowed}.category-chooser:not(.split-mode) .category-drop-down[data-v-4bdd83de]{border-right:1px solid #e2e3e4}.category-chooser .category-drop-down[data-v-4bdd83de]{display:flex;height:100%;align-items:center;padding:0 8px 0 14px}.category-chooser .category-drop-down .caret-section[data-v-4bdd83de]{padding-top:5px}.category-chooser .category-drop-down .caret[data-v-4bdd83de],.category-chooser .category-drop-down .icon[data-v-4bdd83de]{text-align:center;margin-right:4px}.category-chooser .category-drop-down .caret.split-mode-caret[data-v-4bdd83de],.category-chooser .category-drop-down .icon.split-mode-caret[data-v-4bdd83de]{padding-left:8px;padding-right:8px;padding-top:10px}.category-chooser .category-drop-down .category-info[data-v-4bdd83de]{min-width:100px;margin-left:5px;margin-right:5px}.category-chooser .category-drop-down .category-info .category-title[data-v-4bdd83de]{font-size:12px;color:#858585}.category-chooser .category-drop-down .category-info .category-name[data-v-4bdd83de]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-chooser .category-drop-down .category-info .left-bar-options[data-v-4bdd83de]{display:flex}.category-chooser .category-drop-down .category-info .category-drop-down[data-v-4bdd83de]{width:155px;display:flex;align-items:center;justify-content:space-evenly;border-right:1px solid #e2e3e4}.category-chooser .category-drop-down .category-info .category-drop-down .category-info p[data-v-4bdd83de]{font-size:12px;color:#858585}[data-v-1a86b2b4]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-1a86b2b4]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-1a86b2b4]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-1a86b2b4]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-1a86b2b4]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-1a86b2b4]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-1a86b2b4]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-1a86b2b4]{color:#858585;font-size:12px;margin-top:4px}[data-v-4ab4d8ca]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-name-component[data-v-4ab4d8ca]{flex:3;display:flex;align-items:center;justify-content:center;width:100%;gap:12px;line-height:20px}.document-name-component .document-icon[data-v-4ab4d8ca]{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:1px}.document-name-component .document-name[data-v-4ab4d8ca]{display:inline-block;vertical-align:middle}.document-name-component .document-name.is-editable[data-v-4ab4d8ca]{display:inline-block;overflow-x:hidden;white-space:nowrap;border-radius:8px;padding:6px 14px 6px 14px;outline:1px solid #d0d5dd;max-width:420px}.document-name-component .btn[data-v-4ab4d8ca]{color:var(--primary-color);font-weight:500}.document-name-component .btn[data-v-4ab4d8ca]:hover{cursor:pointer}.document-name-component .message-container[data-v-4ab4d8ca]{display:flex;align-items:center;gap:8px;color:#858585}.document-name-component .message-container .notification[data-v-4ab4d8ca]{background-color:transparent;padding:6px}.document-name-component .message-container .spinner[data-v-4ab4d8ca]{color:#858585}.document-name-component .message-container .cloud-icon[data-v-4ab4d8ca]{display:flex}[data-v-58391195]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-58391195]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-58391195]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-58391195]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-58391195]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-58391195]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-58391195]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-58391195]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-58391195],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-58391195]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-58391195]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-58391195]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-58391195]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-58391195]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-58391195],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-58391195]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-58391195],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-58391195]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-58391195],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-58391195]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-58391195],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-58391195]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-58391195]{display:flex;align-items:center;margin-right:16px}.btn-container[data-v-58391195]{display:flex;align-items:center;cursor:pointer}[data-v-bcf0f440]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-bcf0f440]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-bcf0f440]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-bcf0f440]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-bcf0f440]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-bcf0f440]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-bcf0f440]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-bcf0f440]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-bcf0f440]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-bcf0f440]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-bcf0f440]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-bcf0f440]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-bcf0f440]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-bcf0f440]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-bcf0f440]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-bcf0f440]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-bcf0f440]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-bcf0f440]{display:flex;align-items:center;margin-right:16px}.btn-container[data-v-bcf0f440]{display:flex;align-items:center;cursor:pointer}[data-v-78183520]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-78183520]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-78183520]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-78183520]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-78183520]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-78183520]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-78183520]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-78183520]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-78183520]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-78183520]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-78183520]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-78183520]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-78183520]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-78183520]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-78183520]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-78183520]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-78183520]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-78183520]{display:flex;align-items:center;margin-right:16px}.btn-container[data-v-78183520]{display:flex;align-items:center;cursor:pointer}[data-v-1ec5a166]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.empty-container[data-v-1ec5a166]{width:100%;margin-top:74px;display:flex;flex-direction:column;justify-content:flex-start;font-family:Inter,sans-serif}.empty-container .empty-text[data-v-1ec5a166],.empty-container svg[data-v-1ec5a166]{align-self:center}.empty-container .empty-text .title[data-v-1ec5a166]{font-size:16px;color:#344054;font-weight:500;text-align:center;margin:0}.empty-container .empty-text .description[data-v-1ec5a166]{font-size:14px;line-height:20px;color:#858585;font-weight:400;text-align:center}[data-v-2eb7cf72]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-2eb7cf72]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-2eb7cf72]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-2eb7cf72]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-2eb7cf72]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-2eb7cf72]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-2eb7cf72]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-2eb7cf72]{width:100%}.labels-sidebar .annotation-set-list[data-v-2eb7cf72]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-2eb7cf72]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-2eb7cf72]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-2eb7cf72]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-2eb7cf72]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-2eb7cf72]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-2eb7cf72]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-2eb7cf72]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-2eb7cf72]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-2eb7cf72]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-2eb7cf72]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-2eb7cf72]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-2eb7cf72]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-2eb7cf72]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-2eb7cf72]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-2eb7cf72]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-2eb7cf72]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-2eb7cf72]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-2eb7cf72]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-2eb7cf72]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-2eb7cf72]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-2eb7cf72]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-2eb7cf72]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-2eb7cf72]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-2eb7cf72]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-2eb7cf72],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-2eb7cf72]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-2eb7cf72]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-2eb7cf72]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-2eb7cf72]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-2eb7cf72]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2eb7cf72]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2eb7cf72]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-2eb7cf72]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-2eb7cf72]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-2eb7cf72]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-2eb7cf72],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-2eb7cf72]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-2eb7cf72]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-2eb7cf72]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-2eb7cf72]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-2eb7cf72]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-2eb7cf72]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-2eb7cf72]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-2eb7cf72]{color:#e7423a;animation:shake-2eb7cf72 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-2eb7cf72{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-2eb7cf72]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-2eb7cf72]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-2eb7cf72],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-2eb7cf72]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-2eb7cf72]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72],.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-2eb7cf72]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-2eb7cf72]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-2eb7cf72]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-2eb7cf72]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-2eb7cf72]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-2eb7cf72]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]:focus{box-shadow:none!important}.annotation-row[data-v-2eb7cf72]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-2eb7cf72]{display:flex}.annotation-row .annotation-value[data-v-2eb7cf72]{outline:none}.message .message-container[data-v-2eb7cf72]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-2eb7cf72]{display:flex}.hidden[data-v-2eb7cf72]{display:none!important}[data-v-de782fdc]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.data-extraction-container[data-v-de782fdc]{display:flex;flex-direction:column;align-items:center;height:100%;margin-top:142px}.data-extraction-container img[data-v-de782fdc]{width:121px;height:121px}.data-extraction-container .data-extraction-text[data-v-de782fdc]{width:50%;margin-left:auto;margin-right:auto;text-align:center}.data-extraction-container .data-extraction-text .title[data-v-de782fdc]{font-size:16px;font-weight:500;line-height:24px;color:#1a1a1a;margin-bottom:3px}.data-extraction-container .data-extraction-text .description[data-v-de782fdc]{font-size:14px;line-height:20px;color:#858585}[data-v-6d210da0]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-6d210da0]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-6d210da0]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-6d210da0]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-6d210da0]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-6d210da0]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-6d210da0]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-6d210da0]{width:100%}.labels-sidebar .annotation-set-list[data-v-6d210da0]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6d210da0]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6d210da0]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-6d210da0]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6d210da0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6d210da0]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-6d210da0]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-6d210da0]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-6d210da0]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-6d210da0]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-6d210da0]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-6d210da0]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-6d210da0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-6d210da0]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-6d210da0]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-6d210da0]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-6d210da0]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-6d210da0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6d210da0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-6d210da0]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-6d210da0]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-6d210da0]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-6d210da0]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-6d210da0]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-6d210da0]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-6d210da0],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-6d210da0]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-6d210da0]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-6d210da0]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-6d210da0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-6d210da0]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6d210da0]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6d210da0]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-6d210da0]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-6d210da0]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-6d210da0]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-6d210da0],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6d210da0]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-6d210da0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6d210da0]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6d210da0]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-6d210da0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-6d210da0]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-6d210da0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-6d210da0]{color:#e7423a;animation:shake-6d210da0 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-6d210da0{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-6d210da0]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-6d210da0]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-6d210da0],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6d210da0]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6d210da0]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0],.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-6d210da0]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-6d210da0]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-6d210da0]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6d210da0]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6d210da0]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-6d210da0]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]:focus{box-shadow:none!important}.annotation-row[data-v-6d210da0]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-6d210da0]{display:flex}.annotation-row .annotation-value[data-v-6d210da0]{outline:none}.message .message-container[data-v-6d210da0]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-6d210da0]{display:flex}.hidden[data-v-6d210da0]{display:none!important}[data-v-1df1b3b6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.annotation-details .label-icon[data-v-1df1b3b6]{display:flex;align-items:center;justify-content:center}.annotation-details .label-icon .annotation-details-icon[data-v-1df1b3b6]{display:flex}.annotation-details .label-icon .annotation-details-icon.animated-ripple[data-v-1df1b3b6]{animation:bounce-1df1b3b6 .4s .1s;transform:scale(1)}.annotation-details .label-icon .annotation-details-icon svg[data-v-1df1b3b6]{width:25px}.annotation-details .label-icon .annotation-details-icon.user-icon[data-v-1df1b3b6]{padding:0 3px}.annotation-details .label-icon .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:20px}.annotation-details .label-icon.is-small .annotation-details-icon svg[data-v-1df1b3b6]{width:16px}.annotation-details .label-icon.is-small .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:12px}.annotation-details .label-details[data-v-1df1b3b6]{display:flex;flex-direction:column;gap:8px;min-width:100px}.annotation-details .label-details .label-description[data-v-1df1b3b6]{opacity:.7;color:#fff;font-weight:400;font-size:12px;line-height:18px;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal;width:216px}.annotation-details .label-details .confidence[data-v-1df1b3b6]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px}.annotation-details .label-details .confidence .value[data-v-1df1b3b6]{color:#4bb543}.annotation-details .label-details .confidence .value.yellow[data-v-1df1b3b6]{color:#ffd600}.annotation-details .label-details .confidence .value.red[data-v-1df1b3b6]{color:#e7423a}.annotation-details .label-details .revision[data-v-1df1b3b6]{font-weight:400;font-size:12px;line-height:18px;color:#fff}.annotation-details .label-details .revision>div[data-v-1df1b3b6]{display:flex;align-items:center}.annotation-details .label-details .revision .annotation-details-icon[data-v-1df1b3b6]{display:flex}.annotation-details .label-details .revision .annotation-details-icon svg[data-v-1df1b3b6]{width:25px}.annotation-details .label-details .revision .annotation-details-icon.user-icon[data-v-1df1b3b6]{padding-right:5px}.annotation-details .label-details .revision .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:20px}@keyframes bounce-1df1b3b6{0%{transform:scale(.7);opacity:1}20%{transform:scale(.9);opacity:.7}40%{transform:scale(1);opacity:.7}60%{transform:scale(1.3)}to{transform:scale(1)}}[data-v-31a81d6c]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-31a81d6c]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-31a81d6c]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-31a81d6c]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-31a81d6c]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-31a81d6c]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-31a81d6c]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-31a81d6c]{width:100%}.labels-sidebar .annotation-set-list[data-v-31a81d6c]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-31a81d6c]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-31a81d6c]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-31a81d6c]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-31a81d6c]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-31a81d6c]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-31a81d6c]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-31a81d6c]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-31a81d6c]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-31a81d6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-31a81d6c]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-31a81d6c]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-31a81d6c]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-31a81d6c]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-31a81d6c]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-31a81d6c]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-31a81d6c]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-31a81d6c]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-31a81d6c]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-31a81d6c]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-31a81d6c]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-31a81d6c]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-31a81d6c]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-31a81d6c]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-31a81d6c]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-31a81d6c],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-31a81d6c]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-31a81d6c]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-31a81d6c]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-31a81d6c]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-31a81d6c]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-31a81d6c]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-31a81d6c]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-31a81d6c]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-31a81d6c]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-31a81d6c]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-31a81d6c],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-31a81d6c]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-31a81d6c]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-31a81d6c]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-31a81d6c]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-31a81d6c]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-31a81d6c]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-31a81d6c]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-31a81d6c]{color:#e7423a;animation:shake-31a81d6c .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-31a81d6c{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-31a81d6c]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-31a81d6c]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-31a81d6c],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-31a81d6c]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-31a81d6c]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c],.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-31a81d6c]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-31a81d6c]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-31a81d6c]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-31a81d6c]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-31a81d6c]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-31a81d6c]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]:focus{box-shadow:none!important}.annotation-row[data-v-31a81d6c]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-31a81d6c]{display:flex}.annotation-row .annotation-value[data-v-31a81d6c]{outline:none}.message .message-container[data-v-31a81d6c]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-31a81d6c]{display:flex}.hidden[data-v-31a81d6c]{display:none!important}[data-v-04df705e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-04df705e]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-04df705e]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-04df705e]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-04df705e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-04df705e]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-04df705e]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-04df705e]{width:100%}.labels-sidebar .annotation-set-list[data-v-04df705e]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-04df705e]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-04df705e]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-04df705e]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-04df705e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-04df705e]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-04df705e]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-04df705e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-04df705e]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-04df705e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-04df705e]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-04df705e]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-04df705e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-04df705e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-04df705e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-04df705e]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-04df705e]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-04df705e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-04df705e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-04df705e]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-04df705e]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-04df705e]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-04df705e]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-04df705e]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-04df705e]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-04df705e],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-04df705e]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-04df705e]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-04df705e]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-04df705e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-04df705e]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-04df705e]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-04df705e]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-04df705e]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-04df705e]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-04df705e]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-04df705e],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-04df705e]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-04df705e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-04df705e]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-04df705e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-04df705e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-04df705e]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-04df705e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-04df705e]{color:#e7423a;animation:shake-04df705e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-04df705e{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-04df705e]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-04df705e]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-04df705e],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-04df705e]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-04df705e]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e],.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-04df705e]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-04df705e]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-04df705e]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-04df705e]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-04df705e]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-04df705e]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]:focus{box-shadow:none!important}.annotation-row[data-v-04df705e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-04df705e]{display:flex}.annotation-row .annotation-value[data-v-04df705e]{outline:none}.message .message-container[data-v-04df705e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-04df705e]{display:flex}.hidden[data-v-04df705e]{display:none!important}[data-v-6655de57]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-6655de57]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-6655de57]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-6655de57]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-6655de57]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-6655de57]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-6655de57]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-6655de57]{width:100%}.labels-sidebar .annotation-set-list[data-v-6655de57]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6655de57]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6655de57]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-6655de57]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6655de57]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6655de57]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-6655de57]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-6655de57]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-6655de57]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-6655de57]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-6655de57]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-6655de57]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-6655de57]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-6655de57]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-6655de57]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-6655de57]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-6655de57]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-6655de57]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6655de57]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-6655de57]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-6655de57]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-6655de57]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-6655de57]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-6655de57]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-6655de57]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-6655de57],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-6655de57]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-6655de57]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-6655de57]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-6655de57]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-6655de57]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6655de57]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6655de57]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-6655de57]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-6655de57]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-6655de57]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-6655de57],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6655de57]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-6655de57]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6655de57]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6655de57]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-6655de57]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-6655de57]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-6655de57]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-6655de57]{color:#e7423a;animation:shake-6655de57 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-6655de57{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-6655de57]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-6655de57]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-6655de57],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6655de57]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6655de57]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57],.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-6655de57]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-6655de57]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-6655de57]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6655de57]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6655de57]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-6655de57]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]:focus{box-shadow:none!important}.annotation-row[data-v-6655de57]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-6655de57]{display:flex}.annotation-row .annotation-value[data-v-6655de57]{outline:none}.message .message-container[data-v-6655de57]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-6655de57]{display:flex}.hidden[data-v-6655de57]{display:none!important}[data-v-7c923dea]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-7c923dea]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-7c923dea]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-7c923dea]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-7c923dea]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-7c923dea]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-7c923dea]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-7c923dea]{width:100%}.labels-sidebar .annotation-set-list[data-v-7c923dea]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-7c923dea]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-7c923dea]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-7c923dea]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-7c923dea]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-7c923dea]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-7c923dea]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-7c923dea]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-7c923dea]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-7c923dea]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-7c923dea]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-7c923dea]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-7c923dea]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-7c923dea]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-7c923dea]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-7c923dea]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-7c923dea]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-7c923dea]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-7c923dea]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-7c923dea]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-7c923dea]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-7c923dea]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-7c923dea]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-7c923dea]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-7c923dea]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-7c923dea],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-7c923dea]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-7c923dea]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-7c923dea]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-7c923dea]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-7c923dea]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-7c923dea]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-7c923dea]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-7c923dea]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-7c923dea]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-7c923dea]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-7c923dea],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-7c923dea]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-7c923dea]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-7c923dea]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-7c923dea]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-7c923dea]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-7c923dea]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-7c923dea]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-7c923dea]{color:#e7423a;animation:shake-7c923dea .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-7c923dea{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-7c923dea]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-7c923dea]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-7c923dea],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-7c923dea]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-7c923dea]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea],.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-7c923dea]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-7c923dea]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-7c923dea]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-7c923dea]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-7c923dea]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-7c923dea]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]:focus{box-shadow:none!important}.annotation-row[data-v-7c923dea]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-7c923dea]{display:flex}.annotation-row .annotation-value[data-v-7c923dea]{outline:none}.message .message-container[data-v-7c923dea]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-7c923dea]{display:flex}.hidden[data-v-7c923dea]{display:none!important}[data-v-07542bd0]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-07542bd0]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-07542bd0]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-07542bd0]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-07542bd0]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-07542bd0]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-07542bd0]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-07542bd0]{width:100%}.labels-sidebar .annotation-set-list[data-v-07542bd0]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-07542bd0]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-07542bd0]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-07542bd0]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-07542bd0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-07542bd0]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-07542bd0]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-07542bd0]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-07542bd0]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-07542bd0]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-07542bd0]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-07542bd0]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-07542bd0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-07542bd0]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-07542bd0]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-07542bd0]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-07542bd0]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-07542bd0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-07542bd0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-07542bd0]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-07542bd0]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-07542bd0]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-07542bd0]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-07542bd0]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-07542bd0]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-07542bd0],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-07542bd0]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-07542bd0]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-07542bd0]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-07542bd0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-07542bd0]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-07542bd0]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-07542bd0]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-07542bd0]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-07542bd0],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-07542bd0]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-07542bd0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-07542bd0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-07542bd0]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-07542bd0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-07542bd0]{color:#e7423a;animation:shake-07542bd0 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-07542bd0{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-07542bd0]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-07542bd0]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-07542bd0],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-07542bd0]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-07542bd0]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0],.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-07542bd0]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-07542bd0]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-07542bd0]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-07542bd0]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-07542bd0]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-07542bd0]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]:focus{box-shadow:none!important}.annotation-row[data-v-07542bd0]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-07542bd0]{display:flex}.annotation-row .annotation-value[data-v-07542bd0]{outline:none}.message .message-container[data-v-07542bd0]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-07542bd0]{display:flex}.hidden[data-v-07542bd0]{display:none!important}[data-v-90b74e8e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-90b74e8e]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-90b74e8e]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-90b74e8e]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-90b74e8e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-90b74e8e]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-90b74e8e]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-90b74e8e]{width:100%}.labels-sidebar .annotation-set-list[data-v-90b74e8e]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-90b74e8e]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-90b74e8e]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-90b74e8e]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-90b74e8e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-90b74e8e]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-90b74e8e]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-90b74e8e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-90b74e8e]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-90b74e8e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-90b74e8e]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-90b74e8e]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-90b74e8e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-90b74e8e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-90b74e8e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-90b74e8e]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-90b74e8e]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-90b74e8e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-90b74e8e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-90b74e8e]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-90b74e8e]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-90b74e8e]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-90b74e8e]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-90b74e8e]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-90b74e8e]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-90b74e8e],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-90b74e8e]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-90b74e8e]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-90b74e8e]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-90b74e8e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-90b74e8e]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-90b74e8e]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-90b74e8e]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-90b74e8e]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-90b74e8e],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-90b74e8e]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-90b74e8e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-90b74e8e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-90b74e8e]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-90b74e8e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-90b74e8e]{color:#e7423a;animation:shake-90b74e8e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-90b74e8e{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-90b74e8e]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-90b74e8e]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-90b74e8e],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-90b74e8e]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-90b74e8e]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e],.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-90b74e8e]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-90b74e8e]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-90b74e8e]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-90b74e8e]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-90b74e8e]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-90b74e8e]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]:focus{box-shadow:none!important}.annotation-row[data-v-90b74e8e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-90b74e8e]{display:flex}.annotation-row .annotation-value[data-v-90b74e8e]{outline:none}.message .message-container[data-v-90b74e8e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-90b74e8e]{display:flex}.hidden[data-v-90b74e8e]{display:none!important}[data-v-b0483050]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.categorize-modal .content h3[data-v-b0483050]{font-weight:500;font-size:18px;line-height:28px;color:#101828}.categorize-modal .content p[data-v-b0483050]{font-weight:400;font-size:14px;line-height:20px;color:#2f3032}.categorize-modal .content .categorize-dropdown[data-v-b0483050]{width:100%;border:1px solid #d0d5dd;height:40px;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:8px;margin-bottom:4px}.categorize-modal .content .categorize-dropdown.dropdown-disabled[data-v-b0483050]{cursor:not-allowed}.categorize-modal .content .category-description[data-v-b0483050]{font-weight:400;font-size:14px;line-height:20px;color:#858585}.categorize-modal .content .submit-category[data-v-b0483050]{margin-top:16px;width:100%}[data-v-634ab45f]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-634ab45f]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-634ab45f]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-634ab45f]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-634ab45f]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-634ab45f]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-634ab45f]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-634ab45f]{width:100%}.labels-sidebar .annotation-set-list[data-v-634ab45f]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-634ab45f]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-634ab45f]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-634ab45f]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-634ab45f]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-634ab45f]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-634ab45f]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-634ab45f]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-634ab45f]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-634ab45f]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-634ab45f]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-634ab45f]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-634ab45f]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-634ab45f]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-634ab45f]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-634ab45f]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-634ab45f]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-634ab45f]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-634ab45f]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-634ab45f]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-634ab45f]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-634ab45f]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-634ab45f]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-634ab45f]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-634ab45f]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-634ab45f],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-634ab45f]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-634ab45f]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-634ab45f]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-634ab45f]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-634ab45f]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-634ab45f]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-634ab45f]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-634ab45f]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-634ab45f]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-634ab45f]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-634ab45f],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-634ab45f]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-634ab45f]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-634ab45f]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-634ab45f]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-634ab45f]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-634ab45f]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-634ab45f]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-634ab45f]{color:#e7423a;animation:shake-634ab45f .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-634ab45f{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-634ab45f]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-634ab45f]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-634ab45f],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-634ab45f]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-634ab45f]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-634ab45f],.labels-sidebar .action-buttons button.restore-btn[data-v-634ab45f]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-634ab45f]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-634ab45f]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-634ab45f]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-634ab45f]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-634ab45f]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-634ab45f]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-634ab45f]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-634ab45f]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-634ab45f]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-634ab45f]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-634ab45f]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-634ab45f]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-634ab45f]:focus{box-shadow:none!important}.annotation-row[data-v-634ab45f]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-634ab45f]{display:flex}.annotation-row .annotation-value[data-v-634ab45f]{outline:none}.message .message-container[data-v-634ab45f]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-634ab45f]{display:flex}.hidden[data-v-634ab45f]{display:none!important}[data-v-de15933e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.choose-label-set-modal .content h3[data-v-de15933e]{font-weight:500;font-size:18px;line-height:28px;color:#101828}.choose-label-set-modal .content p[data-v-de15933e]{font-weight:400;font-size:14px;line-height:20px;color:#2f3032}.choose-label-set-modal .content .label-set-dropdown[data-v-de15933e]{width:100%;border:1px solid #d0d5dd;height:40px;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:8px;margin-bottom:4px}.choose-label-set-modal .content .label-set-dropdown.dropdown-disabled[data-v-de15933e]{cursor:not-allowed}.choose-label-set-modal .content .labels-list[data-v-de15933e]{color:#667085;font-size:14px;font-weight:400;line-height:20px}.choose-label-set-modal .content .labels-list .labels-select[data-v-de15933e]{padding:12px;overflow:scroll;height:154px;border:1px solid #e1e1e1;border-radius:8px;display:flex;flex-direction:column;gap:5px}.choose-label-set-modal .content .next-step-description[data-v-de15933e]{font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#1a1a1a;margin-top:8px}.choose-label-set-modal .content .submit-ann-set[data-v-de15933e]{margin-top:16px;width:100%}[data-v-73b4c3be]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.multi-ann-table-overlay[data-v-73b4c3be]{position:absolute;bottom:0;height:-moz-fit-content;height:fit-content;z-index:40;width:100%;background-color:#fff}.multi-ann-table-overlay .multi-ann-set-table[data-v-73b4c3be]{padding-bottom:6px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper[data-v-73b4c3be]{overflow:visible}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown[data-v-73b4c3be]{cursor:pointer}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .icon.arrow[data-v-73b4c3be]{margin-left:4px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .draggable[data-v-73b4c3be]{margin-right:4px;cursor:move}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .delete-action[data-v-73b4c3be]{color:#e7423a}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .annotations-table[data-v-73b4c3be]{min-height:22px;display:flex}[data-v-03ca23a6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.annotation-popup[data-v-03ca23a6]{border-radius:12px;background-color:#1a1a1a;display:flex;flex-direction:column;gap:8px;position:absolute;width:205px;height:192px;z-index:40;color:#fff;padding:8px}.annotation-popup .popup-input[data-v-03ca23a6]{background-color:#1a1a1a;color:#fff;font-size:14px;font-weight:400;line-height:20px;outline:none;box-shadow:none;padding:8px;border-radius:12px;border:1px solid hsla(220,9%,56%,.4);width:100%;justify-content:space-between;position:relative}.annotation-popup .popup-input .caret-icon[data-v-03ca23a6]{position:absolute;right:18px;padding-top:1px}.annotation-popup .not-selected[data-v-03ca23a6]{color:#e1e1e1}.annotation-popup .add-ann-set[data-v-03ca23a6]{width:100%;color:var(--primary-color)!important;font-size:14px;line-height:24px;font-weight:500}.annotation-popup .add-ann-set.has-border[data-v-03ca23a6]{border-top:1px solid #e1e1e1}.annotation-popup .add-ann-set-modal[data-v-03ca23a6]{position:fixed;width:100vw;height:100vh;top:0;left:0}.annotation-popup .annotation-dropdowns[data-v-03ca23a6]{display:flex;flex-direction:column}.annotation-popup .annotation-buttons[data-v-03ca23a6]{display:flex;justify-content:flex-end;flex-direction:row;gap:2px}.annotation-popup .annotation-buttons .cancel-button[data-v-03ca23a6]{color:#fff}.annotation-popup .annotation-buttons .cancel-button[data-v-03ca23a6]:hover{border:1px solid hsla(220,9%,56%,.4)}.annotation-popup .annotation-buttons .popup-button[data-v-03ca23a6]{font-size:14px;border-radius:8px}[data-v-8b4013e6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.multi-ann-table-popup[data-v-8b4013e6]{position:absolute;z-index:40}.multi-ann-table-popup .label-header[data-v-8b4013e6]{display:flex;flex-direction:row;align-items:center}[data-v-281be7e4]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.ann-set-table-header[data-v-281be7e4]{position:absolute;background-color:#7b61ff;color:#fff;font-size:14px;padding:4px;z-index:9;border-radius:2px;display:flex;flex-direction:row;justify-content:center;align-items:center}.ann-set-table-header .ann-set-table-header-dropdown[data-v-281be7e4]{cursor:pointer}.ann-set-table-header .ann-set-table-header-dropdown .ann-set-label-set-name[data-v-281be7e4]{margin-right:4px}.ann-set-table-header .ann-set-table-header-dropdown .delete-action[data-v-281be7e4]{color:#e7423a}[data-v-174a89ae]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.pdf-page-container[data-v-174a89ae]{position:relative;cursor:crosshair;width:-moz-fit-content;width:fit-content;margin:0 auto}.pdf-page-container.default-cursor[data-v-174a89ae]{cursor:default}[data-v-3279f606]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.toolbar-container[data-v-3279f606]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto}.toolbar-container .toolbar[data-v-3279f606]{background-color:#1a1a1a;height:40px;width:-moz-fit-content;width:fit-content;border-radius:8px;margin-left:auto;margin-right:auto;padding:10px;display:flex;align-items:center;justify-content:center}.toolbar-container .toolbar.hidden[data-v-3279f606]{display:none}.toolbar-container .toolbar .toolbar-divider[data-v-3279f606]{width:1px;background-color:#e1e1e1;height:20px;margin-left:10px;margin-right:10px;opacity:30%}.toolbar-container .toolbar .icons[data-v-3279f606]{display:flex;align-items:center}.toolbar-container .toolbar .icons .icon svg[data-v-3279f606]{fill:#fff}.toolbar-container .toolbar .icons.icons-left[data-v-3279f606]{padding-right:10px}.toolbar-container .toolbar .icons.icons-left[data-v-3279f606]:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}.toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-3279f606]{opacity:30%}.toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-3279f606]:hover{cursor:not-allowed!important;background:inherit}.toolbar-container .toolbar .icons.icons-left .edit-text[data-v-3279f606]{color:#fff}.toolbar-container .toolbar .icons .percentage[data-v-3279f606]{color:#fff;width:32px;padding:7px;margin-right:20px}.toolbar-container .toolbar .icons .icon[data-v-3279f606]{width:32px;height:32px;padding:7px}.toolbar-container .toolbar .icons .icon[data-v-3279f606]:hover:not(.edit-icon){cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}.toolbar-container .toolbar .icons .icon.zoom-disabled[data-v-3279f606]{opacity:30%}.toolbar-container .toolbar .icons .icon.zoom-disabled[data-v-3279f606]:hover{cursor:not-allowed!important;background:inherit}[data-v-4665c542]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.action-bar[data-v-4665c542]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;z-index:100}.action-bar .action-bar-elements[data-v-4665c542]{background-color:#1a1a1a;height:40px;width:-moz-fit-content;width:fit-content;padding:4px 4px 4px 12px;border-radius:52px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:9px}.action-bar .action-bar-elements .action-icon .icon[data-v-4665c542]{display:flex}.action-bar .action-bar-elements .action-text[data-v-4665c542]{color:#fff;font-size:14px;font-weight:400;line-height:20px}[data-v-0483e54e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.scrolling-document[data-v-0483e54e]{overflow:auto;height:100%;scroll-behavior:smooth}.scrolling-document .scrolling-page[data-v-0483e54e]{padding:8px 0}.scrolling-document .loading-page[data-v-0483e54e]{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}[data-v-b94f631c]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-b94f631c]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-b94f631c]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-b94f631c]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-b94f631c]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-b94f631c]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-b94f631c]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-b94f631c]{color:#858585;font-size:12px;margin-top:4px}[data-v-936be5aa]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-936be5aa]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-936be5aa]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-936be5aa]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-936be5aa]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-936be5aa]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-936be5aa]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-936be5aa]{color:#858585;font-size:12px;margin-top:4px}[data-v-c4cb62fa]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-c4cb62fa]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-c4cb62fa]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-c4cb62fa]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-c4cb62fa]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-c4cb62fa]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-c4cb62fa]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-c4cb62fa]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-c4cb62fa]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-c4cb62fa]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-c4cb62fa]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-c4cb62fa]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-c4cb62fa],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-c4cb62fa]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-c4cb62fa]{padding-right:0}.document-edit .pages-section .info-bar[data-v-c4cb62fa]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-c4cb62fa]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-c4cb62fa]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-c4cb62fa]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-c4cb62fa]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-c4cb62fa]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-c4cb62fa]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-c4cb62fa]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-c4cb62fa]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-c4cb62fa]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-c4cb62fa]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-c4cb62fa]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-c4cb62fa]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-c4cb62fa]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-c4cb62fa]{width:60%}}.document-edit.split-overview-component[data-v-c4cb62fa]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-c4cb62fa]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-c4cb62fa]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-c4cb62fa]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-c4cb62fa]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-c4cb62fa]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-c4cb62fa]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-c4cb62fa]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-c4cb62fa]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-c4cb62fa]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-c4cb62fa]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-c4cb62fa]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-c4cb62fa]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-c4cb62fa]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-c4cb62fa]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-c4cb62fa]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-c4cb62fa]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-c4cb62fa]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-c4cb62fa]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-c4cb62fa]{flex:1}[data-v-09aec8a8]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-09aec8a8]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-09aec8a8]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-09aec8a8]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-09aec8a8]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-09aec8a8]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-09aec8a8]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-09aec8a8]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-09aec8a8]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-09aec8a8]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-09aec8a8]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-09aec8a8]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-09aec8a8],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-09aec8a8]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-09aec8a8]{padding-right:0}.document-edit .pages-section .info-bar[data-v-09aec8a8]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-09aec8a8]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-09aec8a8]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-09aec8a8]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-09aec8a8]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-09aec8a8]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-09aec8a8]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-09aec8a8]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-09aec8a8]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-09aec8a8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-09aec8a8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-09aec8a8]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-09aec8a8]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-09aec8a8]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-09aec8a8]{width:60%}}.document-edit.split-overview-component[data-v-09aec8a8]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-09aec8a8]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-09aec8a8]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-09aec8a8]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-09aec8a8]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-09aec8a8]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-09aec8a8]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-09aec8a8]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-09aec8a8]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-09aec8a8]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-09aec8a8]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-09aec8a8]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-09aec8a8]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-09aec8a8]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-09aec8a8]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-09aec8a8]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-09aec8a8]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-09aec8a8]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-09aec8a8]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-09aec8a8]{flex:1}[data-v-1d36f9b8]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-1d36f9b8]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-1d36f9b8]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-1d36f9b8]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-1d36f9b8]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-1d36f9b8]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-1d36f9b8]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-1d36f9b8]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-1d36f9b8]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-1d36f9b8]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-1d36f9b8]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-1d36f9b8]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-1d36f9b8]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-1d36f9b8],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-1d36f9b8]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-1d36f9b8]{padding-right:0}.document-edit .pages-section .info-bar[data-v-1d36f9b8]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-1d36f9b8]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-1d36f9b8]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-1d36f9b8]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-1d36f9b8]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-1d36f9b8]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-1d36f9b8]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1d36f9b8]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-1d36f9b8]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-1d36f9b8]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-1d36f9b8]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-1d36f9b8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-1d36f9b8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1d36f9b8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1d36f9b8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-1d36f9b8]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-1d36f9b8]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-1d36f9b8]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-1d36f9b8]{width:60%}}.document-edit.split-overview-component[data-v-1d36f9b8]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-1d36f9b8]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-1d36f9b8]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-1d36f9b8]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-1d36f9b8]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-1d36f9b8]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-1d36f9b8]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-1d36f9b8]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-1d36f9b8]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-1d36f9b8]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-1d36f9b8]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-1d36f9b8]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-1d36f9b8]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-1d36f9b8]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-1d36f9b8]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-1d36f9b8]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-1d36f9b8]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-1d36f9b8]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-1d36f9b8]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-1d36f9b8]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-1d36f9b8]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-1d36f9b8]{flex:1}[data-v-2f593712]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.edit-page-thumbnail[data-v-2f593712]{width:80px;display:flex;flex-direction:column;position:relative;padding:6px}.edit-page-thumbnail .action-checkbox[data-v-2f593712]{cursor:pointer;position:absolute;left:0;top:0;z-index:999}.edit-page-thumbnail .page-thumbnail[data-v-2f593712]{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #e2e3e4;border-radius:2px;cursor:pointer;position:relative}.edit-page-thumbnail .page-thumbnail.visible[data-v-2f593712]{border:1px solid #1a1a1a}.edit-page-thumbnail .page-thumbnail.selected[data-v-2f593712]{border:2px solid var(--primary-color)}.edit-page-thumbnail .page-thumbnail .action-icon[data-v-2f593712]{position:absolute;background-color:#1a1a1a;left:0;bottom:0;width:22px;height:22px;color:#fff;display:flex;align-items:center;justify-content:center}.edit-page-thumbnail .page-thumbnail .action-icon svg[data-v-2f593712]{height:16px}[data-v-a7383a9a]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-a7383a9a]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-a7383a9a]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-a7383a9a]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-a7383a9a]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-a7383a9a]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-a7383a9a]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-a7383a9a]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-a7383a9a]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-a7383a9a]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-a7383a9a]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-a7383a9a]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-a7383a9a]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-a7383a9a],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-a7383a9a]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-a7383a9a]{padding-right:0}.document-edit .pages-section .info-bar[data-v-a7383a9a]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-a7383a9a]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-a7383a9a]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-a7383a9a]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-a7383a9a]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-a7383a9a]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-a7383a9a]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-a7383a9a]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-a7383a9a]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-a7383a9a]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-a7383a9a]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-a7383a9a]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-a7383a9a]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-a7383a9a]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-a7383a9a]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-a7383a9a]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-a7383a9a]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-a7383a9a]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-a7383a9a]{width:60%}}.document-edit.split-overview-component[data-v-a7383a9a]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-a7383a9a]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-a7383a9a]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-a7383a9a]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-a7383a9a]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-a7383a9a]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-a7383a9a]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-a7383a9a]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-a7383a9a]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-a7383a9a]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-a7383a9a]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-a7383a9a]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-a7383a9a]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-a7383a9a]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-a7383a9a]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-a7383a9a]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-a7383a9a]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-a7383a9a]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-a7383a9a]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-a7383a9a]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-a7383a9a]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-a7383a9a]{flex:1}[data-v-66303788]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-66303788]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-66303788]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-66303788]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-66303788]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-66303788]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-66303788]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-66303788]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-66303788]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-66303788]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-66303788]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-66303788]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-66303788]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-66303788],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-66303788]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-66303788]{padding-right:0}.document-edit .pages-section .info-bar[data-v-66303788]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-66303788]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-66303788]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-66303788]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-66303788]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-66303788]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-66303788]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-66303788]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-66303788]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-66303788]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-66303788]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-66303788]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-66303788]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-66303788]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-66303788]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-66303788]{width:60%}}.document-edit.split-overview-component[data-v-66303788]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-66303788]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-66303788]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-66303788]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-66303788]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-66303788]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-66303788]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-66303788]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-66303788]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-66303788]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-66303788]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-66303788]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-66303788]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-66303788]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-66303788]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-66303788]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-66303788]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-66303788]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-66303788]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-66303788]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-66303788]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-66303788]{flex:1}[data-v-3b82fe23]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-3b82fe23]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-3b82fe23]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-3b82fe23]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-3b82fe23]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-3b82fe23]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-3b82fe23]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-3b82fe23]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-3b82fe23]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-3b82fe23]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-3b82fe23]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-3b82fe23]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-3b82fe23],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-3b82fe23]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-3b82fe23]{padding-right:0}.document-edit .pages-section .info-bar[data-v-3b82fe23]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-3b82fe23]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-3b82fe23]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-3b82fe23]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-3b82fe23]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-3b82fe23]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-3b82fe23]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-3b82fe23]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-3b82fe23]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-3b82fe23]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-3b82fe23]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-3b82fe23]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-3b82fe23]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-3b82fe23]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-3b82fe23]{width:60%}}.document-edit.split-overview-component[data-v-3b82fe23]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-3b82fe23]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-3b82fe23]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-3b82fe23]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-3b82fe23]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-3b82fe23]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-3b82fe23]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-3b82fe23]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-3b82fe23]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-3b82fe23]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-3b82fe23]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-3b82fe23]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-3b82fe23]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-3b82fe23]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-3b82fe23]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-3b82fe23]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-3b82fe23]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-3b82fe23]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-3b82fe23]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-3b82fe23]{flex:1}[data-v-04ee0b02]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-04ee0b02]{display:flex;flex:1;background-color:#fff}.document-edit .pages-section[data-v-04ee0b02]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .document-grid[data-v-04ee0b02]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-04ee0b02]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-04ee0b02]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-04ee0b02]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-04ee0b02]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-04ee0b02]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-04ee0b02]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-04ee0b02]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-04ee0b02]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-04ee0b02]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-04ee0b02],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-04ee0b02]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-04ee0b02]{padding-right:0}.document-edit .pages-section .info-bar[data-v-04ee0b02]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-04ee0b02]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-04ee0b02]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-04ee0b02]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-04ee0b02]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-04ee0b02]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-04ee0b02]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-04ee0b02]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-04ee0b02]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-04ee0b02]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-04ee0b02]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-04ee0b02]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-04ee0b02]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-04ee0b02]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-04ee0b02]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-04ee0b02]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-04ee0b02]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-04ee0b02]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-04ee0b02]{width:60%}}.document-edit.split-overview-component[data-v-04ee0b02]{background-color:#fff;min-width:600px}.document-edit.split-overview-component .split-overview-section[data-v-04ee0b02]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.split-overview-component .split-overview[data-v-04ee0b02]{margin-top:20px}.document-edit.split-overview-component .split-overview img[data-v-04ee0b02]{height:30px!important;width:30px!important}.document-edit.split-overview-component .split-overview .back-section[data-v-04ee0b02]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.split-overview-component .split-overview .back-section .back-btn-section[data-v-04ee0b02]{padding-top:5px}.document-edit.split-overview-component .split-overview .back-section .back-text[data-v-04ee0b02]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.split-overview-component .split-overview .overview-title[data-v-04ee0b02]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.split-overview-component .split-overview .new-documents-container[data-v-04ee0b02]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details[data-v-04ee0b02]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails[data-v-04ee0b02]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents[data-v-04ee0b02]{display:flex;align-items:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail[data-v-04ee0b02]{display:flex;align-items:center;justify-content:center}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-04ee0b02]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .overview-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-04ee0b02]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info[data-v-04ee0b02]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section[data-v-04ee0b02]{display:flex;height:40px;flex:2}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-04ee0b02]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-04ee0b02]:hover{border-color:#d0d5dd}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-04ee0b02]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-04ee0b02]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.split-overview-component .split-overview .new-documents-container .document-details .doc-info .category[data-v-04ee0b02]{flex:1}[data-v-5a442ccf]:root,[data-v-a6b37416]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.viewport-modal[data-v-5a442ccf]{text-align:center}.viewport-modal .content h3[data-v-5a442ccf]{font-weight:600!important;font-size:20px!important;line-height:26px!important;color:#1a1a1a!important;padding-bottom:5px}.viewport-modal .content p[data-v-5a442ccf]{color:#858585}.viewport-modal .content button[data-v-5a442ccf],.viewport-modal .content p[data-v-5a442ccf]{line-height:20px;font-size:14px}[data-v-81599810]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-error-modal[data-v-81599810]{text-align:left}.document-error-modal .modal.is-active .modal-content[data-v-81599810]{height:auto;max-width:400px!important}.document-error-modal .modal.is-active .modal-content .modal-close[data-v-81599810]{display:none!important}.document-error-modal .modal.is-active .modal-content .modal-card-body[data-v-81599810]{background:#fff;border-radius:12px 12px 0 0!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .header[data-v-81599810]{display:flex;justify-content:space-between}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .error-icon[data-v-81599810]{width:48px;height:48px;border-radius:50%;background:rgba(231,66,58,.08);display:flex;align-items:center;justify-content:center}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-81599810]{color:#858585}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-81599810]:hover{cursor:pointer}.document-error-modal .modal.is-active .modal-content .modal-card-body .content[data-v-81599810]{padding-top:15px;color:#1a1a1a!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .content h3[data-v-81599810]{font-weight:500!important;font-size:18px!important;line-height:28px!important;padding-bottom:5px}.document-error-modal .modal.is-active .modal-content .modal-card-body .content p[data-v-81599810]{font-weight:400;line-height:20px;font-size:14px}.document-error-modal .modal.is-active .modal-content .modal-card-foot[data-v-81599810]{display:flex;justify-content:center;border:none;background:#fff;border-radius:0 0 12px 12px;padding-top:0!important}.document-error-modal .modal.is-active .modal-content .modal-card-foot .button[data-v-81599810]{width:100%;height:44px;font-weight:500!important;font-size:16px!important;line-height:24px!important}[data-v-1523c942]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.splitting-confirmation-modal .header[data-v-1523c942]{display:flex;align-items:center;gap:8px;padding-bottom:15px;font-weight:500;font-size:18px}.splitting-confirmation-modal .content[data-v-1523c942]{text-align:left;font-weight:400;font-size:14px;color:#1a1a1a}.splitting-confirmation-modal .modal-card-foot[data-v-1523c942]{display:flex;flex-direction:column;gap:10px}.splitting-confirmation-modal .modal-card-foot .recommended[data-v-1523c942]{font-weight:600;font-size:11px;background-color:hsla(0,0%,100%,.2);padding:2px 5px;border-radius:36px}.splitting-confirmation-modal .modal-card-foot .button[data-v-1523c942]{width:100%}.splitting-confirmation-modal .modal-card-foot .button.is-primary[data-v-1523c942]{font-weight:500}[data-v-58a46758]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.dashboard[data-v-58a46758]{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard .dashboard-viewer[data-v-58a46758]{display:flex;min-height:0;height:100%}.dashboard .dashboard-viewer.loading-skeleton[data-v-58a46758]{overflow:hidden}.dashboard .dashboard-viewer .dashboard-document[data-v-58a46758]{height:100%;overflow:auto;position:relative;flex:1;background-image:radial-gradient(#bfc1c9 .8px,#ededed 0);background-size:9px 9px}.dashboard .dashboard-viewer.edit-mode .dashboard-document[data-v-58a46758]{flex:1.5}@media print{.dashboard .dashboard-viewer .dashboard-document[data-v-58a46758]{position:static}}.dashboard .not-supported[data-v-58a46758]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:999}[data-v-653558c1]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.documents-list[data-v-653558c1]{background-color:#fff;font-family:Inter,sans-serif}.documents-list .documents-list-top[data-v-653558c1]{display:flex;flex-direction:row;padding:40px;margin-bottom:14px}.documents-list .documents-list-top .documents-list-top-left[data-v-653558c1]{flex:1}.documents-list .documents-list-top .documents-list-top-left h2[data-v-653558c1]{font-size:26px;color:#344054;font-weight:600;line-height:33px;margin:0}.documents-list .documents-list-top .documents-list-top-left p[data-v-653558c1]{font-size:14px;color:#858585;font-weight:400;line-height:20px;margin:16px 0 0 0}.documents-list .documents-list-top .documents-list-top-right[data-v-653558c1]{flex:1;display:flex;justify-content:center;align-items:center;height:80px;align-self:center}.documents-list .documents-list-top .documents-list-top-right .action-box[data-v-653558c1]{align-self:center;width:75%;height:100%;display:flex;justify-content:center;align-items:flex-start;position:relative}.documents-list .documents-list-top .documents-list-top-right .action-box[data-v-653558c1]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.documents-list .documents-list-top .documents-list-top-right .action-box span[data-v-653558c1]{margin-top:20px;font-weight:600;font-size:16px;line-height:24px;color:#344054}.documents-list .documents-list-top .documents-list-top-right .action-box .action-button[data-v-653558c1]{position:absolute;bottom:-20px;padding:0 16px;font-weight:500;font-size:14px;line-height:20px;cursor:pointer}.documents-list .documents-list-bottom[data-v-653558c1]{display:flex;flex-direction:row;border-bottom:1px solid #e2e3e4}.documents-list .documents-list-bottom .documents-list-thumbnail[data-v-653558c1]{cursor:pointer;flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;height:52px;padding:8px}.documents-list .documents-list-bottom .documents-list-thumbnail.selected[data-v-653558c1]{background-color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:3px solid var(--primary-color)}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail img[data-v-653558c1],.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail[data-v-653558c1]{height:100%}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail.selected[data-v-653558c1]{outline:1px solid #2f3032}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name[data-v-653558c1]{margin-left:14px;font-weight:400;font-size:14px;line-height:20px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name.selected[data-v-653558c1]{font-weight:600}.documents-list .documents-list-bottom .documents-list-thumbnail .error-icon[data-v-653558c1]{display:flex;padding-left:10px}:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}body{margin:0;font-family:Inter,sans-serif}body .overlay{height:100%;width:100%;position:fixed;z-index:999;top:0;left:0;background-color:transparent;overflow-x:hidden}body .dv-ui-app-container{display:flex;height:100%;flex-direction:column}body .dv-ui-theme button.is-primary{background-color:var(--primary-color)!important;color:#fff!important}body .dv-ui-theme button.is-primary:hover:enabled{filter:brightness(.8) contrast(160%) grayscale(.4)}body .dv-ui-theme button.is-primary:disabled{background-color:#858585}body .dv-ui-theme button.missing-decline-btn{font-size:14px;color:#667085!important;font-weight:500;background-color:transparent;width:auto}body .dv-ui-theme button.missing-decline-btn:not([disabled]):hover{text-decoration:none;color:#1a1a1a!important}body .dv-ui-theme button.missing-decline-btn:focus{box-shadow:none}body .dv-ui-theme button:not(.is-text,.is-primary,.missing-btn){background-color:#fff;color:#1a1a1a}body .dv-ui-theme button.is-text{text-decoration:none}body .dv-ui-theme button.is-text:hover{background-color:transparent}body .dv-ui-theme button.annotation-cancel-btn .icon svg{width:15px!important;height:15px!important}body .dv-ui-theme button.accept-all-btn{padding-left:4px;padding-right:4px}body .dv-ui-theme button.all-missing-btn{padding-right:4px}body .dv-ui-theme button.action-bar-save-btn{height:32px;padding:6px 12px 6px 12px!important;font-size:14px;font-weight:500}body .dv-ui-theme button.finish-review-btn{margin-right:2px}body .dv-ui-theme button.finish-review-btn:focus{box-shadow:none;outline:3px solid #344054;border:2px solid;margin-right:1px}body .dv-ui-theme button.finish-review-btn .spinner{margin:auto!important}body .dv-ui-theme button.edit-mode-btn[disabled]{border:1px solid #e2e3e4}body .dv-ui-theme button[disabled]{border:none}body .dv-ui-theme button[disabled]:hover{text-decoration:none}body .dv-ui-theme button.primary-button{border-radius:var(--primary-button)!important}body .dv-ui-theme button.tertiary-button{border-radius:20px!important}body .dv-ui-theme .carousel-list.has-shadow{box-shadow:none!important}body .dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:none!important}body .dv-ui-theme .carousel-list .carousel-arrow .icon{color:var(--primary-color)}body .dv-ui-theme .carousel-list .carousel-arrow .icon:hover{border:1px solid var(--primary-color)}body .dv-ui-theme .carousel-list .carousel-arrow .icon svg{height:100%}body .dv-ui-theme .error-message{position:absolute;width:100%}body .dv-ui-theme .error-message .message{padding:0}body .dv-ui-theme .error-message .message-body{background-color:#d4453d;color:#fff;font-size:14px;border:0;border-radius:0;line-height:20px;padding:7px 0 7px 0}body .dv-ui-theme .error-message .media-content{display:flex;justify-content:flex-end}body .dv-ui-theme .error-message .message-container{display:flex;width:100%;justify-content:center;align-items:center}body .dv-ui-theme .error-message .message-container .server-error{display:flex}body .dv-ui-theme .error-message .message-container .server-error .contact-support{text-decoration:underline;font-weight:600;display:flex;align-items:center;padding-left:5px}body .dv-ui-theme .error-message .message-container .server-error .contact-support .icon{padding-left:10px}body .dv-ui-theme .error-message .message-container .server-error .contact-support:hover{cursor:pointer}body .dv-ui-theme .error-message .btn-container{cursor:pointer;display:flex;align-items:center}body .dv-ui-theme .message.label-message .message-body{padding:5px 15px 5px 15px!important}body .dv-ui-theme .dropdown{height:100%}body .dv-ui-theme .dropdown.no-padding-bottom .dropdown-content{padding-bottom:0}body .dv-ui-theme .dropdown.no-padding-top .dropdown-content{padding-top:0}body .dv-ui-theme .dropdown+.dropdown{margin-left:0}body .dv-ui-theme .dropdown .dropdown-trigger{justify-content:space-between;width:100%}body .dv-ui-theme .dropdown .dropdown-menu{padding-top:0;min-width:40px}body .dv-ui-theme .dropdown a.dropdown-item{padding-right:16px}body .dv-ui-theme .dropdown a.dropdown-item.is-active{background-color:var(--primary-color)}body .dv-ui-theme .dropdown a.dropdown-item.is-disabled{color:#667085!important}body .dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item{color:#1a1a1a;font-size:16px;line-height:24px}body .dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item:hover{color:var(--primary-color);background:none;border:none}body .dv-ui-theme .dropdown.dropdown-menu-animation.label-dropdown{width:100%}body .dv-ui-theme .b-checkbox.checkbox .check{background-color:#fff}body .dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:var(--primary-color)!important}body .dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{border-color:var(--primary-color)!important;background-color:var(--primary-color)}body .dv-ui-theme .modal{z-index:999}body .dv-ui-theme .modal.modal-text-center{text-align:center}body .dv-ui-theme .modal.modal-400{position:absolute!important}body .dv-ui-theme .modal.modal-400 .modal-content{max-width:400px!important}body .dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden{overflow:hidden;padding:0}body .dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden .content{overflow:auto;padding:20px}body .dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body{border-radius:16px 16px 16px 16px!important}body .dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body.split-modal{padding-bottom:0}body .dv-ui-theme .modal.is-active .modal-content{height:auto;margin-left:auto;margin-right:auto;position:relative}body .dv-ui-theme .modal.is-active .modal-content .modal-close{position:absolute;top:14px}body .dv-ui-theme .modal.is-active .modal-content .modal-close:after,body .dv-ui-theme .modal.is-active .modal-content .modal-close:before{background-color:#858585}body .dv-ui-theme .modal.is-active .modal-content .modal-close:hover{background-color:#fff}body .dv-ui-theme .modal.is-active .modal-content .modal-card-body{background:#fff;border-radius:16px 16px 0 0!important}body .dv-ui-theme .modal.is-active .modal-content .modal-card-foot{display:flex;justify-content:center;border:none;background:#fff;border-radius:0 0 16px 16px}body .dv-ui-theme .modal.modal-absolute{position:absolute}body .dv-ui-theme .modal .modal-background{background-color:#000;opacity:.5}body .dv-ui-theme .modal.edit-modal .modal-content{max-width:440px!important}body .dv-ui-theme .modal.edit-modal .modal-content .header{display:flex;align-items:center;gap:8px;padding-bottom:15px;font-weight:500;font-size:18px}body .dv-ui-theme .modal.edit-modal .modal-content .content{text-align:left;font-weight:400;font-size:14px;color:#667085}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot{display:flex;gap:5px}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .recommended{font-weight:600;font-size:11px;background-color:hsla(0,0%,100%,.2);padding:2px 5px;border-radius:36px}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button{width:100%}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button.is-primary{font-weight:500}body .dv-ui-theme.invisible-parent-modal{background-color:transparent}body .dv-ui-theme.invisible-parent-modal .modal-content{height:100vh!important;top:25%}body .dv-ui-theme.invisible-parent-modal .modal-content .modal-card-body{overflow:visible}body .dv-ui-theme .loading-background{background-color:transparent!important}body .dv-ui-theme .loading-icon-size{width:13px;height:13px}body .dv-ui-theme .notices .snackbar{background-color:#1a1a1a;min-height:40px}body .dv-ui-theme .notices .snackbar .text{display:flex;font-size:14px}body .dv-ui-theme .label-action-btn .dropdown-trigger{width:100%;display:flex;justify-content:center}body .dv-ui-theme .slide-fade-enter-active,body .dv-ui-theme .slide-fade-leave-active{transition:all .3s ease}body .dv-ui-theme .slide-fade-enter,body .dv-ui-theme .slide-fade-leave-to{transform:translateY(-10px);opacity:0}body .dv-ui-theme .b-tooltip{height:100%;align-items:center}body .dv-ui-theme .b-tooltip .tooltip-content{background-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip .tooltip-content a{color:#fff;text-decoration:underline;font-weight:500}body .dv-ui-theme .b-tooltip .tooltip-content:before{border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.left-aligned .tooltip-content{left:-3px!important;transform:none!important;padding:8px 10px!important}body .dv-ui-theme .b-tooltip.left-aligned .tooltip-content:before{left:16px!important;right:auto!important;border-top-color:#1a1a1a!important;border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.right-aligned .tooltip-content{right:-20px!important;left:auto!important;transform:none!important;padding:8px 10px!important}body .dv-ui-theme .b-tooltip.right-aligned .tooltip-content:before{right:16px!important;left:auto!important;border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.right-aligned.finish-review .tooltip-content{right:0!important}body .dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip{height:100%}body .dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip .tooltip-content{right:0!important}body .dv-ui-theme .b-tooltip.full-height-tooltip .tooltip-trigger{height:100%}body .dv-ui-theme .b-tooltip.width-184 .tooltip-content{width:184px!important}body .dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content{font-size:14px;padding:12px 12px;top:45px;background-color:#1a1a1a;border-radius:4px!important}body .dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content:before{top:17px;border-left-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.bottom-aligned{width:100%;bottom:10px}body .dv-ui-theme .b-tooltip.bottom-aligned .tooltip-content:before{border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.top-aligned .tooltip-content:before{border-top-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.split-tooltip{width:100%}body .dv-ui-theme .no-icon-margin .icon{margin:0!important}body .dv-ui-theme .button .icon.is-small,body .dv-ui-theme .button .icon.is-small svg,body .dv-ui-theme .icon.is-small,body .dv-ui-theme .icon.is-small svg{width:14px;height:14px}body .dv-ui-theme .button .icon.is-small.caret svg,body .dv-ui-theme .icon.is-small.caret svg{height:12px}body .dv-ui-theme .button .icon.is-small.caret.split-mode-caret svg,body .dv-ui-theme .icon.is-small.caret.split-mode-caret svg{color:#858585}body .dv-ui-theme .button .icon.is-small.close-btn,body .dv-ui-theme .icon.is-small.close-btn{width:10px;height:10px}body .dv-ui-theme .button .icon.is-small.close-btn.error-icon,body .dv-ui-theme .icon.is-small.close-btn.error-icon{color:#fff;padding-right:20px;padding-left:20px}body .dv-ui-theme .button .icon.is-small.close-btn.error-icon svg,body .dv-ui-theme .icon.is-small.close-btn.error-icon svg{height:15px!important}body .dv-ui-theme .dropdown.split-mode .dropdown-trigger{font-size:14px;height:38px}body .dv-ui-theme .dropdown.width-12 .dropdown-trigger{width:12px}body .dv-ui-theme .dropdown .dropdown-trigger{height:100%;display:flex;justify-content:center;align-items:center}body .dv-ui-theme .dropdown.is-disabled{cursor:not-allowed}body .dv-ui-theme .b-table .table-wrapper{overflow:visible!important}body .dv-ui-theme .b-table.full-height,body .dv-ui-theme .b-table.full-height .table-wrapper,body .dv-ui-theme .b-table.full-height .table-wrapper .table{height:100%}body .dv-ui-theme .b-table.dark-header .table thead{background-color:#2f3032!important}body .dv-ui-theme .b-table.dark-header .table thead th{font-weight:400;background-color:#2f3032!important}body .dv-ui-theme .b-table.header-32 thead{height:32px}body .dv-ui-theme .b-table .table,body .dv-ui-theme .b-table .table-wrapper{cursor:text}body .dv-ui-theme .b-table .table-wrapper.has-sticky-header,body .dv-ui-theme .b-table .table.has-sticky-header{max-height:200px;height:-moz-fit-content;height:fit-content}body .dv-ui-theme .b-table .table thead,body .dv-ui-theme .b-table .table-wrapper thead{background-color:#7b61ff!important}body .dv-ui-theme .b-table .table thead th,body .dv-ui-theme .b-table .table-wrapper thead th{font-weight:500;font-size:10px;line-height:18px;background-color:#7b61ff!important;color:#fff!important;vertical-align:middle}body .dv-ui-theme .b-table .table thead th .th-wrap,body .dv-ui-theme .b-table .table-wrapper thead th .th-wrap{text-transform:none}body .dv-ui-theme .b-table .table thead th .th-wrap .icon,body .dv-ui-theme .b-table .table-wrapper thead th .th-wrap .icon{margin:0}body .dv-ui-theme .b-table .table thead th[draggable=true],body .dv-ui-theme .b-table .table-wrapper thead th[draggable=true]{cursor:move}body .dv-ui-theme .b-table .table tbody,body .dv-ui-theme .b-table .table-wrapper tbody{background-color:rgba(123,97,255,.1)}body .dv-ui-theme .b-table .table tbody tr,body .dv-ui-theme .b-table .table-wrapper tbody tr{background-color:#fff;color:#000}body .dv-ui-theme .b-table .table tbody tr td,body .dv-ui-theme .b-table .table-wrapper tbody tr td{font-weight:500;font-size:10px;line-height:18px}body .dv-ui-theme .b-table .table tbody tr td.has-text-centered,body .dv-ui-theme .b-table .table-wrapper tbody tr td.has-text-centered{vertical-align:middle}body .dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected),body .dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected){background-color:rgba(123,97,255,.1)}body .dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected):nth-child(2n),body .dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:rgba(123,97,255,.3)}body .dv-ui-theme .switch input[type=checkbox]:checked+.check{background:var(--primary-color)!important;box-shadow:none!important}body .dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:none!important}
|
|
1
|
+
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);[data-v-515dc9c4]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.category-chooser[data-v-515dc9c4]{cursor:pointer}.category-chooser.split-mode[data-v-515dc9c4]{border:1px solid #d0d5dd;border-radius:4px;background-color:#fff}.category-chooser.split-mode[data-v-515dc9c4]:hover{border-color:#b5b5b5;background-color:transparent}.category-chooser.disabled[data-v-515dc9c4]{cursor:not-allowed}.category-chooser:not(.split-mode) .category-drop-down[data-v-515dc9c4]{border-right:1px solid #e2e3e4}.category-chooser .category-drop-down[data-v-515dc9c4]{display:flex;height:100%;align-items:center;padding:0 8px 0 14px}.category-chooser .category-drop-down .caret-section[data-v-515dc9c4]{padding-top:5px}.category-chooser .category-drop-down .caret[data-v-515dc9c4],.category-chooser .category-drop-down .icon[data-v-515dc9c4]{text-align:center;margin-right:4px}.category-chooser .category-drop-down .caret.split-mode-caret[data-v-515dc9c4],.category-chooser .category-drop-down .icon.split-mode-caret[data-v-515dc9c4]{padding-left:8px;padding-right:8px;padding-top:10px}.category-chooser .category-drop-down .category-info[data-v-515dc9c4]{min-width:100px;margin-left:5px;margin-right:5px}.category-chooser .category-drop-down .category-info .category-title[data-v-515dc9c4]{font-size:12px;color:#858585}.category-chooser .category-drop-down .category-info .category-name[data-v-515dc9c4]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-chooser .category-drop-down .category-info .left-bar-options[data-v-515dc9c4]{display:flex}.category-chooser .category-drop-down .category-info .category-drop-down[data-v-515dc9c4]{width:155px;display:flex;align-items:center;justify-content:space-evenly;border-right:1px solid #e2e3e4}.category-chooser .category-drop-down .category-info .category-drop-down .category-info p[data-v-515dc9c4]{font-size:12px;color:#858585}[data-v-1a86b2b4]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-1a86b2b4]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-1a86b2b4]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-1a86b2b4]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-1a86b2b4]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-1a86b2b4]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-1a86b2b4]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-1a86b2b4]{color:#858585;font-size:12px;margin-top:4px}[data-v-4ab4d8ca]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-name-component[data-v-4ab4d8ca]{flex:1;display:flex;align-items:center;justify-content:center;width:100%;gap:12px;line-height:20px}.document-name-component .document-icon[data-v-4ab4d8ca]{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:1px}.document-name-component .document-name[data-v-4ab4d8ca]{display:inline-block;vertical-align:middle}.document-name-component .document-name.is-editable[data-v-4ab4d8ca]{display:inline-block;overflow-x:hidden;white-space:nowrap;border-radius:8px;padding:6px 14px 6px 14px;outline:1px solid #d0d5dd;max-width:420px}.document-name-component .btn[data-v-4ab4d8ca]{color:var(--primary-color);font-weight:500}.document-name-component .btn[data-v-4ab4d8ca]:hover{cursor:pointer}.document-name-component .message-container[data-v-4ab4d8ca]{display:flex;align-items:center;gap:8px;color:#858585}.document-name-component .message-container .notification[data-v-4ab4d8ca]{background-color:transparent;padding:6px}.document-name-component .message-container .spinner[data-v-4ab4d8ca]{color:#858585}.document-name-component .message-container .cloud-icon[data-v-4ab4d8ca]{display:flex}[data-v-30802222]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-30802222]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-30802222]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-30802222]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-30802222]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-30802222]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-30802222]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-30802222]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-30802222],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-30802222]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-30802222]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-30802222]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-30802222]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-30802222]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-30802222],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-30802222]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-30802222],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-30802222]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-30802222],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-30802222]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-30802222],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-30802222]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-30802222]{display:flex;align-items:center;margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons .edit-mode-btn[data-v-30802222]{font-size:14px}.btn-container[data-v-30802222]{display:flex;align-items:center;cursor:pointer}[data-v-bcf0f440]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-bcf0f440]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-bcf0f440]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-bcf0f440]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-bcf0f440]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-bcf0f440]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-bcf0f440]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-bcf0f440]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-bcf0f440]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-bcf0f440]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-bcf0f440]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-bcf0f440]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-bcf0f440]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-bcf0f440]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-bcf0f440]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-bcf0f440]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bcf0f440],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-bcf0f440]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-bcf0f440]{display:flex;align-items:center;margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons .edit-mode-btn[data-v-bcf0f440]{font-size:14px}.btn-container[data-v-bcf0f440]{display:flex;align-items:center;cursor:pointer}[data-v-78183520]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-top-bar-component[data-v-78183520]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}.document-top-bar-component .loading-top-bar[data-v-78183520]{height:100%;display:flex;align-items:center}.document-top-bar-component .document-top-bar[data-v-78183520]{width:100%;height:100%;background-color:var(--top-bar-background);position:sticky;z-index:39;display:flex;justify-content:space-between;flex:1;top:0;font-size:14px;color:#1a1a1a;font-weight:400px}.document-top-bar-component .document-top-bar .left-bar-components[data-v-78183520]{flex-direction:row;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components[data-v-78183520]{align-items:center;justify-content:flex-end;display:flex;flex:1}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info[data-v-78183520]{display:flex;align-items:center;justify-content:flex-end;padding-right:24px;color:#858585;font-size:14px;line-height:20px;font-weight:400;height:100%}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon[data-v-78183520]{margin-left:14px;vertical-align:text-top}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .doc-reviewed[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .info-icon.info-reviewed[data-v-78183520]{color:var(--primary-color)}.document-top-bar-component .document-top-bar .right-bar-components .read-only-info .read-only-details[data-v-78183520]{white-space:normal;font-size:12px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info[data-v-78183520]{margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-title[data-v-78183520]{font-weight:600;padding-bottom:10px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description[data-v-78183520]{display:flex;flex-direction:column;row-gap:8px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line[data-v-78183520]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-78183520]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-78183520]{font-size:12px;font-weight:500;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:4px;padding:0 5px 0 5px}.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-78183520],.document-top-bar-component .document-top-bar .right-bar-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-78183520]{font-weight:400;line-height:20px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons[data-v-78183520]{display:flex;align-items:center;margin-right:16px}.document-top-bar-component .document-top-bar .right-bar-components .top-bar-buttons .buttons .edit-mode-btn[data-v-78183520]{font-size:14px}.btn-container[data-v-78183520]{display:flex;align-items:center;cursor:pointer}[data-v-1ec5a166]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.empty-container[data-v-1ec5a166]{width:100%;margin-top:74px;display:flex;flex-direction:column;justify-content:flex-start;font-family:Inter,sans-serif}.empty-container .empty-text[data-v-1ec5a166],.empty-container svg[data-v-1ec5a166]{align-self:center}.empty-container .empty-text .title[data-v-1ec5a166]{font-size:16px;color:#344054;font-weight:500;text-align:center;margin:0}.empty-container .empty-text .description[data-v-1ec5a166]{font-size:14px;line-height:20px;color:#858585;font-weight:400;text-align:center}[data-v-2eb7cf72]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-2eb7cf72]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-2eb7cf72]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-2eb7cf72]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-2eb7cf72]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-2eb7cf72]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-2eb7cf72]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-2eb7cf72]{width:100%}.labels-sidebar .annotation-set-list[data-v-2eb7cf72]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-2eb7cf72]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-2eb7cf72]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-2eb7cf72]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-2eb7cf72]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-2eb7cf72]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-2eb7cf72]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-2eb7cf72]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-2eb7cf72]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-2eb7cf72]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-2eb7cf72]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-2eb7cf72]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-2eb7cf72]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-2eb7cf72]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-2eb7cf72]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-2eb7cf72]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-2eb7cf72]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-2eb7cf72]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-2eb7cf72]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-2eb7cf72]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-2eb7cf72]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-2eb7cf72]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-2eb7cf72]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-2eb7cf72]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-2eb7cf72]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-2eb7cf72],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-2eb7cf72]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-2eb7cf72]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-2eb7cf72]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-2eb7cf72]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-2eb7cf72]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2eb7cf72]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2eb7cf72]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-2eb7cf72]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-2eb7cf72]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-2eb7cf72]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-2eb7cf72],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-2eb7cf72]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-2eb7cf72]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-2eb7cf72]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-2eb7cf72]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-2eb7cf72]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-2eb7cf72]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-2eb7cf72]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-2eb7cf72]{color:#e7423a;animation:shake-2eb7cf72 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-2eb7cf72{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-2eb7cf72]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-2eb7cf72]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-2eb7cf72],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-2eb7cf72]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-2eb7cf72]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72],.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-2eb7cf72]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-2eb7cf72]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-2eb7cf72]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-2eb7cf72]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-2eb7cf72]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-2eb7cf72]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-2eb7cf72]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-2eb7cf72]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-2eb7cf72]:focus{box-shadow:none!important}.annotation-row[data-v-2eb7cf72]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-2eb7cf72]{display:flex}.annotation-row .annotation-value[data-v-2eb7cf72]{outline:none}.message .message-container[data-v-2eb7cf72]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-2eb7cf72]{display:flex}.hidden[data-v-2eb7cf72]{display:none!important}[data-v-de782fdc]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.data-extraction-container[data-v-de782fdc]{display:flex;flex-direction:column;align-items:center;height:100%;margin-top:142px}.data-extraction-container img[data-v-de782fdc]{width:121px;height:121px}.data-extraction-container .data-extraction-text[data-v-de782fdc]{width:50%;margin-left:auto;margin-right:auto;text-align:center}.data-extraction-container .data-extraction-text .title[data-v-de782fdc]{font-size:16px;font-weight:500;line-height:24px;color:#1a1a1a;margin-bottom:3px}.data-extraction-container .data-extraction-text .description[data-v-de782fdc]{font-size:14px;line-height:20px;color:#858585}[data-v-6d210da0]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-6d210da0]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-6d210da0]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-6d210da0]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-6d210da0]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-6d210da0]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-6d210da0]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-6d210da0]{width:100%}.labels-sidebar .annotation-set-list[data-v-6d210da0]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6d210da0]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6d210da0]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-6d210da0]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6d210da0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6d210da0]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-6d210da0]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-6d210da0]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-6d210da0]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-6d210da0]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-6d210da0]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-6d210da0]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-6d210da0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-6d210da0]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-6d210da0]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-6d210da0]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-6d210da0]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-6d210da0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6d210da0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-6d210da0]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-6d210da0]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-6d210da0]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-6d210da0]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-6d210da0]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-6d210da0]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-6d210da0],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-6d210da0]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-6d210da0]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-6d210da0]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-6d210da0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-6d210da0]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6d210da0]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6d210da0]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-6d210da0]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-6d210da0]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-6d210da0]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-6d210da0],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6d210da0]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-6d210da0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6d210da0]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6d210da0]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-6d210da0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-6d210da0]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-6d210da0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-6d210da0]{color:#e7423a;animation:shake-6d210da0 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-6d210da0{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-6d210da0]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-6d210da0]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-6d210da0],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6d210da0]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6d210da0]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0],.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6d210da0]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-6d210da0]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-6d210da0]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-6d210da0]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-6d210da0]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6d210da0]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6d210da0]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-6d210da0]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6d210da0]:focus{box-shadow:none!important}.annotation-row[data-v-6d210da0]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-6d210da0]{display:flex}.annotation-row .annotation-value[data-v-6d210da0]{outline:none}.message .message-container[data-v-6d210da0]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-6d210da0]{display:flex}.hidden[data-v-6d210da0]{display:none!important}[data-v-1df1b3b6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.annotation-details .label-icon[data-v-1df1b3b6]{display:flex;align-items:center;justify-content:center}.annotation-details .label-icon .annotation-details-icon[data-v-1df1b3b6]{display:flex}.annotation-details .label-icon .annotation-details-icon.animated-ripple[data-v-1df1b3b6]{animation:bounce-1df1b3b6 .4s .1s;transform:scale(1)}.annotation-details .label-icon .annotation-details-icon svg[data-v-1df1b3b6]{width:25px}.annotation-details .label-icon .annotation-details-icon.user-icon[data-v-1df1b3b6]{padding:0 3px}.annotation-details .label-icon .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:20px}.annotation-details .label-icon.is-small .annotation-details-icon svg[data-v-1df1b3b6]{width:16px}.annotation-details .label-icon.is-small .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:12px}.annotation-details .label-details[data-v-1df1b3b6]{display:flex;flex-direction:column;gap:8px;min-width:100px}.annotation-details .label-details .label-description[data-v-1df1b3b6]{opacity:.7;color:#fff;font-weight:400;font-size:12px;line-height:18px;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal;width:216px}.annotation-details .label-details .confidence[data-v-1df1b3b6]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px}.annotation-details .label-details .confidence .value[data-v-1df1b3b6]{color:#4bb543}.annotation-details .label-details .confidence .value.yellow[data-v-1df1b3b6]{color:#ffd600}.annotation-details .label-details .confidence .value.red[data-v-1df1b3b6]{color:#e7423a}.annotation-details .label-details .revision[data-v-1df1b3b6]{font-weight:400;font-size:12px;line-height:18px;color:#fff}.annotation-details .label-details .revision>div[data-v-1df1b3b6]{display:flex;align-items:center}.annotation-details .label-details .revision .annotation-details-icon[data-v-1df1b3b6]{display:flex}.annotation-details .label-details .revision .annotation-details-icon svg[data-v-1df1b3b6]{width:25px}.annotation-details .label-details .revision .annotation-details-icon.user-icon[data-v-1df1b3b6]{padding-right:5px}.annotation-details .label-details .revision .annotation-details-icon.user-icon svg[data-v-1df1b3b6]{width:20px}@keyframes bounce-1df1b3b6{0%{transform:scale(.7);opacity:1}20%{transform:scale(.9);opacity:.7}40%{transform:scale(1);opacity:.7}60%{transform:scale(1.3)}to{transform:scale(1)}}[data-v-31a81d6c]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-31a81d6c]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-31a81d6c]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-31a81d6c]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-31a81d6c]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-31a81d6c]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-31a81d6c]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-31a81d6c]{width:100%}.labels-sidebar .annotation-set-list[data-v-31a81d6c]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-31a81d6c]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-31a81d6c]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-31a81d6c]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-31a81d6c]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-31a81d6c]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-31a81d6c]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-31a81d6c]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-31a81d6c]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-31a81d6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-31a81d6c]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-31a81d6c]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-31a81d6c]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-31a81d6c]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-31a81d6c]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-31a81d6c]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-31a81d6c]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-31a81d6c]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-31a81d6c]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-31a81d6c]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-31a81d6c]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-31a81d6c]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-31a81d6c]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-31a81d6c]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-31a81d6c]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-31a81d6c],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-31a81d6c]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-31a81d6c]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-31a81d6c]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-31a81d6c]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-31a81d6c]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-31a81d6c]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-31a81d6c]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-31a81d6c]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-31a81d6c]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-31a81d6c]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-31a81d6c],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-31a81d6c]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-31a81d6c]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-31a81d6c]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-31a81d6c]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-31a81d6c]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-31a81d6c]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-31a81d6c]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-31a81d6c]{color:#e7423a;animation:shake-31a81d6c .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-31a81d6c{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-31a81d6c]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-31a81d6c]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-31a81d6c],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-31a81d6c]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-31a81d6c]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c],.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-31a81d6c]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-31a81d6c]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-31a81d6c]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-31a81d6c]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-31a81d6c]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-31a81d6c]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-31a81d6c]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-31a81d6c]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-31a81d6c]:focus{box-shadow:none!important}.annotation-row[data-v-31a81d6c]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-31a81d6c]{display:flex}.annotation-row .annotation-value[data-v-31a81d6c]{outline:none}.message .message-container[data-v-31a81d6c]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-31a81d6c]{display:flex}.hidden[data-v-31a81d6c]{display:none!important}[data-v-04df705e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-04df705e]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-04df705e]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-04df705e]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-04df705e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-04df705e]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-04df705e]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-04df705e]{width:100%}.labels-sidebar .annotation-set-list[data-v-04df705e]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-04df705e]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-04df705e]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-04df705e]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-04df705e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-04df705e]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-04df705e]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-04df705e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-04df705e]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-04df705e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-04df705e]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-04df705e]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-04df705e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-04df705e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-04df705e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-04df705e]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-04df705e]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-04df705e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-04df705e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-04df705e]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-04df705e]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-04df705e]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-04df705e]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-04df705e]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-04df705e]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-04df705e],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-04df705e]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-04df705e]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-04df705e]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-04df705e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-04df705e]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-04df705e]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-04df705e]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-04df705e]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-04df705e]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-04df705e]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-04df705e],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-04df705e]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-04df705e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-04df705e]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-04df705e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-04df705e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-04df705e]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-04df705e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-04df705e]{color:#e7423a;animation:shake-04df705e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-04df705e{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-04df705e]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-04df705e]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-04df705e],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-04df705e]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-04df705e]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e],.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-04df705e]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-04df705e]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-04df705e]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-04df705e]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-04df705e]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-04df705e]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-04df705e]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-04df705e]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-04df705e]:focus{box-shadow:none!important}.annotation-row[data-v-04df705e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-04df705e]{display:flex}.annotation-row .annotation-value[data-v-04df705e]{outline:none}.message .message-container[data-v-04df705e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-04df705e]{display:flex}.hidden[data-v-04df705e]{display:none!important}[data-v-6655de57]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-6655de57]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-6655de57]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-6655de57]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-6655de57]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-6655de57]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-6655de57]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-6655de57]{width:100%}.labels-sidebar .annotation-set-list[data-v-6655de57]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6655de57]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-6655de57]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-6655de57]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6655de57]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-6655de57]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-6655de57]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-6655de57]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-6655de57]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-6655de57]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-6655de57]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-6655de57]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-6655de57]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-6655de57]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-6655de57]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-6655de57]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-6655de57]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-6655de57]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6655de57]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-6655de57]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-6655de57]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-6655de57]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-6655de57]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-6655de57]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-6655de57]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-6655de57],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-6655de57]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-6655de57]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-6655de57]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-6655de57]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-6655de57]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6655de57]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-6655de57]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-6655de57]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-6655de57]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-6655de57]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-6655de57],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-6655de57]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-6655de57]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6655de57]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-6655de57]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-6655de57]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-6655de57]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-6655de57]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-6655de57]{color:#e7423a;animation:shake-6655de57 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-6655de57{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-6655de57]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-6655de57]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-6655de57],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6655de57]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6655de57]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57],.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-6655de57]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-6655de57]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-6655de57]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-6655de57]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-6655de57]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-6655de57]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-6655de57]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-6655de57]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-6655de57]:focus{box-shadow:none!important}.annotation-row[data-v-6655de57]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-6655de57]{display:flex}.annotation-row .annotation-value[data-v-6655de57]{outline:none}.message .message-container[data-v-6655de57]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-6655de57]{display:flex}.hidden[data-v-6655de57]{display:none!important}[data-v-7c923dea]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-7c923dea]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-7c923dea]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-7c923dea]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-7c923dea]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-7c923dea]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-7c923dea]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-7c923dea]{width:100%}.labels-sidebar .annotation-set-list[data-v-7c923dea]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-7c923dea]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-7c923dea]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-7c923dea]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-7c923dea]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-7c923dea]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-7c923dea]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-7c923dea]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-7c923dea]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-7c923dea]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-7c923dea]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-7c923dea]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-7c923dea]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-7c923dea]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-7c923dea]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-7c923dea]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-7c923dea]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-7c923dea]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-7c923dea]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-7c923dea]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-7c923dea]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-7c923dea]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-7c923dea]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-7c923dea]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-7c923dea]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-7c923dea],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-7c923dea]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-7c923dea]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-7c923dea]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-7c923dea]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-7c923dea]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-7c923dea]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-7c923dea]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-7c923dea]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-7c923dea]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-7c923dea]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-7c923dea],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-7c923dea]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-7c923dea]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-7c923dea]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-7c923dea]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-7c923dea]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-7c923dea]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-7c923dea]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-7c923dea]{color:#e7423a;animation:shake-7c923dea .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-7c923dea{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-7c923dea]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-7c923dea]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-7c923dea],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-7c923dea]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-7c923dea]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea],.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-7c923dea]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-7c923dea]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-7c923dea]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-7c923dea]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-7c923dea]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-7c923dea]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-7c923dea]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-7c923dea]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-7c923dea]:focus{box-shadow:none!important}.annotation-row[data-v-7c923dea]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-7c923dea]{display:flex}.annotation-row .annotation-value[data-v-7c923dea]{outline:none}.message .message-container[data-v-7c923dea]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-7c923dea]{display:flex}.hidden[data-v-7c923dea]{display:none!important}[data-v-07542bd0]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-07542bd0]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-07542bd0]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-07542bd0]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-07542bd0]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-07542bd0]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-07542bd0]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-07542bd0]{width:100%}.labels-sidebar .annotation-set-list[data-v-07542bd0]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-07542bd0]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-07542bd0]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-07542bd0]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-07542bd0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-07542bd0]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-07542bd0]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-07542bd0]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-07542bd0]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-07542bd0]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-07542bd0]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-07542bd0]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-07542bd0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-07542bd0]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-07542bd0]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-07542bd0]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-07542bd0]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-07542bd0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-07542bd0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-07542bd0]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-07542bd0]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-07542bd0]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-07542bd0]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-07542bd0]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-07542bd0]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-07542bd0],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-07542bd0]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-07542bd0]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-07542bd0]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-07542bd0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-07542bd0]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-07542bd0]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-07542bd0]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-07542bd0]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-07542bd0],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-07542bd0]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-07542bd0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-07542bd0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-07542bd0]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-07542bd0]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-07542bd0]{color:#e7423a;animation:shake-07542bd0 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-07542bd0{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-07542bd0]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-07542bd0]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-07542bd0],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-07542bd0]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-07542bd0]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0],.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-07542bd0]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-07542bd0]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-07542bd0]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-07542bd0]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-07542bd0]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-07542bd0]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-07542bd0]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-07542bd0]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-07542bd0]:focus{box-shadow:none!important}.annotation-row[data-v-07542bd0]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-07542bd0]{display:flex}.annotation-row .annotation-value[data-v-07542bd0]{outline:none}.message .message-container[data-v-07542bd0]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-07542bd0]{display:flex}.hidden[data-v-07542bd0]{display:none!important}[data-v-90b74e8e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-90b74e8e]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-90b74e8e]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-90b74e8e]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-90b74e8e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-90b74e8e]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-90b74e8e]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-90b74e8e]{width:100%}.labels-sidebar .annotation-set-list[data-v-90b74e8e]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-90b74e8e]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-90b74e8e]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-90b74e8e]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-90b74e8e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-90b74e8e]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-90b74e8e]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-90b74e8e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-90b74e8e]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-90b74e8e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-90b74e8e]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-90b74e8e]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-90b74e8e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-90b74e8e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-90b74e8e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-90b74e8e]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-90b74e8e]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-90b74e8e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-90b74e8e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-90b74e8e]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-90b74e8e]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-90b74e8e]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-90b74e8e]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-90b74e8e]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-90b74e8e]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-90b74e8e],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-90b74e8e]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-90b74e8e]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-90b74e8e]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-90b74e8e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-90b74e8e]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-90b74e8e]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-90b74e8e]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-90b74e8e]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-90b74e8e],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-90b74e8e]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-90b74e8e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-90b74e8e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-90b74e8e]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-90b74e8e]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-90b74e8e]{color:#e7423a;animation:shake-90b74e8e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-90b74e8e{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-90b74e8e]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-90b74e8e]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-90b74e8e],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-90b74e8e]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-90b74e8e]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e],.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-90b74e8e]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-90b74e8e]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-90b74e8e]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-90b74e8e]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-90b74e8e]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-90b74e8e]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-90b74e8e]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-90b74e8e]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-90b74e8e]:focus{box-shadow:none!important}.annotation-row[data-v-90b74e8e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-90b74e8e]{display:flex}.annotation-row .annotation-value[data-v-90b74e8e]{outline:none}.message .message-container[data-v-90b74e8e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-90b74e8e]{display:flex}.hidden[data-v-90b74e8e]{display:none!important}[data-v-48211954]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.labels-sidebar[data-v-48211954]{font-family:Inter,sans-serif;flex:1;background-color:#fff;position:relative;display:flex;flex-direction:column}.labels-sidebar.disabled[data-v-48211954]{pointer-events:none}.labels-sidebar .annotations-skeleton .label-set-name-skeleton[data-v-48211954]{margin:24px 16px 8px 16px}.labels-sidebar .annotations-skeleton .label-properties-skeleton[data-v-48211954]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left[data-v-48211954]{display:flex;width:80%;align-items:center;gap:10px}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-48211954]{padding-top:1px;width:100%}.labels-sidebar .annotations-skeleton .label-properties-skeleton .loading-right[data-v-48211954]{width:100%}.labels-sidebar .annotation-set-list[data-v-48211954]{padding-bottom:16px;overflow:auto;max-height:100%}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-48211954]{display:flex;align-items:center;justify-content:space-between;height:32px;margin:24px 16px 8px 16px}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header[data-v-48211954]:hover{background-color:#fff}.labels-sidebar .annotation-set-list .annotation-set-group .label-set-header .label-set-name[data-v-48211954]{font-weight:600;font-size:14px;line-height:20px;color:#344054}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-48211954]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table[data-v-48211954]:not(:last-child){padding-bottom:12px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-48211954]{padding:4px 8px;border-radius:32px;margin-left:14px;background:rgba(123,97,255,.08);display:flex;width:-moz-fit-content;width:fit-content;align-items:center}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-48211954]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}.labels-sidebar .annotation-set-list .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-48211954]{margin-left:8px;font-size:14px;line-height:20px}.labels-sidebar .annotation-set-list .labels .label .label-group[data-v-48211954]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left[data-v-48211954]{display:flex;flex-direction:row;padding-left:28px;color:#858585;align-items:center}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-left .label-name[data-v-48211954]{padding-left:20px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right[data-v-48211954]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;padding-right:16px;cursor:default}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-pending[data-v-48211954]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}.labels-sidebar .annotation-set-list .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-48211954]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list[data-v-48211954]{background-color:#fafafa}.labels-sidebar .annotation-set-list .labels .label .label-group-annotation-list .annotation-row[data-v-48211954]{padding-left:16px}.labels-sidebar .annotation-set-list .labels .label .label-name[data-v-48211954]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-48211954]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;display:flex;align-items:center;padding-right:5px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left[data-v-48211954]{flex:1;padding-left:8px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-48211954]{height:40px;padding:0 15px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-left .label-name[data-v-48211954]{padding:10px 0;padding-right:4px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right[data-v-48211954]{width:60%;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .notification[data-v-48211954]{background-color:transparent}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-48211954]{width:100%;font-size:14px;line-height:20px;font-weight:400}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-48211954],.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-48211954]{min-height:36px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-48211954]{height:20px;display:flex;align-items:center}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-48211954]{width:13px;height:13px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-48211954]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-48211954]{display:flex;gap:8px}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-48211954]{display:inline-block;color:#344054;padding:0 8px;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-48211954]:focus{outline:none}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty[data-v-48211954]{font-weight:500;font-size:14px;color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .annotation-row-right .annotation-value.label-empty.clicked[data-v-48211954]{font-weight:400;color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .empty-annotation[data-v-48211954]{display:flex;width:100%;justify-content:space-between}.labels-sidebar .annotation-set-list .labels .label .annotation-row.selected[data-v-48211954],.labels-sidebar .annotation-set-list .labels .label .annotation-row[data-v-48211954]:hover{background-color:#f0f0f0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-empty-labels[data-v-48211954]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-48211954]{position:relative;border-bottom-color:var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row.hovered-pending-annotations[data-v-48211954]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.labels-sidebar .annotation-set-list .labels .label .annotation-row.editing[data-v-48211954]{background-color:#fff;border-bottom:1px solid var(--primary-color)}.labels-sidebar .annotation-set-list .labels .label .annotation-row .not-found-text[data-v-48211954]{color:#858585;opacity:.3}.labels-sidebar .annotation-set-list .labels .label .annotation-row .saving-changes[data-v-48211954]{color:#858585}.labels-sidebar .annotation-set-list .labels .label .annotation-row .error-editing[data-v-48211954]{color:#e7423a;animation:shake-48211954 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-48211954{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.labels-sidebar .action-buttons[data-v-48211954]{display:flex;gap:6px}.labels-sidebar .action-buttons button[data-v-48211954]{height:32px}.labels-sidebar .action-buttons button.annotation-accept-btn[data-v-48211954],.labels-sidebar .action-buttons button.annotation-save-btn[data-v-48211954]{padding:6px 14px 6px 14px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;width:auto}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-48211954]{padding-top:8px!important}.labels-sidebar .action-buttons button.accept-all-btn[data-v-48211954],.labels-sidebar .action-buttons button.restore-btn[data-v-48211954]{color:var(--primary-color)!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons button.accept-all-btn[data-v-48211954]:hover,.labels-sidebar .action-buttons button.restore-btn[data-v-48211954]:hover{text-decoration:none!important;color:var(--primary-color)!important;filter:brightness(.8) contrast(160%) grayscale(.4)}.labels-sidebar .action-buttons button.accept-all-btn[data-v-48211954]:focus,.labels-sidebar .action-buttons button.restore-btn[data-v-48211954]:focus{box-shadow:none!important}.labels-sidebar .action-buttons button.finish-review-btn[data-v-48211954]{height:40px}.labels-sidebar .action-buttons button.finish-review-btn .icon[data-v-48211954]:last-child:not(:first-child){margin:0}.labels-sidebar .action-buttons button.text-btn[data-v-48211954]{border-radius:8px;font-weight:500;font-size:14px;line-height:20px}.labels-sidebar .action-buttons button.annotation-save-btn[data-v-48211954]{padding:6px 14px 6px 14px}.labels-sidebar .action-buttons button.annotation-cancel-btn[data-v-48211954]{border:none!important;background-color:transparent!important;width:32px}.labels-sidebar .action-buttons .missing-decline-button-container[data-v-48211954]{background-color:transparent}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-48211954]{color:#667085!important;font-size:14px!important;font-weight:500;background-color:transparent!important;width:auto}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-48211954]:hover{text-decoration:none!important;color:#1a1a1a!important}.labels-sidebar .action-buttons .missing-decline-button-container .missing-decline-btn[data-v-48211954]:focus{box-shadow:none!important}.annotation-row[data-v-48211954]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-48211954]{display:flex}.annotation-row .annotation-value[data-v-48211954]{outline:none}.message .message-container[data-v-48211954]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-48211954]{display:flex}.hidden[data-v-48211954]{display:none!important}[data-v-de15933e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.choose-label-set-modal .content h3[data-v-de15933e]{font-weight:500;font-size:18px;line-height:28px;color:#101828}.choose-label-set-modal .content p[data-v-de15933e]{font-weight:400;font-size:14px;line-height:20px;color:#2f3032}.choose-label-set-modal .content .label-set-dropdown[data-v-de15933e]{width:100%;border:1px solid #d0d5dd;height:40px;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.05);border-radius:8px;margin-bottom:4px}.choose-label-set-modal .content .label-set-dropdown.dropdown-disabled[data-v-de15933e]{cursor:not-allowed}.choose-label-set-modal .content .labels-list[data-v-de15933e]{color:#667085;font-size:14px;font-weight:400;line-height:20px}.choose-label-set-modal .content .labels-list .labels-select[data-v-de15933e]{padding:12px;overflow:scroll;height:154px;border:1px solid #e1e1e1;border-radius:8px;display:flex;flex-direction:column;gap:5px}.choose-label-set-modal .content .next-step-description[data-v-de15933e]{font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#1a1a1a;margin-top:8px}.choose-label-set-modal .content .submit-ann-set[data-v-de15933e]{margin-top:16px;width:100%}[data-v-73b4c3be]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.multi-ann-table-overlay[data-v-73b4c3be]{position:absolute;bottom:0;height:-moz-fit-content;height:fit-content;z-index:40;width:100%;background-color:#fff}.multi-ann-table-overlay .multi-ann-set-table[data-v-73b4c3be]{padding-bottom:6px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper[data-v-73b4c3be]{overflow:visible}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown[data-v-73b4c3be]{cursor:pointer}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .icon.arrow[data-v-73b4c3be]{margin-left:4px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .draggable[data-v-73b4c3be]{margin-right:4px;cursor:move}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .delete-action[data-v-73b4c3be]{color:#e7423a}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .annotations-table[data-v-73b4c3be]{min-height:22px;display:flex}[data-v-03ca23a6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.annotation-popup[data-v-03ca23a6]{border-radius:12px;background-color:#1a1a1a;display:flex;flex-direction:column;gap:8px;position:absolute;width:205px;height:192px;z-index:40;color:#fff;padding:8px}.annotation-popup .popup-input[data-v-03ca23a6]{background-color:#1a1a1a;color:#fff;font-size:14px;font-weight:400;line-height:20px;outline:none;box-shadow:none;padding:8px;border-radius:12px;border:1px solid hsla(220,9%,56%,.4);width:100%;justify-content:space-between;position:relative}.annotation-popup .popup-input .caret-icon[data-v-03ca23a6]{position:absolute;right:18px;padding-top:1px}.annotation-popup .not-selected[data-v-03ca23a6]{color:#e1e1e1}.annotation-popup .add-ann-set[data-v-03ca23a6]{width:100%;color:var(--primary-color)!important;font-size:14px;line-height:24px;font-weight:500}.annotation-popup .add-ann-set.has-border[data-v-03ca23a6]{border-top:1px solid #e1e1e1}.annotation-popup .add-ann-set-modal[data-v-03ca23a6]{position:fixed;width:100vw;height:100vh;top:0;left:0}.annotation-popup .annotation-dropdowns[data-v-03ca23a6]{display:flex;flex-direction:column}.annotation-popup .annotation-buttons[data-v-03ca23a6]{display:flex;justify-content:flex-end;flex-direction:row;gap:2px}.annotation-popup .annotation-buttons .cancel-button[data-v-03ca23a6]{color:#fff}.annotation-popup .annotation-buttons .cancel-button[data-v-03ca23a6]:hover{border:1px solid hsla(220,9%,56%,.4)}.annotation-popup .annotation-buttons .popup-button[data-v-03ca23a6]{font-size:14px;border-radius:8px}[data-v-8b4013e6]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.multi-ann-table-popup[data-v-8b4013e6]{position:absolute;z-index:40}.multi-ann-table-popup .label-header[data-v-8b4013e6]{display:flex;flex-direction:row;align-items:center}[data-v-281be7e4]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.ann-set-table-header[data-v-281be7e4]{position:absolute;background-color:#7b61ff;color:#fff;font-size:14px;padding:4px;z-index:9;border-radius:2px;display:flex;flex-direction:row;justify-content:center;align-items:center}.ann-set-table-header .ann-set-table-header-dropdown[data-v-281be7e4]{cursor:pointer}.ann-set-table-header .ann-set-table-header-dropdown .ann-set-label-set-name[data-v-281be7e4]{margin-right:4px}.ann-set-table-header .ann-set-table-header-dropdown .delete-action[data-v-281be7e4]{color:#e7423a}[data-v-174a89ae]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.pdf-page-container[data-v-174a89ae]{position:relative;cursor:crosshair;width:-moz-fit-content;width:fit-content;margin:0 auto}.pdf-page-container.default-cursor[data-v-174a89ae]{cursor:default}[data-v-3279f606]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.toolbar-container[data-v-3279f606]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto}.toolbar-container .toolbar[data-v-3279f606]{background-color:#1a1a1a;height:40px;width:-moz-fit-content;width:fit-content;border-radius:8px;margin-left:auto;margin-right:auto;padding:10px;display:flex;align-items:center;justify-content:center}.toolbar-container .toolbar.hidden[data-v-3279f606]{display:none}.toolbar-container .toolbar .toolbar-divider[data-v-3279f606]{width:1px;background-color:#e1e1e1;height:20px;margin-left:10px;margin-right:10px;opacity:30%}.toolbar-container .toolbar .icons[data-v-3279f606]{display:flex;align-items:center}.toolbar-container .toolbar .icons .icon svg[data-v-3279f606]{fill:#fff}.toolbar-container .toolbar .icons.icons-left[data-v-3279f606]{padding-right:10px}.toolbar-container .toolbar .icons.icons-left[data-v-3279f606]:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}.toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-3279f606]{opacity:30%}.toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-3279f606]:hover{cursor:not-allowed!important;background:inherit}.toolbar-container .toolbar .icons.icons-left .edit-text[data-v-3279f606]{color:#fff}.toolbar-container .toolbar .icons .percentage[data-v-3279f606]{color:#fff;width:32px;padding:7px;margin-right:20px}.toolbar-container .toolbar .icons .icon[data-v-3279f606]{width:32px;height:32px;padding:7px}.toolbar-container .toolbar .icons .icon[data-v-3279f606]:hover:not(.edit-icon){cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}.toolbar-container .toolbar .icons .icon.zoom-disabled[data-v-3279f606]{opacity:30%}.toolbar-container .toolbar .icons .icon.zoom-disabled[data-v-3279f606]:hover{cursor:not-allowed!important;background:inherit}[data-v-4665c542]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.action-bar[data-v-4665c542]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;z-index:100}.action-bar .action-bar-elements[data-v-4665c542]{background-color:#1a1a1a;height:40px;width:-moz-fit-content;width:fit-content;padding:4px 4px 4px 12px;border-radius:52px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;gap:9px}.action-bar .action-bar-elements .action-icon .icon[data-v-4665c542]{display:flex}.action-bar .action-bar-elements .action-text[data-v-4665c542]{color:#fff;font-size:14px;font-weight:400;line-height:20px}[data-v-0483e54e]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.scrolling-document[data-v-0483e54e]{overflow:auto;height:100%;scroll-behavior:smooth}.scrolling-document .scrolling-page[data-v-0483e54e]{padding:8px 0}.scrolling-document .loading-page[data-v-0483e54e]{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}[data-v-b94f631c]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-b94f631c]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-b94f631c]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-b94f631c]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-b94f631c]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-b94f631c]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-b94f631c]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-b94f631c]{color:#858585;font-size:12px;margin-top:4px}[data-v-936be5aa]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-pages[data-v-936be5aa]{background:#fff;min-width:80px;overflow-y:auto;font-family:Inter,sans-serif;height:100%;border-right:1px solid #e2e3e4}.document-pages .document-thumbnail[data-v-936be5aa]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}.document-pages .document-thumbnail .image-container[data-v-936be5aa]{display:flex;justify-content:center}.document-pages .document-thumbnail .image-container .img-thumbnail[data-v-936be5aa]{border:1px solid #e1e1e1;border-radius:4px}.document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-936be5aa]{border:2px solid var(--primary-color)}.document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-936be5aa]{border-radius:4px}.document-pages .document-thumbnail .number-thumbnail[data-v-936be5aa]{color:#858585;font-size:12px;margin-top:4px}[data-v-c4cb62fa]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-c4cb62fa]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-c4cb62fa]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-c4cb62fa]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-c4cb62fa]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-c4cb62fa]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-c4cb62fa]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-c4cb62fa]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-c4cb62fa]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-c4cb62fa]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-c4cb62fa]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-c4cb62fa]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-c4cb62fa]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-c4cb62fa]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-c4cb62fa],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-c4cb62fa]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-c4cb62fa]{padding-right:0}.document-edit .pages-section .info-bar[data-v-c4cb62fa]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-c4cb62fa]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-c4cb62fa]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-c4cb62fa]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-c4cb62fa]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-c4cb62fa]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-c4cb62fa]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-c4cb62fa]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-c4cb62fa]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-c4cb62fa]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-c4cb62fa]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-c4cb62fa]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-c4cb62fa]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-c4cb62fa]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-c4cb62fa]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-c4cb62fa]{width:60%}}.document-edit.rename-and-categorize-component[data-v-c4cb62fa]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-c4cb62fa]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-c4cb62fa]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-c4cb62fa]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-c4cb62fa]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-c4cb62fa]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-c4cb62fa]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-c4cb62fa]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-c4cb62fa]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-c4cb62fa]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-c4cb62fa]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-c4cb62fa]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-c4cb62fa]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-c4cb62fa]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-c4cb62fa]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-c4cb62fa]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-c4cb62fa]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-c4cb62fa]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-c4cb62fa]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-c4cb62fa]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-c4cb62fa]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-c4cb62fa]{flex:1}[data-v-09aec8a8]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-09aec8a8]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-09aec8a8]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-09aec8a8]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-09aec8a8]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-09aec8a8]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-09aec8a8]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-09aec8a8]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-09aec8a8]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-09aec8a8]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-09aec8a8]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-09aec8a8]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-09aec8a8]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-09aec8a8]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-09aec8a8],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-09aec8a8]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-09aec8a8]{padding-right:0}.document-edit .pages-section .info-bar[data-v-09aec8a8]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-09aec8a8]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-09aec8a8]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-09aec8a8]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-09aec8a8]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-09aec8a8]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-09aec8a8]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-09aec8a8]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-09aec8a8]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-09aec8a8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-09aec8a8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-09aec8a8]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-09aec8a8]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-09aec8a8]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-09aec8a8]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-09aec8a8]{width:60%}}.document-edit.rename-and-categorize-component[data-v-09aec8a8]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-09aec8a8]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-09aec8a8]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-09aec8a8]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-09aec8a8]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-09aec8a8]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-09aec8a8]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-09aec8a8]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-09aec8a8]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-09aec8a8]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-09aec8a8]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-09aec8a8]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-09aec8a8]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-09aec8a8]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-09aec8a8]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-09aec8a8]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-09aec8a8]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-09aec8a8]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-09aec8a8]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-09aec8a8]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-09aec8a8]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-09aec8a8]{flex:1}[data-v-1a948152]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-1a948152]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-1a948152]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-1a948152]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-1a948152]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-1a948152]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-1a948152]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-1a948152]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-1a948152]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-1a948152]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-1a948152]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-1a948152]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-1a948152]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-1a948152]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-1a948152]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-1a948152],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-1a948152]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-1a948152]{padding-right:0}.document-edit .pages-section .info-bar[data-v-1a948152]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-1a948152]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-1a948152]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-1a948152]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-1a948152]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-1a948152]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-1a948152]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1a948152]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-1a948152]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-1a948152]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-1a948152]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-1a948152]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-1a948152]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1a948152]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-1a948152]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-1a948152]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-1a948152]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-1a948152]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-1a948152]{width:60%}}.document-edit.rename-and-categorize-component[data-v-1a948152]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-1a948152]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-1a948152]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-1a948152]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-1a948152]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-1a948152]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-1a948152]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-1a948152]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-1a948152]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-1a948152]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-1a948152]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-1a948152]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-1a948152]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-1a948152]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-1a948152]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-1a948152]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-1a948152]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-1a948152]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-1a948152]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-1a948152]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-1a948152]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-1a948152]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-1a948152]{flex:1}[data-v-2f593712]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.edit-page-thumbnail[data-v-2f593712]{width:80px;display:flex;flex-direction:column;position:relative;padding:6px}.edit-page-thumbnail .action-checkbox[data-v-2f593712]{cursor:pointer;position:absolute;left:0;top:0;z-index:999}.edit-page-thumbnail .page-thumbnail[data-v-2f593712]{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #e2e3e4;border-radius:2px;cursor:pointer;position:relative}.edit-page-thumbnail .page-thumbnail.visible[data-v-2f593712]{border:1px solid #1a1a1a}.edit-page-thumbnail .page-thumbnail.selected[data-v-2f593712]{border:2px solid var(--primary-color)}.edit-page-thumbnail .page-thumbnail .action-icon[data-v-2f593712]{position:absolute;background-color:#1a1a1a;left:0;bottom:0;width:22px;height:22px;color:#fff;display:flex;align-items:center;justify-content:center}.edit-page-thumbnail .page-thumbnail .action-icon svg[data-v-2f593712]{height:16px}[data-v-2c8eef5f]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-2c8eef5f]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-2c8eef5f]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-2c8eef5f]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-2c8eef5f]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-2c8eef5f]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-2c8eef5f]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-2c8eef5f]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-2c8eef5f]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-2c8eef5f]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-2c8eef5f]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-2c8eef5f]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-2c8eef5f]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-2c8eef5f]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-2c8eef5f]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-2c8eef5f],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-2c8eef5f]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-2c8eef5f]{padding-right:0}.document-edit .pages-section .info-bar[data-v-2c8eef5f]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-2c8eef5f]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-2c8eef5f]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-2c8eef5f]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-2c8eef5f]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-2c8eef5f]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-2c8eef5f]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-2c8eef5f]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-2c8eef5f]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-2c8eef5f]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-2c8eef5f]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-2c8eef5f]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-2c8eef5f]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-2c8eef5f]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-2c8eef5f]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-2c8eef5f]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-2c8eef5f]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-2c8eef5f]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-2c8eef5f]{width:60%}}.document-edit.rename-and-categorize-component[data-v-2c8eef5f]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-2c8eef5f]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-2c8eef5f]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-2c8eef5f]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-2c8eef5f]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-2c8eef5f]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-2c8eef5f]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-2c8eef5f]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-2c8eef5f]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-2c8eef5f]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-2c8eef5f]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-2c8eef5f]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-2c8eef5f]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-2c8eef5f]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-2c8eef5f]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-2c8eef5f]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-2c8eef5f]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-2c8eef5f]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-2c8eef5f]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-2c8eef5f]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-2c8eef5f]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-2c8eef5f]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-2c8eef5f]{flex:1}[data-v-66303788]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-66303788]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-66303788]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-66303788]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-66303788]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-66303788]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-66303788]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-66303788]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-66303788]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-66303788]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-66303788]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-66303788]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-66303788]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-66303788]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-66303788]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-66303788],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-66303788]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-66303788]{padding-right:0}.document-edit .pages-section .info-bar[data-v-66303788]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-66303788]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-66303788]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-66303788]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-66303788]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-66303788]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-66303788]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-66303788]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-66303788]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-66303788]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-66303788]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-66303788]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-66303788]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-66303788]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-66303788]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-66303788]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-66303788]{width:60%}}.document-edit.rename-and-categorize-component[data-v-66303788]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-66303788]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-66303788]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-66303788]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-66303788]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-66303788]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-66303788]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-66303788]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-66303788]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-66303788]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-66303788]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-66303788]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-66303788]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-66303788]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-66303788]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-66303788]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-66303788]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-66303788]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-66303788]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-66303788]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-66303788]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-66303788]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-66303788]{flex:1}[data-v-3b82fe23]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-3b82fe23]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-3b82fe23]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-3b82fe23]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-3b82fe23]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-3b82fe23]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-3b82fe23]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-3b82fe23]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-3b82fe23]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-3b82fe23]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-3b82fe23]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-3b82fe23]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-3b82fe23]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-3b82fe23]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-3b82fe23],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-3b82fe23]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-3b82fe23]{padding-right:0}.document-edit .pages-section .info-bar[data-v-3b82fe23]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-3b82fe23]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-3b82fe23]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-3b82fe23]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-3b82fe23]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-3b82fe23]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-3b82fe23]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-3b82fe23]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-3b82fe23]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-3b82fe23]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-3b82fe23]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-3b82fe23]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-3b82fe23]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-3b82fe23]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-3b82fe23]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-3b82fe23]{width:60%}}.document-edit.rename-and-categorize-component[data-v-3b82fe23]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-3b82fe23]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-3b82fe23]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-3b82fe23]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-3b82fe23]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-3b82fe23]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-3b82fe23]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-3b82fe23]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-3b82fe23]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-3b82fe23]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-3b82fe23]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-3b82fe23]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-3b82fe23]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-3b82fe23]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-3b82fe23]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-3b82fe23]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-3b82fe23]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-3b82fe23]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-3b82fe23]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-3b82fe23]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-3b82fe23]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-3b82fe23]{flex:1}[data-v-6b2cacec]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-edit[data-v-6b2cacec]{display:flex;flex:1;background-color:#f7f7f7}.document-edit .pages-section[data-v-6b2cacec]{width:100%;overflow-y:scroll;border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4;display:flex;flex-direction:column;justify-content:space-between}.document-edit .pages-section .grid-header[data-v-6b2cacec]{height:60px;background-color:#fff;border-bottom:1px solid #e2e3e4;display:flex;align-items:center}.document-edit .pages-section .grid-header .header-title[data-v-6b2cacec]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}.document-edit .pages-section .document-grid[data-v-6b2cacec]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}.document-edit .pages-section .document-grid .image-section[data-v-6b2cacec]{cursor:grab;display:flex;align-items:center;flex-direction:column}.document-edit .pages-section .document-grid .image-section .top-section[data-v-6b2cacec]{display:flex;flex-direction:row;justify-content:space-between}.document-edit .pages-section .document-grid .image-section .bottom-section[data-v-6b2cacec]{text-align:center}.document-edit .pages-section .document-grid .image-section .page-number[data-v-6b2cacec]{margin-top:8px;color:#858585;font-size:12px;line-height:12px;font-weight:400;align-self:center;padding-right:60px}.document-edit .pages-section .document-grid .image-section .splitting-lines[data-v-6b2cacec]{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:54px}.document-edit .pages-section .document-grid .image-section .splitting-lines .lines[data-v-6b2cacec]{display:flex;align-items:center;justify-content:center}.document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-6b2cacec]{display:none;transform:translate(10%) rotate(-90deg);position:absolute;z-index:999}.document-edit .pages-section .document-grid .image-section .splitting-lines:hover .scissors-icon[data-v-6b2cacec]{display:block}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-6b2cacec]{margin-left:15px;margin-right:3px;padding-right:12px}.document-edit .pages-section .document-grid .image-section .splitting-lines.active-split:hover .scissors-icon[data-v-6b2cacec],.document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-6b2cacec]{display:none}.document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-6b2cacec]{padding-right:0}.document-edit .pages-section .info-bar[data-v-6b2cacec]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px}.document-edit .pages-section .info-bar .split-info-bar[data-v-6b2cacec]{padding:5px 13px;min-height:32px;height:auto;display:flex;align-items:center;justify-content:center;gap:3px;background-color:#1a1a1a;color:#fff;font-weight:400;font-size:14px;border-radius:52px;text-align:center}.document-edit .sidebar[data-v-6b2cacec]{width:45%;max-width:300px;min-width:270px;background-color:#fff}.document-edit .sidebar .edit-sidebar[data-v-6b2cacec]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%}.document-edit .sidebar .edit-sidebar .buttons-container[data-v-6b2cacec]{width:85%;display:flex;flex-direction:column;color:#344054}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-6b2cacec]{font-weight:400;font-size:14px;margin-bottom:15px}.document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-6b2cacec]{color:#858585}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-6b2cacec]{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e1e1e1}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn[data-v-6b2cacec]{display:flex;width:100%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-6b2cacec]{display:flex;align-items:center;justify-content:center;gap:9px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content .button-text[data-v-6b2cacec]{font-size:14px;font-weight:500;max-width:70%}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-6b2cacec]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-6b2cacec]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-6b2cacec]:first-child{margin-top:14px}.document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-6b2cacec]:last-child{margin-bottom:14px}.document-edit .sidebar .edit-sidebar .smart-split .switch .control-label .switch-text[data-v-6b2cacec]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}.document-edit .sidebar .edit-sidebar .smart-split .switch .new-badge[data-v-6b2cacec]{background:linear-gradient(90deg,#c1ff79,#79fff7);border-radius:36px;font-weight:700;font-size:11px;padding:5px;color:#1a1a1a}@media(max-width:1150px){.document-edit .sidebar[data-v-6b2cacec]{width:50%}}@media(max-width:1100px){.document-edit .sidebar[data-v-6b2cacec]{width:60%}}.document-edit.rename-and-categorize-component[data-v-6b2cacec]{background-color:#fff;min-width:600px}.document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-6b2cacec]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}.document-edit.rename-and-categorize-component .rename-and-categorize[data-v-6b2cacec]{margin-top:20px}.document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-6b2cacec]{height:30px!important;width:30px!important}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-6b2cacec]{display:flex;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-bottom:26px;cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-btn-section[data-v-6b2cacec]{padding-top:4px}.document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-6b2cacec]{color:#858585;font-weight:400;font-size:14px;line-height:20px}.document-edit.rename-and-categorize-component .rename-and-categorize .rename-and-categorize-title[data-v-6b2cacec]{color:#1a1a1a;font-size:16px;font-weight:600}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-6b2cacec]{padding-bottom:30px;padding-top:35px;padding-right:10px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details[data-v-6b2cacec]{display:flex;align-items:center;gap:20px;padding-bottom:40px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails[data-v-6b2cacec]{display:flex;align-items:center;justify-content:center;width:60px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents[data-v-6b2cacec]{display:flex;align-items:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-6b2cacec]{display:flex;align-items:center;justify-content:center}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail .page-thumbnail[data-v-6b2cacec]{border:1px solid #e2e3e4;border-radius:2px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail.page-stack .page-thumbnail[data-v-6b2cacec]{box-shadow:2px 2px #fff,3px 3px #e2e3e4,5px 5px #fff,6px 6px #e2e3e4}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .rename-and-categorize-thumbnails .split-documents .image-container .thumbnail[data-v-6b2cacec]:hover{cursor:pointer}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-6b2cacec]{display:flex;justify-content:space-between;flex:1;gap:8px}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section[data-v-6b2cacec]{display:flex;height:40px;flex:2}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-6b2cacec]{border-radius:4px 0 0 4px!important;box-shadow:none!important;border-right:0}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .control .input[data-v-6b2cacec]:hover{border-color:#d0d5dd}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .name-input[data-v-6b2cacec]{display:flex;align-items:center;height:100%;width:100%;max-width:100%;padding:12px;border-radius:4px 0 0 4px;border:1px solid #d0d5dd;border-right:0;background-color:#fff;cursor:text}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .file-name-section .file-extension-container[data-v-6b2cacec]{display:flex;align-items:center;padding:13px;height:40px;border-radius:0 4px 4px 0;border:1px solid #d0d5dd;background-color:#fff;color:#667085}.document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info .category[data-v-6b2cacec]{flex:1}[data-v-5a442ccf]:root,[data-v-a6b37416]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.viewport-modal[data-v-5a442ccf]{text-align:center}.viewport-modal .content h3[data-v-5a442ccf]{font-weight:600!important;font-size:20px!important;line-height:26px!important;color:#1a1a1a!important;padding-bottom:5px}.viewport-modal .content p[data-v-5a442ccf]{color:#858585}.viewport-modal .content button[data-v-5a442ccf],.viewport-modal .content p[data-v-5a442ccf]{line-height:20px;font-size:14px}[data-v-81599810]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.document-error-modal[data-v-81599810]{text-align:left}.document-error-modal .modal.is-active .modal-content[data-v-81599810]{height:auto;max-width:400px!important}.document-error-modal .modal.is-active .modal-content .modal-close[data-v-81599810]{display:none!important}.document-error-modal .modal.is-active .modal-content .modal-card-body[data-v-81599810]{background:#fff;border-radius:12px 12px 0 0!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .header[data-v-81599810]{display:flex;justify-content:space-between}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .error-icon[data-v-81599810]{width:48px;height:48px;border-radius:50%;background:rgba(231,66,58,.08);display:flex;align-items:center;justify-content:center}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-81599810]{color:#858585}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-81599810]:hover{cursor:pointer}.document-error-modal .modal.is-active .modal-content .modal-card-body .content[data-v-81599810]{padding-top:15px;color:#1a1a1a!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .content h3[data-v-81599810]{font-weight:500!important;font-size:18px!important;line-height:28px!important;padding-bottom:5px}.document-error-modal .modal.is-active .modal-content .modal-card-body .content p[data-v-81599810]{font-weight:400;line-height:20px;font-size:14px}.document-error-modal .modal.is-active .modal-content .modal-card-foot[data-v-81599810]{display:flex;justify-content:center;border:none;background:#fff;border-radius:0 0 12px 12px;padding-top:0!important}.document-error-modal .modal.is-active .modal-content .modal-card-foot .button[data-v-81599810]{width:100%;height:44px;font-weight:500!important;font-size:16px!important;line-height:24px!important}[data-v-77c0116d]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.dashboard[data-v-77c0116d]{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard .dashboard-viewer[data-v-77c0116d]{display:flex;min-height:0;height:100%}.dashboard .dashboard-viewer.loading-skeleton[data-v-77c0116d]{overflow:hidden}.dashboard .dashboard-viewer .dashboard-document[data-v-77c0116d]{height:100%;overflow:auto;position:relative;flex:1;background-image:radial-gradient(#bfc1c9 .8px,#ededed 0);background-size:9px 9px}.dashboard .dashboard-viewer.edit-mode .dashboard-document[data-v-77c0116d]{flex:1.5}@media print{.dashboard .dashboard-viewer .dashboard-document[data-v-77c0116d]{position:static}}.dashboard .not-supported[data-v-77c0116d]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:999}[data-v-653558c1]:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}.documents-list[data-v-653558c1]{background-color:#fff;font-family:Inter,sans-serif}.documents-list .documents-list-top[data-v-653558c1]{display:flex;flex-direction:row;padding:40px;margin-bottom:14px}.documents-list .documents-list-top .documents-list-top-left[data-v-653558c1]{flex:1}.documents-list .documents-list-top .documents-list-top-left h2[data-v-653558c1]{font-size:26px;color:#344054;font-weight:600;line-height:33px;margin:0}.documents-list .documents-list-top .documents-list-top-left p[data-v-653558c1]{font-size:14px;color:#858585;font-weight:400;line-height:20px;margin:16px 0 0 0}.documents-list .documents-list-top .documents-list-top-right[data-v-653558c1]{flex:1;display:flex;justify-content:center;align-items:center;height:80px;align-self:center}.documents-list .documents-list-top .documents-list-top-right .action-box[data-v-653558c1]{align-self:center;width:75%;height:100%;display:flex;justify-content:center;align-items:flex-start;position:relative}.documents-list .documents-list-top .documents-list-top-right .action-box[data-v-653558c1]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}.documents-list .documents-list-top .documents-list-top-right .action-box span[data-v-653558c1]{margin-top:20px;font-weight:600;font-size:16px;line-height:24px;color:#344054}.documents-list .documents-list-top .documents-list-top-right .action-box .action-button[data-v-653558c1]{position:absolute;bottom:-20px;padding:0 16px;font-weight:500;font-size:14px;line-height:20px;cursor:pointer}.documents-list .documents-list-bottom[data-v-653558c1]{display:flex;flex-direction:row;border-bottom:1px solid #e2e3e4}.documents-list .documents-list-bottom .documents-list-thumbnail[data-v-653558c1]{cursor:pointer;flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;height:52px;padding:8px}.documents-list .documents-list-bottom .documents-list-thumbnail.selected[data-v-653558c1]{background-color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:3px solid var(--primary-color)}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail img[data-v-653558c1],.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail[data-v-653558c1]{height:100%}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail.selected[data-v-653558c1]{outline:1px solid #2f3032}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name[data-v-653558c1]{margin-left:14px;font-weight:400;font-size:14px;line-height:20px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name.selected[data-v-653558c1]{font-weight:600}.documents-list .documents-list-bottom .documents-list-thumbnail .error-icon[data-v-653558c1]{display:flex;padding-left:10px}:root{--primary-color:#41af85;--primary-button:4px;--top-bar-background:#fff}body{margin:0;font-family:Inter,sans-serif}body .overlay{height:100%;width:100%;position:fixed;z-index:999;top:0;left:0;background-color:transparent;overflow-x:hidden}body .dv-ui-app-container{display:flex;height:100%;flex-direction:column}body .dv-ui-theme button.is-primary{background-color:var(--primary-color)!important;color:#fff!important}body .dv-ui-theme button.is-primary:hover:enabled{filter:brightness(.8) contrast(160%) grayscale(.4)}body .dv-ui-theme button.is-primary:disabled{background-color:#858585}body .dv-ui-theme button.missing-decline-btn{font-size:14px;color:#667085!important;font-weight:500;background-color:transparent;width:auto}body .dv-ui-theme button.missing-decline-btn:not([disabled]):hover{text-decoration:none;color:#1a1a1a!important}body .dv-ui-theme button.missing-decline-btn:focus{box-shadow:none}body .dv-ui-theme button:not(.is-text,.is-primary,.missing-btn){background-color:#fff;color:#1a1a1a}body .dv-ui-theme button.is-text{text-decoration:none}body .dv-ui-theme button.is-text:hover{background-color:transparent}body .dv-ui-theme button.annotation-cancel-btn .icon svg{width:15px!important;height:15px!important}body .dv-ui-theme button.accept-all-btn{padding-left:4px;padding-right:4px}body .dv-ui-theme button.all-missing-btn{padding-right:4px}body .dv-ui-theme button.action-bar-save-btn{height:32px;padding:6px 12px 6px 12px!important;font-size:14px;font-weight:500}body .dv-ui-theme button.finish-review-btn{margin-right:2px}body .dv-ui-theme button.finish-review-btn:focus{box-shadow:none;outline:3px solid #344054;border:2px solid;margin-right:1px}body .dv-ui-theme button.finish-review-btn .spinner{margin:auto!important}body .dv-ui-theme button.edit-mode-btn[disabled]{border:1px solid #e2e3e4}body .dv-ui-theme button[disabled]{border:none}body .dv-ui-theme button[disabled]:hover{text-decoration:none}body .dv-ui-theme button.primary-button{border-radius:var(--primary-button)!important}body .dv-ui-theme button.tertiary-button{border-radius:20px!important}body .dv-ui-theme .carousel-list.has-shadow{box-shadow:none!important}body .dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:none!important}body .dv-ui-theme .carousel-list .carousel-arrow .icon{color:var(--primary-color)}body .dv-ui-theme .carousel-list .carousel-arrow .icon:hover{border:1px solid var(--primary-color)}body .dv-ui-theme .carousel-list .carousel-arrow .icon svg{height:100%}body .dv-ui-theme .error-message{position:absolute;width:100%}body .dv-ui-theme .error-message .message{padding:0}body .dv-ui-theme .error-message .message-body{background-color:#d4453d;color:#fff;font-size:14px;border:0;border-radius:0;line-height:20px;padding:7px 0 7px 0}body .dv-ui-theme .error-message .media-content{display:flex;justify-content:flex-end}body .dv-ui-theme .error-message .message-container{display:flex;width:100%;justify-content:center;align-items:center}body .dv-ui-theme .error-message .message-container .server-error{display:flex}body .dv-ui-theme .error-message .message-container .server-error .contact-support{text-decoration:underline;font-weight:600;display:flex;align-items:center;padding-left:5px}body .dv-ui-theme .error-message .message-container .server-error .contact-support .icon{padding-left:10px}body .dv-ui-theme .error-message .message-container .server-error .contact-support:hover{cursor:pointer}body .dv-ui-theme .error-message .btn-container{cursor:pointer;display:flex;align-items:center}body .dv-ui-theme .message.label-message .message-body{padding:5px 15px 5px 15px!important}body .dv-ui-theme .dropdown{height:100%}body .dv-ui-theme .dropdown.no-padding-bottom .dropdown-content{padding-bottom:0}body .dv-ui-theme .dropdown.no-padding-top .dropdown-content{padding-top:0}body .dv-ui-theme .dropdown+.dropdown{margin-left:0}body .dv-ui-theme .dropdown .dropdown-trigger{justify-content:space-between;width:100%}body .dv-ui-theme .dropdown .dropdown-menu{padding-top:0;min-width:40px}body .dv-ui-theme .dropdown a.dropdown-item{padding-right:16px}body .dv-ui-theme .dropdown a.dropdown-item.is-active{background-color:var(--primary-color)}body .dv-ui-theme .dropdown a.dropdown-item.is-disabled{color:#667085!important}body .dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item{color:#1a1a1a;font-size:16px;line-height:24px}body .dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item:hover{color:var(--primary-color);background:none;border:none}body .dv-ui-theme .dropdown.dropdown-menu-animation.label-dropdown{width:100%}body .dv-ui-theme .b-checkbox.checkbox .check{background-color:#fff}body .dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:var(--primary-color)!important}body .dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{border-color:var(--primary-color)!important;background-color:var(--primary-color)}body .dv-ui-theme .modal{z-index:999}body .dv-ui-theme .modal.modal-text-center{text-align:center}body .dv-ui-theme .modal.modal-400{position:absolute!important}body .dv-ui-theme .modal.modal-400 .modal-content{max-width:400px!important}body .dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden{overflow:hidden;padding:0}body .dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden .content{overflow:auto;padding:20px}body .dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body{border-radius:16px 16px 16px 16px!important}body .dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body.split-modal{padding-bottom:0}body .dv-ui-theme .modal.is-active .modal-content{height:auto;margin-left:auto;margin-right:auto;position:relative}body .dv-ui-theme .modal.is-active .modal-content .modal-close{position:absolute;top:14px}body .dv-ui-theme .modal.is-active .modal-content .modal-close:after,body .dv-ui-theme .modal.is-active .modal-content .modal-close:before{background-color:#858585}body .dv-ui-theme .modal.is-active .modal-content .modal-close:hover{background-color:#fff}body .dv-ui-theme .modal.is-active .modal-content .modal-card-body{background:#fff;border-radius:16px 16px 0 0!important}body .dv-ui-theme .modal.is-active .modal-content .modal-card-foot{display:flex;justify-content:center;border:none;background:#fff;border-radius:0 0 16px 16px}body .dv-ui-theme .modal.modal-absolute{position:absolute}body .dv-ui-theme .modal .modal-background{background-color:#000;opacity:.5}body .dv-ui-theme .modal.edit-modal .modal-content{max-width:440px!important}body .dv-ui-theme .modal.edit-modal .modal-content .header{display:flex;align-items:center;gap:8px;padding-bottom:15px;font-weight:500;font-size:18px}body .dv-ui-theme .modal.edit-modal .modal-content .content{text-align:left;font-weight:400;font-size:14px;color:#667085}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot{display:flex;gap:5px}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .recommended{font-weight:600;font-size:11px;background-color:hsla(0,0%,100%,.2);padding:2px 5px;border-radius:36px}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button{width:100%}body .dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button.is-primary{font-weight:500}body .dv-ui-theme.invisible-parent-modal{background-color:transparent}body .dv-ui-theme.invisible-parent-modal .modal-content{height:100vh!important;top:25%}body .dv-ui-theme.invisible-parent-modal .modal-content .modal-card-body{overflow:visible}body .dv-ui-theme .loading-background{background-color:transparent!important}body .dv-ui-theme .loading-icon-size{width:13px;height:13px}body .dv-ui-theme .notices .snackbar{background-color:#1a1a1a;min-height:40px}body .dv-ui-theme .notices .snackbar .text{display:flex;font-size:14px}body .dv-ui-theme .label-action-btn .dropdown-trigger{width:100%;display:flex;justify-content:center}body .dv-ui-theme .slide-fade-enter-active,body .dv-ui-theme .slide-fade-leave-active{transition:all .3s ease}body .dv-ui-theme .slide-fade-enter,body .dv-ui-theme .slide-fade-leave-to{transform:translateY(-10px);opacity:0}body .dv-ui-theme .b-tooltip{height:100%;align-items:center}body .dv-ui-theme .b-tooltip .tooltip-content{background-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip .tooltip-content a{color:#fff;text-decoration:underline;font-weight:500}body .dv-ui-theme .b-tooltip .tooltip-content:before{border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.left-aligned .tooltip-content{left:-3px!important;transform:none!important;padding:8px 10px!important}body .dv-ui-theme .b-tooltip.left-aligned .tooltip-content:before{left:16px!important;right:auto!important;border-top-color:#1a1a1a!important;border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.right-aligned .tooltip-content{right:-20px!important;left:auto!important;transform:none!important;padding:8px 10px!important}body .dv-ui-theme .b-tooltip.right-aligned .tooltip-content:before{right:16px!important;left:auto!important;border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.right-aligned.no-right-margin .tooltip-content{right:0!important}body .dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip{height:100%}body .dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip .tooltip-content{right:0!important}body .dv-ui-theme .b-tooltip.full-height-tooltip .tooltip-trigger{height:100%}body .dv-ui-theme .b-tooltip.width-184 .tooltip-content{width:184px!important}body .dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content{font-size:14px;padding:12px 12px;top:45px;background-color:#1a1a1a;border-radius:4px!important}body .dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content:before{top:17px;border-left-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.bottom-aligned{width:100%;bottom:10px}body .dv-ui-theme .b-tooltip.bottom-aligned .tooltip-content:before{border-bottom-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.top-aligned .tooltip-content:before{border-top-color:#1a1a1a!important}body .dv-ui-theme .b-tooltip.split-tooltip{width:100%}body .dv-ui-theme .no-icon-margin .icon{margin:0!important}body .dv-ui-theme .button .icon.is-small,body .dv-ui-theme .button .icon.is-small svg,body .dv-ui-theme .icon.is-small,body .dv-ui-theme .icon.is-small svg{width:14px;height:14px}body .dv-ui-theme .button .icon.is-small.caret svg,body .dv-ui-theme .icon.is-small.caret svg{height:12px}body .dv-ui-theme .button .icon.is-small.caret.split-mode-caret svg,body .dv-ui-theme .icon.is-small.caret.split-mode-caret svg{color:#858585}body .dv-ui-theme .button .icon.is-small.close-btn,body .dv-ui-theme .icon.is-small.close-btn{width:10px;height:10px}body .dv-ui-theme .button .icon.is-small.close-btn.error-icon,body .dv-ui-theme .icon.is-small.close-btn.error-icon{color:#fff;padding-right:20px;padding-left:20px}body .dv-ui-theme .button .icon.is-small.close-btn.error-icon svg,body .dv-ui-theme .icon.is-small.close-btn.error-icon svg{height:15px!important}body .dv-ui-theme .dropdown.split-mode .dropdown-trigger{font-size:14px;height:38px}body .dv-ui-theme .dropdown.width-12 .dropdown-trigger{width:12px}body .dv-ui-theme .dropdown .dropdown-trigger{height:100%;display:flex;justify-content:center;align-items:center}body .dv-ui-theme .dropdown.is-disabled{cursor:not-allowed}body .dv-ui-theme .b-table .table-wrapper{overflow:visible!important}body .dv-ui-theme .b-table.full-height,body .dv-ui-theme .b-table.full-height .table-wrapper,body .dv-ui-theme .b-table.full-height .table-wrapper .table{height:100%}body .dv-ui-theme .b-table.dark-header .table thead{background-color:#2f3032!important}body .dv-ui-theme .b-table.dark-header .table thead th{font-weight:400;background-color:#2f3032!important}body .dv-ui-theme .b-table.header-32 thead{height:32px}body .dv-ui-theme .b-table .table,body .dv-ui-theme .b-table .table-wrapper{cursor:text}body .dv-ui-theme .b-table .table-wrapper.has-sticky-header,body .dv-ui-theme .b-table .table.has-sticky-header{max-height:200px;height:-moz-fit-content;height:fit-content}body .dv-ui-theme .b-table .table thead,body .dv-ui-theme .b-table .table-wrapper thead{background-color:#7b61ff!important}body .dv-ui-theme .b-table .table thead th,body .dv-ui-theme .b-table .table-wrapper thead th{font-weight:500;font-size:10px;line-height:18px;background-color:#7b61ff!important;color:#fff!important;vertical-align:middle}body .dv-ui-theme .b-table .table thead th .th-wrap,body .dv-ui-theme .b-table .table-wrapper thead th .th-wrap{text-transform:none}body .dv-ui-theme .b-table .table thead th .th-wrap .icon,body .dv-ui-theme .b-table .table-wrapper thead th .th-wrap .icon{margin:0}body .dv-ui-theme .b-table .table thead th[draggable=true],body .dv-ui-theme .b-table .table-wrapper thead th[draggable=true]{cursor:move}body .dv-ui-theme .b-table .table tbody,body .dv-ui-theme .b-table .table-wrapper tbody{background-color:rgba(123,97,255,.1)}body .dv-ui-theme .b-table .table tbody tr,body .dv-ui-theme .b-table .table-wrapper tbody tr{background-color:#fff;color:#000}body .dv-ui-theme .b-table .table tbody tr td,body .dv-ui-theme .b-table .table-wrapper tbody tr td{font-weight:500;font-size:10px;line-height:18px}body .dv-ui-theme .b-table .table tbody tr td.has-text-centered,body .dv-ui-theme .b-table .table-wrapper tbody tr td.has-text-centered{vertical-align:middle}body .dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected),body .dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected){background-color:rgba(123,97,255,.1)}body .dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected):nth-child(2n),body .dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:rgba(123,97,255,.3)}body .dv-ui-theme .switch input[type=checkbox]:checked+.check{background:var(--primary-color)!important;box-shadow:none!important}body .dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:none!important}
|