@konfuzio/document-validation-ui 0.2.8-dev.0 → 0.2.8
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 +4 -2
- package/src/api.js +0 -1
- package/src/components/DocumentAnnotations/AnnotationContent.vue +2 -2
- package/src/components/DocumentAnnotations/AnnotationRow.vue +2 -2
- package/src/components/DocumentAnnotations/DocumentLabel.vue +2 -2
- package/src/components/DocumentAnnotations/MultiAnnotationTableOverlay.vue +2 -2
- package/src/components/DocumentEdit/RenameAndCategorize.vue +1 -1
- package/src/components/DocumentPage/DocumentPage.vue +62 -57
- package/src/components/DocumentPage/DocumentToolbar.vue +0 -1
- package/src/store/category.js +2 -2
- package/src/store/display.js +1 -1
- package/src/store/document.js +4 -12
- package/src/store/edit.js +0 -1
- package/src/store/project.js +6 -9
package/dist/css/app.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);.document-set-dropdown[data-v-57a73f96]{border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4}.document-set-dropdown .dropdown-doc-set[data-v-57a73f96]{display:flex;margin:0 16px;gap:8px;cursor:pointer;justify-content:center;align-items:center}.document-set-dropdown .dropdown-doc-set .dropdown-text[data-v-57a73f96]{display:flex;flex-direction:column;gap:4px}.loading-bar[data-v-57a73f96]{height:100%;display:flex;align-items:center;margin:0 16px}#document-pages[data-v-be92e2fe]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-be92e2fe]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-be92e2fe]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-be92e2fe]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-be92e2fe]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-be92e2fe]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-be92e2fe]{color:#858585;font-size:12px;margin-top:4px}.document-name-component[data-v-605ff746]{display:flex;align-items:center;justify-content:center;gap:12px;line-height:20px;width:400px}.document-name-component .document-icon[data-v-605ff746]{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:1px}.document-name-component .document-name[data-v-605ff746]{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-name-component .document-name.is-editable[data-v-605ff746]{display:inline-block;overflow-x:hidden;white-space:nowrap;border-radius:8px;padding:6px 14px 6px 14px;outline:1px solid #d0d5dd}.document-name-component .btn[data-v-605ff746]{color:var(--primary-color);font-weight:500}.document-name-component .btn[data-v-605ff746]:hover{cursor:pointer}.document-name-component .message-container[data-v-605ff746]{display:flex;align-items:center;gap:8px;color:#858585}.document-name-component .message-container .notification[data-v-605ff746]{background-color:transparent;padding:6px}.document-name-component .message-container .spinner[data-v-605ff746]{color:#858585}.document-name-component .message-container .cloud-icon[data-v-605ff746]{display:flex}#document-top-bar-component[data-v-3767df42]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}#document-top-bar-component .loading-top-bar[data-v-3767df42]{height:100%;display:flex;align-items:center}#document-top-bar-component .document-top-bar[data-v-3767df42]{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-3767df42]{flex-direction:row;display:flex;flex:1}#document-top-bar-component .document-top-bar .left-bar-components .app-info[data-v-3767df42]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-3767df42]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-3767df42]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-3767df42]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-3767df42]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-3767df42]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-3767df42]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info[data-v-3767df42]{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 .right-components .read-only-info .info-icon[data-v-3767df42]{margin-left:14px;vertical-align:text-top}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .doc-reviewed[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .info-icon.info-reviewed[data-v-3767df42]{color:var(--primary-color)}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .read-only-details[data-v-3767df42]{white-space:normal;font-size:12px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info[data-v-3767df42]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-title[data-v-3767df42]{font-weight:600;padding-bottom:10px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description[data-v-3767df42]{display:flex;flex-direction:column;row-gap:8px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line[data-v-3767df42]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-3767df42]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-3767df42]{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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-3767df42]{font-weight:400;line-height:20px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons[data-v-3767df42]{display:flex;align-items:center;margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-3767df42]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-3767df42]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-3767df42]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-3767df42]{display:none}}.btn-container[data-v-3767df42]{display:flex;align-items:center;cursor:pointer}#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 .left-bar-components .app-info[data-v-bcf0f440]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-bcf0f440]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-bcf0f440]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-bcf0f440]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-bcf0f440]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-bcf0f440]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-bcf0f440]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .read-only-info .doc-reviewed[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .keyboard-actions-info[data-v-bcf0f440]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-bcf0f440]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-bcf0f440]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-bcf0f440]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-bcf0f440]{display:none}}.btn-container[data-v-bcf0f440]{display:flex;align-items:center;cursor:pointer}#document-top-bar-component[data-v-bd7cf984]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}#document-top-bar-component .loading-top-bar[data-v-bd7cf984]{height:100%;display:flex;align-items:center}#document-top-bar-component .document-top-bar[data-v-bd7cf984]{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-bd7cf984]{flex-direction:row;display:flex;flex:1}#document-top-bar-component .document-top-bar .left-bar-components .app-info[data-v-bd7cf984]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-bd7cf984]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-bd7cf984]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-bd7cf984]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-bd7cf984]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-bd7cf984]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-bd7cf984]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info[data-v-bd7cf984]{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 .right-components .read-only-info .info-icon[data-v-bd7cf984]{margin-left:14px;vertical-align:text-top}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .doc-reviewed[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .info-icon.info-reviewed[data-v-bd7cf984]{color:var(--primary-color)}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .read-only-details[data-v-bd7cf984]{white-space:normal;font-size:12px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info[data-v-bd7cf984]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-title[data-v-bd7cf984]{font-weight:600;padding-bottom:10px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description[data-v-bd7cf984]{display:flex;flex-direction:column;row-gap:8px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line[data-v-bd7cf984]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-bd7cf984]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-bd7cf984]{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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-bd7cf984]{font-weight:400;line-height:20px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons[data-v-bd7cf984]{display:flex;align-items:center;margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-bd7cf984]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-bd7cf984]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-bd7cf984]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-bd7cf984]{display:none}}.btn-container[data-v-bd7cf984]{display:flex;align-items:center;cursor:pointer}.annotation-popup[data-v-60c53a7e]{border-radius:12px;background-color:#1a1a1a;display:flex;flex-direction:column;gap:8px;position:absolute;width:205px;z-index:40;color:#fff;padding:8px;cursor:default}.annotation-popup .popup-input[data-v-60c53a7e]{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;text-wrap:wrap;text-align:left}.annotation-popup .popup-input>span[data-v-60c53a7e]{white-space:nowrap;width:100%;overflow:hidden;margin-right:24px}.annotation-popup .popup-input .spinner[data-v-60c53a7e]{width:-moz-fit-content;width:fit-content}.annotation-popup .popup-input .caret-icon[data-v-60c53a7e]{position:absolute;right:18px;padding-top:1px}.annotation-popup .not-selected[data-v-60c53a7e]{color:#e1e1e1}.annotation-popup .add-ann-set[data-v-60c53a7e]{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-60c53a7e]{border-top:1px solid #e1e1e1}.annotation-popup .add-ann-set-modal[data-v-60c53a7e]{position:fixed;width:100vw;height:100vh;top:0;left:0}.annotation-popup .annotation-dropdown[data-v-60c53a7e]{border-radius:12px;border:1px solid hsla(220,9%,56%,.4)!important}.annotation-popup .annotation-dropdown .button.is-text[data-v-60c53a7e]{box-shadow:none!important;color:#fff!important;background-color:transparent!important;text-decoration:none}.annotation-popup .annotation-buttons[data-v-60c53a7e]{display:flex;justify-content:flex-end;flex-direction:row;gap:2px}.annotation-popup .annotation-buttons .button.is-text[data-v-60c53a7e]{color:#fff!important;text-decoration:none}.annotation-popup .annotation-buttons .cancel-button[data-v-60c53a7e]{color:#fff}.annotation-popup .annotation-buttons .cancel-button[data-v-60c53a7e]:hover{border:1px solid hsla(220,9%,56%,.4);background:transparent}.annotation-popup .annotation-buttons .popup-button[data-v-60c53a7e]{font-size:14px;border-radius:8px}.ann-set-table-header[data-v-0f7fbff8]{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-0f7fbff8]{cursor:pointer}.ann-set-table-header .ann-set-table-header-dropdown .ann-set-label-set-name[data-v-0f7fbff8]{margin-right:4px}.ann-set-table-header .ann-set-table-header-dropdown .delete-action[data-v-0f7fbff8]{color:#e7423a}.pdf-page-container[data-v-454aa0f9]{position:relative;cursor:crosshair;width:-moz-fit-content;width:fit-content;margin:0 auto}.pdf-page-container.default-cursor[data-v-454aa0f9]{cursor:default}.pdf-page-container .annotation-label[data-v-454aa0f9]{position:absolute;z-index:999;background-color:#1a1a1a;color:#fff;font-size:12px;padding:5px;word-break:break-all;border-radius:5px;font-family:var(--font-family);font-weight:500}#toolbar-container[data-v-7ac27a24]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto}#toolbar-container .toolbar[data-v-7ac27a24]{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-7ac27a24]{display:none}#toolbar-container .toolbar .edit-mode-disabled[data-v-7ac27a24],#toolbar-container .toolbar .zoom-disabled[data-v-7ac27a24]{opacity:30%}#toolbar-container .toolbar .edit-mode-disabled[data-v-7ac27a24]:hover,#toolbar-container .toolbar .zoom-disabled[data-v-7ac27a24]:hover{cursor:not-allowed!important;background:inherit}#toolbar-container .toolbar .toolbar-divider[data-v-7ac27a24]{width:1px;background-color:#e1e1e1;height:20px;margin-left:10px;margin-right:10px;opacity:30%}#toolbar-container .toolbar .icons[data-v-7ac27a24]{display:flex;align-items:center}#toolbar-container .toolbar .icons .icon svg[data-v-7ac27a24]{fill:#fff}#toolbar-container .toolbar .icons.icons-left[data-v-7ac27a24]{padding-right:10px}#toolbar-container .toolbar .icons.icons-left[data-v-7ac27a24]:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-7ac27a24]{opacity:30%}#toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-7ac27a24]:hover{cursor:not-allowed!important;background:inherit}#toolbar-container .toolbar .icons.icons-left .edit-text[data-v-7ac27a24]{color:#fff}#toolbar-container .toolbar .icons .percentage[data-v-7ac27a24]{color:#fff;width:32px;padding:7px;margin-right:20px}#toolbar-container .toolbar .icons .icon[data-v-7ac27a24]{width:32px;height:32px;padding:7px}#toolbar-container .toolbar .icons .icon[data-v-7ac27a24]:hover:not(.edit-icon){cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .doc-faq[data-v-7ac27a24],#toolbar-container .toolbar .download-file[data-v-7ac27a24],#toolbar-container .toolbar .search-icon[data-v-7ac27a24]{color:#fff}#toolbar-container .toolbar .doc-faq .is-active[data-v-7ac27a24],#toolbar-container .toolbar .download-file .is-active[data-v-7ac27a24],#toolbar-container .toolbar .search-icon .is-active[data-v-7ac27a24]{background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .doc-faq .is-active .icon[data-v-7ac27a24]:hover,#toolbar-container .toolbar .download-file .is-active .icon[data-v-7ac27a24]:hover,#toolbar-container .toolbar .search-icon .is-active .icon[data-v-7ac27a24]:hover{background:none}#toolbar-container .toolbar .doc-faq[data-v-7ac27a24]{cursor:pointer}#document-search[data-v-4a901e3d]{position:absolute;right:8px;min-width:276px;width:-moz-fit-content;width:fit-content;z-index:95}#document-search .search-container[data-v-4a901e3d]{background-color:#1a1a1a;color:#fff;height:40px;padding:8px 4px;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#document-search .search-container .button[data-v-4a901e3d]{background:none;color:inherit}#document-search .search-container .button[data-v-4a901e3d]:disabled{pointer-events:none}#document-search .search-container .button[data-v-4a901e3d]:hover{background:hsla(0,0%,100%,.1);border-radius:4px;color:inherit}#document-search .search-container .button .icon[data-v-4a901e3d]{vertical-align:middle}#document-search .search-container .search-input[data-v-4a901e3d]{margin-left:8px;flex:1;font-size:14px;background:inherit;color:inherit;border:0;outline:none}#document-search .search-container .search-no-results[data-v-4a901e3d]{color:#858585;font-size:12px}#document-search .search-container .search-navigation[data-v-4a901e3d]{display:flex;flex-direction:row;align-items:center}#document-search .search-container .search-navigation .search-counters[data-v-4a901e3d]{font-size:12px;margin-right:6px;color:#858585}#document-search .search-container .search-loading[data-v-4a901e3d]{display:flex;font-size:12px;color:#858585}.scrolling-document[data-v-0f38cc3c]{overflow:auto;height:100%;scroll-behavior:smooth}.scrolling-document .scrolling-page[data-v-0f38cc3c]{padding:8px 0}.scrolling-document .loading-page[data-v-0f38cc3c]{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}#document-pages[data-v-714f8116]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-714f8116]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-714f8116]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-714f8116]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-714f8116]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-714f8116]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-714f8116]{color:#858585;font-size:12px;margin-top:4px}#document-pages[data-v-b21f512c]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-b21f512c]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-b21f512c]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-b21f512c]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-b21f512c]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-b21f512c]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-b21f512c]{color:#858585;font-size:12px;margin-top:4px}.empty-container[data-v-f6b38116]{width:100%;margin-top:74px;display:flex;flex-direction:column;justify-content:flex-start;font-family:var(--font-family)}.empty-container .empty-text[data-v-f6b38116],.empty-container svg[data-v-f6b38116]{align-self:center}.empty-container .empty-text .title[data-v-f6b38116]{font-size:16px;color:#344054;font-weight:500;text-align:center;margin:0}.empty-container .empty-text .description[data-v-f6b38116]{font-size:14px;line-height:20px;color:#858585;font-weight:400;text-align:center}.data-extraction-container[data-v-22a5db6f]{display:flex;flex-direction:column;align-items:center;height:100%;margin-top:142px}.data-extraction-container img[data-v-22a5db6f]{width:121px;height:121px}.data-extraction-container .data-extraction-text[data-v-22a5db6f]{width:50%;margin-left:auto;margin-right:auto;text-align:center}.data-extraction-container .data-extraction-text .title[data-v-22a5db6f]{font-size:16px;font-weight:500;line-height:24px;color:#1a1a1a;margin-bottom:3px}.data-extraction-container .data-extraction-text .description[data-v-22a5db6f]{font-size:14px;line-height:20px;color:#858585}.action-buttons[data-v-24255449]{display:flex;align-items:center;gap:6px}.action-buttons .ann-nav-btns[data-v-24255449]{display:flex;flex-direction:column;color:#667085;font-size:14px;text-align:center;padding-right:8px}.action-buttons .ann-nav-btns .button-icon[data-v-24255449]{width:12px!important;height:12px!important}.action-buttons .ann-nav-btns .button-icon.is-link[data-v-24255449]{cursor:pointer!important}.action-buttons .button-action[data-v-24255449]{padding:0;vertical-align:middle}.action-buttons .button-action.is-button-icon[data-v-24255449]{width:20px;height:20px}.action-buttons .button-action.is-button-text[data-v-24255449]{height:26px;padding:6px;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]{height:26px;color:#667085;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]:hover{text-decoration:none;color:#1a1a1a}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]:focus{box-shadow:none!important}.action-buttons .button-action .button-icon[data-v-24255449]{width:20px;height:20px;vertical-align:middle}.action-buttons .button-action .button-icon.cancel-icon[data-v-24255449]{width:16px;height:16px}.action-buttons .button-action .button-icon.angle-icon[data-v-24255449]{width:12px;height:12px}.action-buttons .button-action .button-text[data-v-24255449]{display:block}.action-buttons .accept-all-icon[data-v-24255449],.action-buttons .accept-icon[data-v-24255449],.action-buttons .restore-icon[data-v-24255449]{color:#4bb543!important}.action-buttons .save-icon[data-v-24255449]{color:var(--primary-color)}.action-buttons .decline-icon[data-v-24255449]{color:#e7423a}.action-buttons .angle-icon[data-v-24255449],.action-buttons .cancel-icon[data-v-24255449],.action-buttons .link-icon[data-v-24255449],.action-buttons .missing-icon[data-v-24255449],.action-buttons .search-icon[data-v-24255449],.action-buttons .spinner-icon[data-v-24255449]{color:#667085}.action-buttons .spinner-icon[data-v-24255449]{width:16px}.action-buttons .missing-button-container[data-v-24255449]{background-color:transparent;display:flex;flex-direction:row}.annotation-details .label-icon[data-v-21369c27]{display:flex;align-items:center;justify-content:center}.annotation-details .label-icon .annotation-details-icon[data-v-21369c27]{display:flex}.annotation-details .label-icon .annotation-details-icon.animated-ripple[data-v-21369c27]{animation:bounce-21369c27 .4s .1s;transform:scale(1)}.annotation-details .label-icon .annotation-details-icon svg[data-v-21369c27]{width:25px}.annotation-details .label-icon .annotation-details-icon.user-icon[data-v-21369c27]{padding:0 3px}.annotation-details .label-icon .annotation-details-icon.user-icon svg[data-v-21369c27]{width:20px}.annotation-details .label-icon.is-small .annotation-details-icon svg[data-v-21369c27]{width:16px}.annotation-details .label-icon.is-small .annotation-details-icon.user-icon svg[data-v-21369c27]{width:12px}.annotation-details .label-details[data-v-21369c27]{display:flex;flex-direction:column;gap:8px;min-width:100px}.annotation-details .label-details .label-description[data-v-21369c27]{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;display:flex;align-items:center;gap:8px}.annotation-details .label-details .confidence[data-v-21369c27]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}.annotation-details .label-details .confidence[data-v-21369c27]:not(.tooltip-in-public-view){border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px}.annotation-details .label-details .confidence .value[data-v-21369c27]{color:#4bb543}.annotation-details .label-details .confidence .value.yellow[data-v-21369c27]{color:#ffd600}.annotation-details .label-details .confidence .value.red[data-v-21369c27]{color:#e7423a}.annotation-details .label-details .revision[data-v-21369c27]{font-weight:400;font-size:12px;line-height:18px;color:#fff}.annotation-details .label-details .revision>div[data-v-21369c27]{display:flex;align-items:center}.annotation-details .label-details .revision .annotation-details-icon[data-v-21369c27]{display:flex}.annotation-details .label-details .revision .annotation-details-icon svg[data-v-21369c27]{width:25px}.annotation-details .label-details .revision .annotation-details-icon.user-icon[data-v-21369c27]{padding-right:5px}.annotation-details .label-details .revision .annotation-details-icon.user-icon svg[data-v-21369c27]{width:20px}@keyframes bounce-21369c27{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)}}#document-annotations[data-v-8aa3a3c6]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-8aa3a3c6]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-8aa3a3c6]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-8aa3a3c6]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-8aa3a3c6]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-8aa3a3c6]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-8aa3a3c6]{width:100%}#document-annotations .annotation-set-list[data-v-8aa3a3c6]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-8aa3a3c6]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-8aa3a3c6]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-8aa3a3c6]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-8aa3a3c6]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-8aa3a3c6]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-8aa3a3c6]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-8aa3a3c6]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-8aa3a3c6]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-8aa3a3c6]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-8aa3a3c6]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-8aa3a3c6]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-8aa3a3c6]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-8aa3a3c6]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-8aa3a3c6]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-8aa3a3c6]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-8aa3a3c6]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-8aa3a3c6]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-8aa3a3c6]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-8aa3a3c6]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-8aa3a3c6]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-8aa3a3c6]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-8aa3a3c6]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-8aa3a3c6]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-8aa3a3c6]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-8aa3a3c6]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-8aa3a3c6]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-8aa3a3c6]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-8aa3a3c6]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-8aa3a3c6]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-8aa3a3c6]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-8aa3a3c6]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-8aa3a3c6]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-8aa3a3c6]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-8aa3a3c6]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-8aa3a3c6]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-8aa3a3c6]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-8aa3a3c6]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-8aa3a3c6]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-8aa3a3c6]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-8aa3a3c6]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-8aa3a3c6]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-8aa3a3c6]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-8aa3a3c6]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-8aa3a3c6]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-8aa3a3c6],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-8aa3a3c6]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-8aa3a3c6],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-8aa3a3c6]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-8aa3a3c6]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-8aa3a3c6]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-8aa3a3c6]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-8aa3a3c6]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-8aa3a3c6]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-8aa3a3c6]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-8aa3a3c6]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-8aa3a3c6]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-8aa3a3c6]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-8aa3a3c6]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-8aa3a3c6]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-8aa3a3c6]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-8aa3a3c6]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-8aa3a3c6]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-8aa3a3c6]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-8aa3a3c6]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-8aa3a3c6]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-8aa3a3c6]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-8aa3a3c6]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-8aa3a3c6]{color:#e7423a;animation:shake-8aa3a3c6 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-8aa3a3c6{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-8aa3a3c6]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-8aa3a3c6]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-8aa3a3c6]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-8aa3a3c6]{display:flex}.annotation-row .annotation-value[data-v-8aa3a3c6]{outline:none}.message .message-container[data-v-8aa3a3c6]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-8aa3a3c6]{display:flex}.hidden[data-v-8aa3a3c6]{display:none!important}#document-annotations[data-v-153d72f9]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-153d72f9]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-153d72f9]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-153d72f9]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-153d72f9]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-153d72f9]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-153d72f9]{width:100%}#document-annotations .annotation-set-list[data-v-153d72f9]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-153d72f9]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-153d72f9]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-153d72f9]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-153d72f9]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-153d72f9]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-153d72f9]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-153d72f9]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-153d72f9]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-153d72f9]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-153d72f9]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-153d72f9]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-153d72f9]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-153d72f9]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-153d72f9]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-153d72f9]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-153d72f9]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-153d72f9]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-153d72f9]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-153d72f9]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-153d72f9]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-153d72f9]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-153d72f9]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-153d72f9]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-153d72f9]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-153d72f9]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-153d72f9]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-153d72f9]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-153d72f9]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-153d72f9]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-153d72f9]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-153d72f9]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-153d72f9]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-153d72f9]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-153d72f9]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-153d72f9]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-153d72f9]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-153d72f9]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-153d72f9]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-153d72f9]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-153d72f9]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-153d72f9]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-153d72f9]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-153d72f9]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-153d72f9]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-153d72f9],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-153d72f9]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-153d72f9],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-153d72f9]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-153d72f9]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-153d72f9]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-153d72f9]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-153d72f9]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-153d72f9]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-153d72f9]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-153d72f9]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-153d72f9]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-153d72f9]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-153d72f9]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-153d72f9]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-153d72f9]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-153d72f9]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-153d72f9]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-153d72f9]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-153d72f9]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-153d72f9]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-153d72f9]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-153d72f9]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-153d72f9]{color:#e7423a;animation:shake-153d72f9 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-153d72f9{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-153d72f9]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-153d72f9]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-153d72f9]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-153d72f9]{display:flex}.annotation-row .annotation-value[data-v-153d72f9]{outline:none}.message .message-container[data-v-153d72f9]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-153d72f9]{display:flex}.hidden[data-v-153d72f9]{display:none!important}.action-buttons[data-v-1ca87cbe]{display:flex;align-items:center;gap:6px}.action-buttons .ann-nav-btns[data-v-1ca87cbe]{display:flex;flex-direction:column;color:#667085;font-size:14px;text-align:center;padding-right:8px}.action-buttons .ann-nav-btns .button-icon[data-v-1ca87cbe]{width:12px!important;height:12px!important}.action-buttons .ann-nav-btns .button-icon.is-link[data-v-1ca87cbe]{cursor:pointer!important}.action-buttons .button-action[data-v-1ca87cbe]{padding:0;vertical-align:middle}.action-buttons .button-action.is-button-icon[data-v-1ca87cbe]{width:20px;height:20px}.action-buttons .button-action.is-button-text[data-v-1ca87cbe]{height:26px;padding:6px;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]{height:26px;color:#667085;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]:hover{text-decoration:none;color:#1a1a1a}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]:focus{box-shadow:none!important}.action-buttons .button-action .button-icon[data-v-1ca87cbe]{width:20px;height:20px;vertical-align:middle}.action-buttons .button-action .button-icon.cancel-icon[data-v-1ca87cbe]{width:16px;height:16px}.action-buttons .button-action .button-icon.angle-icon[data-v-1ca87cbe]{width:12px;height:12px}.action-buttons .button-action .button-text[data-v-1ca87cbe]{display:block}.action-buttons .accept-all-icon[data-v-1ca87cbe],.action-buttons .accept-icon[data-v-1ca87cbe],.action-buttons .restore-icon[data-v-1ca87cbe]{color:#4bb543!important}.action-buttons .save-icon[data-v-1ca87cbe]{color:var(--primary-color)}.action-buttons .decline-icon[data-v-1ca87cbe]{color:#e7423a}.action-buttons .angle-icon[data-v-1ca87cbe],.action-buttons .cancel-icon[data-v-1ca87cbe],.action-buttons .link-icon[data-v-1ca87cbe],.action-buttons .missing-icon[data-v-1ca87cbe],.action-buttons .search-icon[data-v-1ca87cbe],.action-buttons .spinner-icon[data-v-1ca87cbe]{color:#667085}.action-buttons .spinner-icon[data-v-1ca87cbe]{width:16px}.action-buttons .missing-button-container[data-v-1ca87cbe]{background-color:transparent;display:flex;flex-direction:row}#document-annotations[data-v-602e8321]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-602e8321]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-602e8321]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-602e8321]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-602e8321]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-602e8321]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-602e8321]{width:100%}#document-annotations .annotation-set-list[data-v-602e8321]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-602e8321]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-602e8321]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-602e8321]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-602e8321]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-602e8321]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-602e8321]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-602e8321]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-602e8321]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-602e8321]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-602e8321]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-602e8321]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-602e8321]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-602e8321]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-602e8321]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-602e8321]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-602e8321]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-602e8321]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-602e8321]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-602e8321]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-602e8321]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-602e8321]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-602e8321]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-602e8321]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-602e8321]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-602e8321]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-602e8321]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-602e8321]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-602e8321]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-602e8321]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-602e8321]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-602e8321]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-602e8321]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-602e8321]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-602e8321]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-602e8321]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-602e8321]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-602e8321]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-602e8321]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-602e8321]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-602e8321]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-602e8321]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-602e8321]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-602e8321]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-602e8321]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-602e8321],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-602e8321]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-602e8321],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-602e8321]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-602e8321]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-602e8321]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-602e8321]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-602e8321]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-602e8321]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-602e8321]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-602e8321]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-602e8321]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-602e8321]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-602e8321]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-602e8321]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-602e8321]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-602e8321]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-602e8321]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-602e8321]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-602e8321]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-602e8321]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-602e8321]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-602e8321]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-602e8321]{color:#e7423a;animation:shake-602e8321 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-602e8321{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-602e8321]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-602e8321]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-602e8321]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-602e8321]{display:flex}.annotation-row .annotation-value[data-v-602e8321]{outline:none}.message .message-container[data-v-602e8321]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-602e8321]{display:flex}.hidden[data-v-602e8321]{display:none!important}#document-annotations[data-v-2422371a]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-2422371a]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-2422371a]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-2422371a]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-2422371a]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-2422371a]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-2422371a]{width:100%}#document-annotations .annotation-set-list[data-v-2422371a]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-2422371a]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-2422371a]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-2422371a]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-2422371a]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-2422371a]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-2422371a]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-2422371a]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-2422371a]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-2422371a]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-2422371a]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-2422371a]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-2422371a]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-2422371a]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-2422371a]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-2422371a]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-2422371a]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-2422371a]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-2422371a]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-2422371a]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-2422371a]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-2422371a]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-2422371a]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-2422371a]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-2422371a]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-2422371a]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-2422371a]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-2422371a]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-2422371a]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-2422371a]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-2422371a]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-2422371a]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-2422371a]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-2422371a]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-2422371a]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-2422371a]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-2422371a]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-2422371a]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-2422371a]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-2422371a]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-2422371a]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-2422371a]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-2422371a]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-2422371a]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-2422371a]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-2422371a],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-2422371a]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-2422371a],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-2422371a]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-2422371a]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-2422371a]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-2422371a]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-2422371a]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-2422371a]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-2422371a]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2422371a]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-2422371a]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-2422371a]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-2422371a]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-2422371a]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-2422371a]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-2422371a]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-2422371a]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-2422371a]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-2422371a]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-2422371a]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-2422371a]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-2422371a]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-2422371a]{color:#e7423a;animation:shake-2422371a .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-2422371a{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-2422371a]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-2422371a]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-2422371a]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-2422371a]{display:flex}.annotation-row .annotation-value[data-v-2422371a]{outline:none}.message .message-container[data-v-2422371a]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-2422371a]{display:flex}.hidden[data-v-2422371a]{display:none!important}#document-annotations[data-v-e268669e]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-e268669e]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-e268669e]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-e268669e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-e268669e]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-e268669e]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-e268669e]{width:100%}#document-annotations .annotation-set-list[data-v-e268669e]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-e268669e]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-e268669e]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-e268669e]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-e268669e]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-e268669e]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-e268669e]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-e268669e]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-e268669e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-e268669e]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-e268669e]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-e268669e]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-e268669e]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-e268669e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-e268669e]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-e268669e]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-e268669e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-e268669e]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-e268669e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-e268669e]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-e268669e]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-e268669e]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-e268669e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-e268669e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-e268669e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-e268669e]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-e268669e]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-e268669e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-e268669e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-e268669e]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-e268669e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-e268669e]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-e268669e]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-e268669e]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-e268669e]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-e268669e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-e268669e]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-e268669e]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-e268669e]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-e268669e]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-e268669e]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-e268669e]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-e268669e]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-e268669e]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-e268669e]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-e268669e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-e268669e]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-e268669e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-e268669e]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-e268669e]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-e268669e]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-e268669e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-e268669e]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-e268669e]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-e268669e]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-e268669e]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-e268669e]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-e268669e]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-e268669e]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-e268669e]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-e268669e]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-e268669e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-e268669e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-e268669e]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-e268669e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-e268669e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-e268669e]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-e268669e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-e268669e]{color:#e7423a;animation:shake-e268669e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-e268669e{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-e268669e]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-e268669e]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-e268669e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-e268669e]{display:flex}.annotation-row .annotation-value[data-v-e268669e]{outline:none}.message .message-container[data-v-e268669e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-e268669e]{display:flex}.hidden[data-v-e268669e]{display:none!important}#document-annotations[data-v-07542bd0]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-07542bd0]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-07542bd0]{margin:24px 16px 8px 16px}#document-annotations .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}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-07542bd0]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-07542bd0]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-07542bd0]{width:100%}#document-annotations .annotation-set-list[data-v-07542bd0]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-07542bd0]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-07542bd0]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-07542bd0]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-07542bd0]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-07542bd0]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-07542bd0]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-07542bd0]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-07542bd0]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-07542bd0]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-07542bd0]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-07542bd0]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-07542bd0]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-07542bd0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-07542bd0]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-07542bd0]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-07542bd0]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-07542bd0]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-07542bd0]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-07542bd0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-07542bd0]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-07542bd0]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-07542bd0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-07542bd0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-07542bd0]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-07542bd0]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-07542bd0]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-07542bd0]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-07542bd0]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-07542bd0]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-07542bd0]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-07542bd0]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-07542bd0]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-07542bd0]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-07542bd0]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-07542bd0]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-07542bd0]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-07542bd0]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-07542bd0]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-07542bd0]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-07542bd0],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-07542bd0]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-07542bd0],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-07542bd0]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-07542bd0]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-07542bd0]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-07542bd0]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-07542bd0]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-07542bd0]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-07542bd0]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-07542bd0]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-07542bd0]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-07542bd0]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-07542bd0]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-07542bd0]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-07542bd0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-07542bd0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-07542bd0]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-07542bd0]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-07542bd0]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-07542bd0]{color:#fff;text-decoration:underline;font-weight:500}.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}#document-annotations[data-v-90b74e8e]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-90b74e8e]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-90b74e8e]{margin:24px 16px 8px 16px}#document-annotations .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}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-90b74e8e]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-90b74e8e]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-90b74e8e]{width:100%}#document-annotations .annotation-set-list[data-v-90b74e8e]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-90b74e8e]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-90b74e8e]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-90b74e8e]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-90b74e8e]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-90b74e8e]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-90b74e8e]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-90b74e8e]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-90b74e8e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-90b74e8e]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-90b74e8e]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-90b74e8e]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-90b74e8e]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-90b74e8e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-90b74e8e]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-90b74e8e]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-90b74e8e]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-90b74e8e]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-90b74e8e]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-90b74e8e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-90b74e8e]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-90b74e8e]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-90b74e8e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-90b74e8e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-90b74e8e]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-90b74e8e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-90b74e8e]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-90b74e8e]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-90b74e8e]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-90b74e8e]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-90b74e8e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-90b74e8e]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-90b74e8e]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-90b74e8e]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-90b74e8e]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-90b74e8e]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-90b74e8e]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-90b74e8e]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-90b74e8e]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-90b74e8e]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-90b74e8e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-90b74e8e]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-90b74e8e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-90b74e8e]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-90b74e8e]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-90b74e8e]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-90b74e8e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-90b74e8e]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-90b74e8e]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-90b74e8e]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-90b74e8e]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-90b74e8e]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-90b74e8e]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-90b74e8e]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-90b74e8e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-90b74e8e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-90b74e8e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-90b74e8e]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-90b74e8e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-90b74e8e]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-90b74e8e]{color:#fff;text-decoration:underline;font-weight:500}.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}#document-annotations[data-v-5e0eb750]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-5e0eb750]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-5e0eb750]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-5e0eb750]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-5e0eb750]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-5e0eb750]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-5e0eb750]{width:100%}#document-annotations .annotation-set-list[data-v-5e0eb750]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-5e0eb750]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-5e0eb750]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-5e0eb750]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-5e0eb750]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-5e0eb750]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-5e0eb750]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-5e0eb750]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-5e0eb750]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-5e0eb750]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-5e0eb750]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-5e0eb750]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-5e0eb750]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-5e0eb750]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-5e0eb750]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-5e0eb750]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-5e0eb750]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-5e0eb750]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-5e0eb750]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-5e0eb750]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-5e0eb750]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-5e0eb750]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-5e0eb750]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-5e0eb750]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-5e0eb750]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-5e0eb750]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-5e0eb750]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-5e0eb750]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-5e0eb750]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-5e0eb750]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-5e0eb750]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-5e0eb750]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-5e0eb750]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-5e0eb750]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-5e0eb750]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-5e0eb750]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-5e0eb750]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-5e0eb750]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-5e0eb750]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-5e0eb750]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-5e0eb750]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-5e0eb750]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-5e0eb750]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-5e0eb750]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-5e0eb750]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-5e0eb750],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-5e0eb750]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-5e0eb750],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-5e0eb750]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-5e0eb750]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-5e0eb750]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-5e0eb750]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-5e0eb750]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-5e0eb750]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-5e0eb750]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-5e0eb750]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-5e0eb750]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-5e0eb750]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-5e0eb750]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-5e0eb750]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-5e0eb750]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-5e0eb750]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-5e0eb750]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-5e0eb750]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-5e0eb750]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-5e0eb750]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-5e0eb750]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-5e0eb750]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-5e0eb750]{color:#e7423a;animation:shake-5e0eb750 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-5e0eb750{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-5e0eb750]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-5e0eb750]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-5e0eb750]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-5e0eb750]{display:flex}.annotation-row .annotation-value[data-v-5e0eb750]{outline:none}.message .message-container[data-v-5e0eb750]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-5e0eb750]{display:flex}.hidden[data-v-5e0eb750]{display:none!important}.choose-label-set-modal .content h3[data-v-565aea8a]{font-weight:500;font-size:18px;line-height:28px;color:#101828}.choose-label-set-modal .content p[data-v-565aea8a]{font-weight:400;font-size:14px;line-height:20px;color:#2f3032}.choose-label-set-modal .content .label-set-list[data-v-565aea8a]{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.choose-label-set-modal .content .label-set-list button.full-width[data-v-565aea8a]{width:100%}.choose-label-set-modal .content .labels-list[data-v-565aea8a]{color:#667085;font-size:14px;font-weight:400;line-height:20px}.choose-label-set-modal .content .next-step-description[data-v-565aea8a]{font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#1a1a1a;margin-top:8px}.multi-ann-table-overlay[data-v-4b09c68c]{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-4b09c68c]{padding-bottom:6px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper[data-v-4b09c68c]{overflow:visible}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown[data-v-4b09c68c]{cursor:pointer}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .icon.arrow[data-v-4b09c68c]{margin-left:4px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .draggable[data-v-4b09c68c]{margin-right:4px;cursor:move}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .delete-action[data-v-4b09c68c]{color:#e7423a}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .annotations-table[data-v-4b09c68c]{min-height:22px;display:flex}#document-edit[data-v-c4cb62fa]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#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;height:100%;align-items:center}#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;z-index:999}#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}#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-info[data-v-c4cb62fa]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .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-info .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}#document-edit[data-v-bc1216ea]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-bc1216ea]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-bc1216ea]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-bc1216ea]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-bc1216ea]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-bc1216ea]{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-bc1216ea]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-bc1216ea]{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-bc1216ea],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-bc1216ea]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-bc1216ea]{padding-right:0}#document-edit .pages-section .info-bar[data-v-bc1216ea]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-bc1216ea]{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-bc1216ea]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-bc1216ea]{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-bc1216ea]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-bc1216ea]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-bc1216ea]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]{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-bc1216ea]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-bc1216ea]{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-bc1216ea]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-bc1216ea]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-bc1216ea]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-bc1216ea]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-bc1216ea]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-bc1216ea]{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-bc1216ea]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-bc1216ea]{width:60%}}#document-edit.rename-and-categorize-component[data-v-bc1216ea]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-bc1216ea]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-bc1216ea]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-bc1216ea]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-bc1216ea]{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-bc1216ea]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-bc1216ea]{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-bc1216ea]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]: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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{flex:1}.category-chooser[data-v-00b8045a]{cursor:pointer;height:100%}.category-chooser.split-mode[data-v-00b8045a]{border:1px solid #d0d5dd;border-radius:4px;background-color:#fff}.category-chooser.split-mode[data-v-00b8045a]:hover{border-color:#b5b5b5;background-color:transparent}.category-chooser.disabled[data-v-00b8045a]{cursor:not-allowed}.category-chooser:not(.split-mode) .category-drop-down[data-v-00b8045a]{border-right:1px solid #e2e3e4}.category-chooser .category-drop-down[data-v-00b8045a]{display:flex;height:100%;align-items:center;padding:0 8px 0 14px}.category-chooser .category-drop-down .caret-section[data-v-00b8045a]{padding-top:5px}.category-chooser .category-drop-down .caret[data-v-00b8045a],.category-chooser .category-drop-down .icon[data-v-00b8045a]{text-align:center;margin-right:4px}.category-chooser .category-drop-down .caret.split-mode-caret[data-v-00b8045a],.category-chooser .category-drop-down .icon.split-mode-caret[data-v-00b8045a]{padding-left:8px;padding-right:8px;padding-top:10px}.category-chooser .category-drop-down .category-info[data-v-00b8045a]{min-width:100px;margin-left:5px;margin-right:5px}.category-chooser .category-drop-down .category-info .category-title[data-v-00b8045a]{font-size:12px;color:#858585}.category-chooser .category-drop-down .category-info .category-name[data-v-00b8045a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-chooser .category-drop-down .category-info .left-bar-options[data-v-00b8045a]{display:flex}.category-chooser .category-drop-down .category-info .category-drop-down[data-v-00b8045a]{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-00b8045a]{font-size:12px;color:#858585}.loading-bar[data-v-00b8045a]{height:100%;display:flex;align-items:center}#document-edit[data-v-7b950a9d]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-7b950a9d]{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-7b950a9d]{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-7b950a9d]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-7b950a9d]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-7b950a9d]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-7b950a9d]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-7b950a9d]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-7b950a9d]{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-7b950a9d]{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-7b950a9d]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-7b950a9d]{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-7b950a9d]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-7b950a9d]{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-7b950a9d],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-7b950a9d]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-7b950a9d]{padding-right:0}#document-edit .pages-section .info-bar[data-v-7b950a9d]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-7b950a9d]{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-7b950a9d]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-7b950a9d]{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-7b950a9d]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-7b950a9d]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-7b950a9d]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b950a9d]{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-7b950a9d]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-7b950a9d]{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-7b950a9d]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-7b950a9d]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-7b950a9d]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b950a9d]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b950a9d]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-7b950a9d]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-7b950a9d]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-7b950a9d]{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-7b950a9d]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-7b950a9d]{width:60%}}#document-edit.rename-and-categorize-component[data-v-7b950a9d]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-7b950a9d]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-7b950a9d]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-7b950a9d]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-7b950a9d]{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-7b950a9d]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-7b950a9d]{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-7b950a9d]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-7b950a9d]{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-7b950a9d]{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-7b950a9d]{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-7b950a9d]: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-7b950a9d]{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-7b950a9d]{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-7b950a9d]{flex:1}.edit-page-thumbnail[data-v-3284908e]{width:80px;display:flex;flex-direction:column;position:relative;padding:6px}.edit-page-thumbnail .action-checkbox[data-v-3284908e]{cursor:pointer;position:absolute;left:0;top:0;z-index:999}.edit-page-thumbnail .page-thumbnail[data-v-3284908e]{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-3284908e]{border:1px solid #1a1a1a}.edit-page-thumbnail .page-thumbnail.selected[data-v-3284908e]{border:2px solid var(--primary-color)}.edit-page-thumbnail .page-thumbnail .action-icon[data-v-3284908e]{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-3284908e]{height:16px}#document-edit[data-v-233044dc]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-233044dc]{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-233044dc]{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-233044dc]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-233044dc]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-233044dc]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-233044dc]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-233044dc]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-233044dc]{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-233044dc]{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-233044dc]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-233044dc]{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-233044dc]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-233044dc]{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-233044dc],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-233044dc]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-233044dc]{padding-right:0}#document-edit .pages-section .info-bar[data-v-233044dc]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-233044dc]{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-233044dc]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-233044dc]{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-233044dc]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-233044dc]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-233044dc]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]{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-233044dc]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-233044dc]{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-233044dc]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-233044dc]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-233044dc]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-233044dc]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-233044dc]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-233044dc]{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-233044dc]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-233044dc]{width:60%}}#document-edit.rename-and-categorize-component[data-v-233044dc]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-233044dc]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-233044dc]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-233044dc]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-233044dc]{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-233044dc]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-233044dc]{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-233044dc]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]: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-233044dc]{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-233044dc]{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-233044dc]{flex:1}#document-edit[data-v-53be5126]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-53be5126]{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-53be5126]{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-53be5126]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-53be5126]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-53be5126]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-53be5126]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-53be5126]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-53be5126]{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-53be5126]{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-53be5126]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-53be5126]{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-53be5126]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-53be5126]{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-53be5126],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-53be5126]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-53be5126]{padding-right:0}#document-edit .pages-section .info-bar[data-v-53be5126]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-53be5126]{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-53be5126]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-53be5126]{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-53be5126]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-53be5126]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-53be5126]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]{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-53be5126]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-53be5126]{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-53be5126]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-53be5126]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-53be5126]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-53be5126]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-53be5126]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-53be5126]{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-53be5126]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-53be5126]{width:60%}}#document-edit.rename-and-categorize-component[data-v-53be5126]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-53be5126]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-53be5126]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-53be5126]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-53be5126]{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-53be5126]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-53be5126]{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-53be5126]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]: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-53be5126]{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-53be5126]{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-53be5126]{flex:1}#document-edit[data-v-01991ceb]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-01991ceb]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-01991ceb]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-01991ceb]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-01991ceb]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-01991ceb]{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-01991ceb]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-01991ceb]{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-01991ceb],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-01991ceb]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-01991ceb]{padding-right:0}#document-edit .pages-section .info-bar[data-v-01991ceb]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-01991ceb]{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-01991ceb]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-01991ceb]{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-01991ceb]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-01991ceb]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-01991ceb]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]{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-01991ceb]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-01991ceb]{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-01991ceb]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-01991ceb]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-01991ceb]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-01991ceb]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-01991ceb]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-01991ceb]{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-01991ceb]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-01991ceb]{width:60%}}#document-edit.rename-and-categorize-component[data-v-01991ceb]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-01991ceb]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-01991ceb]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-01991ceb]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-01991ceb]{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-01991ceb]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-01991ceb]{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-01991ceb]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]: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-01991ceb]{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-01991ceb]{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-01991ceb]{flex:1}#document-edit[data-v-0ecba500]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-0ecba500]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-0ecba500]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-0ecba500]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-0ecba500]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-0ecba500]{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-0ecba500]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-0ecba500]{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-0ecba500],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-0ecba500]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-0ecba500]{padding-right:0}#document-edit .pages-section .info-bar[data-v-0ecba500]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-0ecba500]{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-0ecba500]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-0ecba500]{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-0ecba500]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-0ecba500]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-0ecba500]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]{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-0ecba500]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-0ecba500]{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-0ecba500]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-0ecba500]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-0ecba500]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-0ecba500]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-0ecba500]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-0ecba500]{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-0ecba500]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-0ecba500]{width:60%}}#document-edit.rename-and-categorize-component[data-v-0ecba500]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-0ecba500]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-0ecba500]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-0ecba500]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-0ecba500]{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-0ecba500]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-0ecba500]{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-0ecba500]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]: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-0ecba500]{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-0ecba500]{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-0ecba500]{flex:1}.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}.document-error-modal[data-v-254242fc]{text-align:left}.document-error-modal .modal.is-active .modal-content[data-v-254242fc]{height:auto;max-width:400px!important}.document-error-modal .modal.is-active .modal-content .modal-close[data-v-254242fc]{display:none!important}.document-error-modal .modal.is-active .modal-content .modal-card-body[data-v-254242fc]{background:#fff;border-radius:12px 12px 0 0!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .header[data-v-254242fc]{display:flex;justify-content:space-between}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .error-icon[data-v-254242fc]{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-254242fc]{color:#858585}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-254242fc]:hover{cursor:pointer}.document-error-modal .modal.is-active .modal-content .modal-card-body .content[data-v-254242fc]{padding-top:15px;color:#1a1a1a!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .content h3[data-v-254242fc]{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-254242fc]{font-weight:400;line-height:20px;font-size:14px}.document-error-modal .modal.is-active .modal-content .modal-card-foot[data-v-254242fc]{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-254242fc]{width:100%;height:44px;font-weight:500!important;font-size:16px!important;line-height:24px!important}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:after,.splitpanes.default-theme .splitpanes__splitter:before{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:after,.splitpanes.default-theme .splitpanes__splitter:hover:before{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme .splitpanes--vertical>.splitpanes__splitter,.default-theme.splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme .splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme.splitpanes--vertical>.splitpanes__splitter:before{transform:translateY(-50%);width:1px;height:30px}.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme .splitpanes--vertical>.splitpanes__splitter:after,.default-theme.splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter,.default-theme.splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme.splitpanes--horizontal>.splitpanes__splitter:before{transform:translate(-50%);width:30px;height:1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:after,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.dashboard[data-v-c94c01cc]{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard .dashboard-viewer[data-v-c94c01cc]{display:flex;min-height:0;height:100%}.dashboard .dashboard-viewer.loading-skeleton[data-v-c94c01cc]{overflow:hidden}.dashboard .dashboard-viewer .dashboard-document[data-v-c94c01cc]{height:100%;overflow:auto;position:relative;background-image:radial-gradient(#bfc1c9 .8px,#ededed 0);background-size:9px 9px}.dashboard .dashboard-viewer .document-sidebar[data-v-c94c01cc]{overflow-y:auto;background-color:#fff}@media print{.dashboard .dashboard-viewer .dashboard-document[data-v-c94c01cc]{position:static}}.dashboard .not-supported[data-v-c94c01cc]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:999}.error-page[data-v-6b311fc9]{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.error-page .error-icon[data-v-6b311fc9]{color:#e7423a}.documents-list[data-v-710ee0ae]{background-color:#fff;font-family:var(--font-family)}.documents-list .documents-list-top[data-v-710ee0ae]{display:flex;flex-direction:row;padding:40px;margin-bottom:14px}.documents-list .documents-list-top .documents-list-top-left[data-v-710ee0ae]{flex:1}.documents-list .documents-list-top .documents-list-top-left h2[data-v-710ee0ae]{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-710ee0ae]{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-710ee0ae]{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-710ee0ae]{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-710ee0ae]: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-710ee0ae]{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-710ee0ae]{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-710ee0ae]{display:flex;flex-direction:row;border-bottom:1px solid #e2e3e4}.documents-list .documents-list-bottom .documents-list-thumbnail[data-v-710ee0ae]{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-710ee0ae]{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-710ee0ae],.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail[data-v-710ee0ae]{height:100%}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail.selected[data-v-710ee0ae]{outline:1px solid #2f3032}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name[data-v-710ee0ae]{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-710ee0ae]{font-weight:600}.documents-list .documents-list-bottom .documents-list-thumbnail .error-icon[data-v-710ee0ae]{display:flex;padding-left:10px}:root{--konfuzio-green:#41af85;--white:#fff;--primary-color:var(--konfuzio-green);--primary-button:4px;--top-bar-background:var(--white);--font-family:"Inter",sans-serif}.dv-ui-app-container{display:flex;height:100%;flex-direction:column;margin:0}.dv-ui-app-container .overlay{height:100%;width:100%;position:fixed;z-index:999;top:0;left:0;background-color:transparent;overflow-x:hidden}.dv-ui-theme{font-family:var(--font-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box/*! Buefy v0.2.0 | MIT License | github.com/buefy/buefy *//*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma *//*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */}.dv-ui-theme .button,.dv-ui-theme .file-cta,.dv-ui-theme .file-name,.dv-ui-theme .input,.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous,.dv-ui-theme .select select,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.dv-ui-theme .button:active,.dv-ui-theme .button:focus,.dv-ui-theme .file-cta:active,.dv-ui-theme .file-cta:focus,.dv-ui-theme .file-name:active,.dv-ui-theme .file-name:focus,.dv-ui-theme .input:active,.dv-ui-theme .input:focus,.dv-ui-theme .is-active.button,.dv-ui-theme .is-active.file-cta,.dv-ui-theme .is-active.file-name,.dv-ui-theme .is-active.input,.dv-ui-theme .is-active.pagination-ellipsis,.dv-ui-theme .is-active.pagination-link,.dv-ui-theme .is-active.pagination-next,.dv-ui-theme .is-active.pagination-previous,.dv-ui-theme .is-active.textarea,.dv-ui-theme .is-focused.button,.dv-ui-theme .is-focused.file-cta,.dv-ui-theme .is-focused.file-name,.dv-ui-theme .is-focused.input,.dv-ui-theme .is-focused.pagination-ellipsis,.dv-ui-theme .is-focused.pagination-link,.dv-ui-theme .is-focused.pagination-next,.dv-ui-theme .is-focused.pagination-previous,.dv-ui-theme .is-focused.textarea,.dv-ui-theme .pagination-ellipsis:active,.dv-ui-theme .pagination-ellipsis:focus,.dv-ui-theme .pagination-link:active,.dv-ui-theme .pagination-link:focus,.dv-ui-theme .pagination-next:active,.dv-ui-theme .pagination-next:focus,.dv-ui-theme .pagination-previous:active,.dv-ui-theme .pagination-previous:focus,.dv-ui-theme .select select.is-active,.dv-ui-theme .select select.is-focused,.dv-ui-theme .select select:active,.dv-ui-theme .select select:focus,.dv-ui-theme .taginput .is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:active,.dv-ui-theme .taginput .taginput-container.is-focusable:focus,.dv-ui-theme .textarea:active,.dv-ui-theme .textarea:focus{outline:none}.dv-ui-theme .select fieldset[disabled] select,.dv-ui-theme .select select[disabled],.dv-ui-theme .taginput [disabled].taginput-container.is-focusable,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable,.dv-ui-theme [disabled].button,.dv-ui-theme [disabled].file-cta,.dv-ui-theme [disabled].file-name,.dv-ui-theme [disabled].input,.dv-ui-theme [disabled].pagination-ellipsis,.dv-ui-theme [disabled].pagination-link,.dv-ui-theme [disabled].pagination-next,.dv-ui-theme [disabled].pagination-previous,.dv-ui-theme [disabled].textarea,.dv-ui-theme fieldset[disabled] .button,.dv-ui-theme fieldset[disabled] .file-cta,.dv-ui-theme fieldset[disabled] .file-name,.dv-ui-theme fieldset[disabled] .input,.dv-ui-theme fieldset[disabled] .pagination-ellipsis,.dv-ui-theme fieldset[disabled] .pagination-link,.dv-ui-theme fieldset[disabled] .pagination-next,.dv-ui-theme fieldset[disabled] .pagination-previous,.dv-ui-theme fieldset[disabled] .select select,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable,.dv-ui-theme fieldset[disabled] .textarea{cursor:not-allowed}.dv-ui-theme .b-checkbox.checkbox,.dv-ui-theme .b-radio.radio,.dv-ui-theme .breadcrumb,.dv-ui-theme .button,.dv-ui-theme .carousel,.dv-ui-theme .carousel-list,.dv-ui-theme .file,.dv-ui-theme .is-unselectable,.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous,.dv-ui-theme .switch,.dv-ui-theme .tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .navbar-link:not(.is-arrowless):after,.dv-ui-theme .select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.dv-ui-theme .block:not(:last-child),.dv-ui-theme .box:not(:last-child),.dv-ui-theme .breadcrumb:not(:last-child),.dv-ui-theme .content:not(:last-child),.dv-ui-theme .level:not(:last-child),.dv-ui-theme .message:not(:last-child),.dv-ui-theme .notification:not(:last-child),.dv-ui-theme .pagination:not(:last-child),.dv-ui-theme .progress-wrapper.is-not-native:not(:last-child),.dv-ui-theme .progress:not(:last-child),.dv-ui-theme .subtitle:not(:last-child),.dv-ui-theme .table-container:not(:last-child),.dv-ui-theme .table:not(:last-child),.dv-ui-theme .tabs:not(:last-child),.dv-ui-theme .title:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .delete,.dv-ui-theme .modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.dv-ui-theme .delete:after,.dv-ui-theme .delete:before,.dv-ui-theme .modal-close:after,.dv-ui-theme .modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.dv-ui-theme .delete:before,.dv-ui-theme .modal-close:before{height:2px;width:50%}.dv-ui-theme .delete:after,.dv-ui-theme .modal-close:after{height:50%;width:2px}.dv-ui-theme .delete:focus,.dv-ui-theme .delete:hover,.dv-ui-theme .modal-close:focus,.dv-ui-theme .modal-close:hover{background-color:hsla(0,0%,4%,.3)}.dv-ui-theme .delete:active,.dv-ui-theme .modal-close:active{background-color:hsla(0,0%,4%,.4)}.dv-ui-theme .is-small.delete,.dv-ui-theme .is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.dv-ui-theme .is-medium.delete,.dv-ui-theme .is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.dv-ui-theme .is-large.delete,.dv-ui-theme .is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.dv-ui-theme .button.is-loading:after,.dv-ui-theme .control.is-loading:after,.dv-ui-theme .loader,.dv-ui-theme .select.is-loading:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.dv-ui-theme .b-image-wrapper>img.has-ratio,.dv-ui-theme .b-image-wrapper>img.placeholder,.dv-ui-theme .hero-video,.dv-ui-theme .image.is-16by9 .has-ratio,.dv-ui-theme .image.is-16by9 img,.dv-ui-theme .image.is-1by1 .has-ratio,.dv-ui-theme .image.is-1by1 img,.dv-ui-theme .image.is-1by2 .has-ratio,.dv-ui-theme .image.is-1by2 img,.dv-ui-theme .image.is-1by3 .has-ratio,.dv-ui-theme .image.is-1by3 img,.dv-ui-theme .image.is-2by1 .has-ratio,.dv-ui-theme .image.is-2by1 img,.dv-ui-theme .image.is-2by3 .has-ratio,.dv-ui-theme .image.is-2by3 img,.dv-ui-theme .image.is-3by1 .has-ratio,.dv-ui-theme .image.is-3by1 img,.dv-ui-theme .image.is-3by2 .has-ratio,.dv-ui-theme .image.is-3by2 img,.dv-ui-theme .image.is-3by4 .has-ratio,.dv-ui-theme .image.is-3by4 img,.dv-ui-theme .image.is-3by5 .has-ratio,.dv-ui-theme .image.is-3by5 img,.dv-ui-theme .image.is-4by3 .has-ratio,.dv-ui-theme .image.is-4by3 img,.dv-ui-theme .image.is-4by5 .has-ratio,.dv-ui-theme .image.is-4by5 img,.dv-ui-theme .image.is-5by3 .has-ratio,.dv-ui-theme .image.is-5by3 img,.dv-ui-theme .image.is-5by4 .has-ratio,.dv-ui-theme .image.is-5by4 img,.dv-ui-theme .image.is-9by16 .has-ratio,.dv-ui-theme .image.is-9by16 img,.dv-ui-theme .image.is-square .has-ratio,.dv-ui-theme .image.is-square img,.dv-ui-theme .is-overlay,.dv-ui-theme .modal,.dv-ui-theme .modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.dv-ui-theme .navbar-burger{color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.dv-ui-theme blockquote,.dv-ui-theme body,.dv-ui-theme dd,.dv-ui-theme dl,.dv-ui-theme dt,.dv-ui-theme fieldset,.dv-ui-theme figure,.dv-ui-theme h1,.dv-ui-theme h2,.dv-ui-theme h3,.dv-ui-theme h4,.dv-ui-theme h5,.dv-ui-theme h6,.dv-ui-theme hr,.dv-ui-theme html,.dv-ui-theme iframe,.dv-ui-theme legend,.dv-ui-theme li,.dv-ui-theme ol,.dv-ui-theme p,.dv-ui-theme pre,.dv-ui-theme textarea,.dv-ui-theme ul{margin:0;padding:0}.dv-ui-theme h1,.dv-ui-theme h2,.dv-ui-theme h3,.dv-ui-theme h4,.dv-ui-theme h5,.dv-ui-theme h6{font-size:100%;font-weight:400}.dv-ui-theme ul{list-style:none}.dv-ui-theme button,.dv-ui-theme input,.dv-ui-theme select,.dv-ui-theme textarea{margin:0}.dv-ui-theme html{box-sizing:border-box}.dv-ui-theme *,.dv-ui-theme :after,.dv-ui-theme :before{box-sizing:inherit}.dv-ui-theme img,.dv-ui-theme video{height:auto;max-width:100%}.dv-ui-theme iframe{border:0}.dv-ui-theme table{border-collapse:collapse;border-spacing:0}.dv-ui-theme td,.dv-ui-theme th{padding:0}.dv-ui-theme td:not([align]),.dv-ui-theme th:not([align]){text-align:inherit}.dv-ui-theme html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.dv-ui-theme article,.dv-ui-theme aside,.dv-ui-theme figure,.dv-ui-theme footer,.dv-ui-theme header,.dv-ui-theme hgroup,.dv-ui-theme section{display:block}.dv-ui-theme body,.dv-ui-theme button,.dv-ui-theme input,.dv-ui-theme optgroup,.dv-ui-theme select,.dv-ui-theme textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.dv-ui-theme code,.dv-ui-theme pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}.dv-ui-theme body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}.dv-ui-theme a{color:#7957d5;cursor:pointer;text-decoration:none}.dv-ui-theme a strong{color:currentColor}.dv-ui-theme a:hover{color:#363636}.dv-ui-theme code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em .25em}.dv-ui-theme hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}.dv-ui-theme img{height:auto;max-width:100%}.dv-ui-theme input[type=checkbox],.dv-ui-theme input[type=radio]{vertical-align:baseline}.dv-ui-theme small{font-size:.875em}.dv-ui-theme span{font-style:inherit;font-weight:inherit}.dv-ui-theme strong{color:#363636;font-weight:700}.dv-ui-theme fieldset{border:none}.dv-ui-theme pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}.dv-ui-theme pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}.dv-ui-theme table td,.dv-ui-theme table th{vertical-align:top}.dv-ui-theme table td:not([align]),.dv-ui-theme table th:not([align]){text-align:inherit}.dv-ui-theme table th{color:#363636}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.dv-ui-theme .box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;display:block;padding:1.25rem}.dv-ui-theme a.box:focus,.dv-ui-theme a.box:hover{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px #7957d5}.dv-ui-theme a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #7957d5}.dv-ui-theme .button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.dv-ui-theme .button strong{color:inherit}.dv-ui-theme .button .icon,.dv-ui-theme .button .icon.is-large,.dv-ui-theme .button .icon.is-medium,.dv-ui-theme .button .icon.is-small{height:1.5em;width:1.5em}.dv-ui-theme .button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.dv-ui-theme .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.dv-ui-theme .button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.dv-ui-theme .button.is-hovered,.dv-ui-theme .button:hover{border-color:#b5b5b5;color:#363636}.dv-ui-theme .button.is-focused,.dv-ui-theme .button:focus{border-color:#7957d5;color:#363636}.dv-ui-theme .button.is-focused:not(:active),.dv-ui-theme .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-active,.dv-ui-theme .button:active{border-color:#4a4a4a;color:#363636}.dv-ui-theme .button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.dv-ui-theme .button.is-text.is-focused,.dv-ui-theme .button.is-text.is-hovered,.dv-ui-theme .button.is-text:focus,.dv-ui-theme .button.is-text:hover{background-color:#f5f5f5;color:#363636}.dv-ui-theme .button.is-text.is-active,.dv-ui-theme .button.is-text:active{background-color:#e8e8e8;color:#363636}.dv-ui-theme .button.is-text[disabled],.dv-ui-theme fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.dv-ui-theme .button.is-ghost{background:none;border-color:transparent;color:#7957d5;text-decoration:none}.dv-ui-theme .button.is-ghost.is-hovered,.dv-ui-theme .button.is-ghost:hover{color:#7957d5;text-decoration:underline}.dv-ui-theme .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-hovered,.dv-ui-theme .button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-focused,.dv-ui-theme .button.is-white:focus{border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-focused:not(:active),.dv-ui-theme .button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .button.is-white.is-active,.dv-ui-theme .button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white[disabled],.dv-ui-theme fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.dv-ui-theme .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-hovered,.dv-ui-theme .button.is-white.is-inverted:hover{background-color:#000}.dv-ui-theme .button.is-white.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.dv-ui-theme .button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-white.is-outlined.is-focused,.dv-ui-theme .button.is-white.is-outlined.is-hovered,.dv-ui-theme .button.is-white.is-outlined:focus,.dv-ui-theme .button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-white.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-white.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-white.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-white.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-white.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-white.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-hovered,.dv-ui-theme .button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-focused,.dv-ui-theme .button.is-black:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-focused:not(:active),.dv-ui-theme .button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .button.is-black.is-active,.dv-ui-theme .button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black[disabled],.dv-ui-theme fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.dv-ui-theme .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-hovered,.dv-ui-theme .button.is-black.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-black.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .button.is-black.is-outlined.is-focused,.dv-ui-theme .button.is-black.is-outlined.is-hovered,.dv-ui-theme .button.is-black.is-outlined:focus,.dv-ui-theme .button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-black.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-black.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-black.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-black.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-black.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-black.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-hovered,.dv-ui-theme .button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-focused,.dv-ui-theme .button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-focused:not(:active),.dv-ui-theme .button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .button.is-light.is-active,.dv-ui-theme .button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light[disabled],.dv-ui-theme fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.dv-ui-theme .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-hovered,.dv-ui-theme .button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.dv-ui-theme .button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.dv-ui-theme .button.is-light.is-outlined.is-focused,.dv-ui-theme .button.is-light.is-outlined.is-hovered,.dv-ui-theme .button.is-light.is-outlined:focus,.dv-ui-theme .button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.dv-ui-theme .button.is-light.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-light.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-light.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-light.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-light.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.dv-ui-theme .button.is-light.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-hovered,.dv-ui-theme .button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-focused,.dv-ui-theme .button.is-dark:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-focused:not(:active),.dv-ui-theme .button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .button.is-dark.is-active,.dv-ui-theme .button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.dv-ui-theme .button.is-dark.is-inverted{background-color:#fff;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-hovered,.dv-ui-theme .button.is-dark.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-dark.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.dv-ui-theme .button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.dv-ui-theme .button.is-dark.is-outlined.is-focused,.dv-ui-theme .button.is-dark.is-outlined.is-hovered,.dv-ui-theme .button.is-dark.is-outlined:focus,.dv-ui-theme .button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.dv-ui-theme .button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.dv-ui-theme .button.is-dark.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-dark.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-dark.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #363636 #363636!important}.dv-ui-theme .button.is-dark.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-primary{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-hovered,.dv-ui-theme .button.is-primary:hover{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-focused,.dv-ui-theme .button.is-primary:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-focused:not(:active),.dv-ui-theme .button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-primary.is-active,.dv-ui-theme .button.is-primary:active{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary{background-color:#7957d5;border-color:#7957d5;box-shadow:none}.dv-ui-theme .button.is-primary.is-inverted{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-hovered,.dv-ui-theme .button.is-primary.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-primary.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.dv-ui-theme .button.is-primary.is-outlined.is-focused,.dv-ui-theme .button.is-primary.is-outlined.is-hovered,.dv-ui-theme .button.is-primary.is-outlined:focus,.dv-ui-theme .button.is-primary.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-primary.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-primary.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-primary.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-primary.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .button.is-primary.is-light.is-hovered,.dv-ui-theme .button.is-primary.is-light:hover{background-color:#eae4f8;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-primary.is-light.is-active,.dv-ui-theme .button.is-primary.is-light:active{background-color:#e2daf6;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-link{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-hovered,.dv-ui-theme .button.is-link:hover{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-focused,.dv-ui-theme .button.is-link:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-focused:not(:active),.dv-ui-theme .button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-link.is-active,.dv-ui-theme .button.is-link:active{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link[disabled],.dv-ui-theme fieldset[disabled] .button.is-link{background-color:#7957d5;border-color:#7957d5;box-shadow:none}.dv-ui-theme .button.is-link.is-inverted{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-hovered,.dv-ui-theme .button.is-link.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-link.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.dv-ui-theme .button.is-link.is-outlined.is-focused,.dv-ui-theme .button.is-link.is-outlined.is-hovered,.dv-ui-theme .button.is-link.is-outlined:focus,.dv-ui-theme .button.is-link.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-link.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-link.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-link.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-link.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-link.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-link.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .button.is-link.is-light.is-hovered,.dv-ui-theme .button.is-link.is-light:hover{background-color:#eae4f8;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-link.is-light.is-active,.dv-ui-theme .button.is-link.is-light:active{background-color:#e2daf6;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-info{background-color:#167df0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-hovered,.dv-ui-theme .button.is-info:hover{background-color:#0f77ea;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-focused,.dv-ui-theme .button.is-info:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-focused:not(:active),.dv-ui-theme .button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .button.is-info.is-active,.dv-ui-theme .button.is-info:active{background-color:#0e71de;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info[disabled],.dv-ui-theme fieldset[disabled] .button.is-info{background-color:#167df0;border-color:#167df0;box-shadow:none}.dv-ui-theme .button.is-info.is-inverted{background-color:#fff;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-hovered,.dv-ui-theme .button.is-info.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-info.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#167df0}.dv-ui-theme .button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-info.is-outlined{background-color:transparent;border-color:#167df0;color:#167df0}.dv-ui-theme .button.is-info.is-outlined.is-focused,.dv-ui-theme .button.is-info.is-outlined.is-hovered,.dv-ui-theme .button.is-info.is-outlined:focus,.dv-ui-theme .button.is-info.is-outlined:hover{background-color:#167df0;border-color:#167df0;color:#fff}.dv-ui-theme .button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #167df0 #167df0!important}.dv-ui-theme .button.is-info.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-info.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-info.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-info.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#167df0;box-shadow:none;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-info.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #167df0 #167df0!important}.dv-ui-theme .button.is-info.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .button.is-info.is-light.is-hovered,.dv-ui-theme .button.is-info.is-light:hover{background-color:#e0eefd;border-color:transparent;color:#0d68ce}.dv-ui-theme .button.is-info.is-light.is-active,.dv-ui-theme .button.is-info.is-light:active{background-color:#d4e7fc;border-color:transparent;color:#0d68ce}.dv-ui-theme .button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-hovered,.dv-ui-theme .button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-focused,.dv-ui-theme .button.is-success:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-focused:not(:active),.dv-ui-theme .button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .button.is-success.is-active,.dv-ui-theme .button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success[disabled],.dv-ui-theme fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:#48c78e;box-shadow:none}.dv-ui-theme .button.is-success.is-inverted{background-color:#fff;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-hovered,.dv-ui-theme .button.is-success.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-success.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c78e}.dv-ui-theme .button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.dv-ui-theme .button.is-success.is-outlined.is-focused,.dv-ui-theme .button.is-success.is-outlined.is-hovered,.dv-ui-theme .button.is-success.is-outlined:focus,.dv-ui-theme .button.is-success.is-outlined:hover{background-color:#48c78e;border-color:#48c78e;color:#fff}.dv-ui-theme .button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #48c78e #48c78e!important}.dv-ui-theme .button.is-success.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-success.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-success.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-success.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;box-shadow:none;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-success.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #48c78e #48c78e!important}.dv-ui-theme .button.is-success.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .button.is-success.is-light.is-hovered,.dv-ui-theme .button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.dv-ui-theme .button.is-success.is-light.is-active,.dv-ui-theme .button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.dv-ui-theme .button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-hovered,.dv-ui-theme .button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-focused,.dv-ui-theme .button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-focused:not(:active),.dv-ui-theme .button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .button.is-warning.is-active,.dv-ui-theme .button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:#ffe08a;box-shadow:none}.dv-ui-theme .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-hovered,.dv-ui-theme .button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffe08a}.dv-ui-theme .button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;color:#ffe08a}.dv-ui-theme .button.is-warning.is-outlined.is-focused,.dv-ui-theme .button.is-warning.is-outlined.is-hovered,.dv-ui-theme .button.is-warning.is-outlined:focus,.dv-ui-theme .button.is-warning.is-outlined:hover{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffe08a #ffe08a!important}.dv-ui-theme .button.is-warning.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-warning.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;box-shadow:none;color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-warning.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #ffe08a #ffe08a!important}.dv-ui-theme .button.is-warning.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .button.is-warning.is-light.is-hovered,.dv-ui-theme .button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.dv-ui-theme .button.is-warning.is-light.is-active,.dv-ui-theme .button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.dv-ui-theme .button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-hovered,.dv-ui-theme .button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-focused,.dv-ui-theme .button.is-danger:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-focused:not(:active),.dv-ui-theme .button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .button.is-danger.is-active,.dv-ui-theme .button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.dv-ui-theme .button.is-danger.is-inverted{background-color:#fff;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-hovered,.dv-ui-theme .button.is-danger.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-danger.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.dv-ui-theme .button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.dv-ui-theme .button.is-danger.is-outlined.is-focused,.dv-ui-theme .button.is-danger.is-outlined.is-hovered,.dv-ui-theme .button.is-danger.is-outlined:focus,.dv-ui-theme .button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.dv-ui-theme .button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #f14668 #f14668!important}.dv-ui-theme .button.is-danger.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-danger.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-danger.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f14668 #f14668!important}.dv-ui-theme .button.is-danger.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .button.is-danger.is-light.is-hovered,.dv-ui-theme .button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.dv-ui-theme .button.is-danger.is-light.is-active,.dv-ui-theme .button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.dv-ui-theme .button.is-small{font-size:.75rem}.dv-ui-theme .button.is-small:not(.is-rounded){border-radius:2px}.dv-ui-theme .button.is-normal{font-size:1rem}.dv-ui-theme .button.is-medium{font-size:1.25rem}.dv-ui-theme .button.is-large{font-size:1.5rem}.dv-ui-theme .button[disabled],.dv-ui-theme fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.dv-ui-theme .button.is-fullwidth{display:flex;width:100%}.dv-ui-theme .button.is-loading{color:transparent!important;pointer-events:none}.dv-ui-theme .button.is-loading:after{position:absolute;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important}.dv-ui-theme .button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.dv-ui-theme .button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.dv-ui-theme .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .buttons .button{margin-bottom:.5rem}.dv-ui-theme .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.dv-ui-theme .buttons:last-child{margin-bottom:-.5rem}.dv-ui-theme .buttons:not(:last-child){margin-bottom:1rem}.dv-ui-theme .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.dv-ui-theme .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.dv-ui-theme .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.dv-ui-theme .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.dv-ui-theme .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.dv-ui-theme .buttons.has-addons .button:last-child{margin-right:0}.dv-ui-theme .buttons.has-addons .button.is-hovered,.dv-ui-theme .buttons.has-addons .button:hover{z-index:2}.dv-ui-theme .buttons.has-addons .button.is-active,.dv-ui-theme .buttons.has-addons .button.is-focused,.dv-ui-theme .buttons.has-addons .button.is-selected,.dv-ui-theme .buttons.has-addons .button:active,.dv-ui-theme .buttons.has-addons .button:focus{z-index:3}.dv-ui-theme .buttons.has-addons .button.is-active:hover,.dv-ui-theme .buttons.has-addons .button.is-focused:hover,.dv-ui-theme .buttons.has-addons .button.is-selected:hover,.dv-ui-theme .buttons.has-addons .button:active:hover,.dv-ui-theme .buttons.has-addons .button:focus:hover{z-index:4}.dv-ui-theme .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .buttons.is-centered{justify-content:center}.dv-ui-theme .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.dv-ui-theme .buttons.is-right{justify-content:flex-end}.dv-ui-theme .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.dv-ui-theme .button.is-responsive.is-small{font-size:.5625rem}.dv-ui-theme .button.is-responsive,.dv-ui-theme .button.is-responsive.is-normal{font-size:.65625rem}.dv-ui-theme .button.is-responsive.is-medium{font-size:.75rem}.dv-ui-theme .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .button.is-responsive.is-small{font-size:.65625rem}.dv-ui-theme .button.is-responsive,.dv-ui-theme .button.is-responsive.is-normal{font-size:.75rem}.dv-ui-theme .button.is-responsive.is-medium{font-size:1rem}.dv-ui-theme .button.is-responsive.is-large{font-size:1.25rem}}.dv-ui-theme .container{flex-grow:1;margin:0 auto;position:relative;width:auto}.dv-ui-theme .container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.dv-ui-theme .container{max-width:960px}}@media screen and (max-width:1215px){.dv-ui-theme .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.dv-ui-theme .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.dv-ui-theme .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.dv-ui-theme .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.dv-ui-theme .content li+li{margin-top:.25em}.dv-ui-theme .content blockquote:not(:last-child),.dv-ui-theme .content dl:not(:last-child),.dv-ui-theme .content ol:not(:last-child),.dv-ui-theme .content p:not(:last-child),.dv-ui-theme .content pre:not(:last-child),.dv-ui-theme .content table:not(:last-child),.dv-ui-theme .content ul:not(:last-child){margin-bottom:1em}.dv-ui-theme .content h1,.dv-ui-theme .content h2,.dv-ui-theme .content h3,.dv-ui-theme .content h4,.dv-ui-theme .content h5,.dv-ui-theme .content h6{color:#363636;font-weight:600;line-height:1.125}.dv-ui-theme .content h1{font-size:2em;margin-bottom:.5em}.dv-ui-theme .content h1:not(:first-child){margin-top:1em}.dv-ui-theme .content h2{font-size:1.75em;margin-bottom:.5714em}.dv-ui-theme .content h2:not(:first-child){margin-top:1.1428em}.dv-ui-theme .content h3{font-size:1.5em;margin-bottom:.6666em}.dv-ui-theme .content h3:not(:first-child){margin-top:1.3333em}.dv-ui-theme .content h4{font-size:1.25em;margin-bottom:.8em}.dv-ui-theme .content h5{font-size:1.125em;margin-bottom:.8888em}.dv-ui-theme .content h6{font-size:1em;margin-bottom:1em}.dv-ui-theme .content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.dv-ui-theme .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.dv-ui-theme .content ol:not([type]){list-style-type:decimal}.dv-ui-theme .content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.dv-ui-theme .content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.dv-ui-theme .content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.dv-ui-theme .content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.dv-ui-theme .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.dv-ui-theme .content ul ul{list-style-type:circle;margin-top:.5em}.dv-ui-theme .content ul ul ul{list-style-type:square}.dv-ui-theme .content dd{margin-left:2em}.dv-ui-theme .content figure{margin-left:2em;margin-right:2em;text-align:center}.dv-ui-theme .content figure:not(:first-child){margin-top:2em}.dv-ui-theme .content figure:not(:last-child){margin-bottom:2em}.dv-ui-theme .content figure img{display:inline-block}.dv-ui-theme .content figure figcaption{font-style:italic}.dv-ui-theme .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.dv-ui-theme .content sub,.dv-ui-theme .content sup{font-size:75%}.dv-ui-theme .content table{width:100%}.dv-ui-theme .content table td,.dv-ui-theme .content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.dv-ui-theme .content table th{color:#363636}.dv-ui-theme .content table th:not([align]){text-align:inherit}.dv-ui-theme .content table thead td,.dv-ui-theme .content table thead th{border-width:0 0 2px;color:#363636}.dv-ui-theme .content table tfoot td,.dv-ui-theme .content table tfoot th{border-width:2px 0 0;color:#363636}.dv-ui-theme .content table tbody tr:last-child td,.dv-ui-theme .content table tbody tr:last-child th{border-bottom-width:0}.dv-ui-theme .content .tabs li+li{margin-top:0}.dv-ui-theme .content.is-small{font-size:.75rem}.dv-ui-theme .content.is-normal{font-size:1rem}.dv-ui-theme .content.is-medium{font-size:1.25rem}.dv-ui-theme .content.is-large{font-size:1.5rem}.dv-ui-theme .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.dv-ui-theme .icon.is-small{height:1rem;width:1rem}.dv-ui-theme .icon.is-medium{height:2rem;width:2rem}.dv-ui-theme .icon.is-large{height:3rem;width:3rem}.dv-ui-theme .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.dv-ui-theme .icon-text .icon{flex-grow:0;flex-shrink:0}.dv-ui-theme .icon-text .icon:not(:last-child){margin-right:.25em}.dv-ui-theme .icon-text .icon:not(:first-child){margin-left:.25em}.dv-ui-theme div.icon-text{display:flex}.dv-ui-theme .image{display:block;position:relative}.dv-ui-theme .image img{display:block;height:auto;width:100%}.dv-ui-theme .image img.is-rounded{border-radius:9999px}.dv-ui-theme .image.is-fullwidth{width:100%}.dv-ui-theme .image.is-16by9 .has-ratio,.dv-ui-theme .image.is-16by9 img,.dv-ui-theme .image.is-1by1 .has-ratio,.dv-ui-theme .image.is-1by1 img,.dv-ui-theme .image.is-1by2 .has-ratio,.dv-ui-theme .image.is-1by2 img,.dv-ui-theme .image.is-1by3 .has-ratio,.dv-ui-theme .image.is-1by3 img,.dv-ui-theme .image.is-2by1 .has-ratio,.dv-ui-theme .image.is-2by1 img,.dv-ui-theme .image.is-2by3 .has-ratio,.dv-ui-theme .image.is-2by3 img,.dv-ui-theme .image.is-3by1 .has-ratio,.dv-ui-theme .image.is-3by1 img,.dv-ui-theme .image.is-3by2 .has-ratio,.dv-ui-theme .image.is-3by2 img,.dv-ui-theme .image.is-3by4 .has-ratio,.dv-ui-theme .image.is-3by4 img,.dv-ui-theme .image.is-3by5 .has-ratio,.dv-ui-theme .image.is-3by5 img,.dv-ui-theme .image.is-4by3 .has-ratio,.dv-ui-theme .image.is-4by3 img,.dv-ui-theme .image.is-4by5 .has-ratio,.dv-ui-theme .image.is-4by5 img,.dv-ui-theme .image.is-5by3 .has-ratio,.dv-ui-theme .image.is-5by3 img,.dv-ui-theme .image.is-5by4 .has-ratio,.dv-ui-theme .image.is-5by4 img,.dv-ui-theme .image.is-9by16 .has-ratio,.dv-ui-theme .image.is-9by16 img,.dv-ui-theme .image.is-square .has-ratio,.dv-ui-theme .image.is-square img{height:100%;width:100%}.dv-ui-theme .image.is-1by1,.dv-ui-theme .image.is-square{padding-top:100%}.dv-ui-theme .image.is-5by4{padding-top:80%}.dv-ui-theme .image.is-4by3{padding-top:75%}.dv-ui-theme .image.is-3by2{padding-top:66.6666%}.dv-ui-theme .image.is-5by3{padding-top:60%}.dv-ui-theme .image.is-16by9{padding-top:56.25%}.dv-ui-theme .image.is-2by1{padding-top:50%}.dv-ui-theme .image.is-3by1{padding-top:33.3333%}.dv-ui-theme .image.is-4by5{padding-top:125%}.dv-ui-theme .image.is-3by4{padding-top:133.3333%}.dv-ui-theme .image.is-2by3{padding-top:150%}.dv-ui-theme .image.is-3by5{padding-top:166.6666%}.dv-ui-theme .image.is-9by16{padding-top:177.7777%}.dv-ui-theme .image.is-1by2{padding-top:200%}.dv-ui-theme .image.is-1by3{padding-top:300%}.dv-ui-theme .image.is-16x16{height:16px;width:16px}.dv-ui-theme .image.is-24x24{height:24px;width:24px}.dv-ui-theme .image.is-32x32{height:32px;width:32px}.dv-ui-theme .image.is-48x48{height:48px;width:48px}.dv-ui-theme .image.is-64x64{height:64px;width:64px}.dv-ui-theme .image.is-96x96{height:96px;width:96px}.dv-ui-theme .image.is-128x128{height:128px;width:128px}.dv-ui-theme .notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.dv-ui-theme .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.dv-ui-theme .notification strong{color:currentColor}.dv-ui-theme .notification code,.dv-ui-theme .notification pre{background:#fff}.dv-ui-theme .notification pre code{background:transparent}.dv-ui-theme .notification>.delete{right:.5rem;position:absolute;top:.5rem}.dv-ui-theme .notification .content,.dv-ui-theme .notification .subtitle,.dv-ui-theme .notification .title{color:currentColor}.dv-ui-theme .notification.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .notification.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .notification.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .notification.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .notification.is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .notification.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .notification.is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .notification.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .notification.is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .notification.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .notification.is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .notification.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .progress,.dv-ui-theme .progress-wrapper.is-not-native{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.dv-ui-theme .progress-wrapper.is-not-native::-webkit-progress-bar,.dv-ui-theme .progress::-webkit-progress-bar{background-color:#ededed}.dv-ui-theme .progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress::-webkit-progress-value{background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress::-moz-progress-bar{background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress::-ms-fill{background-color:#4a4a4a;border:none}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-white::-webkit-progress-value{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-white::-moz-progress-bar{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-white::-ms-fill{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 0)}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-black::-ms-fill{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-black:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0)}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-light::-ms-fill{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 0)}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-dark::-webkit-progress-value{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-dark::-moz-progress-bar{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-dark::-ms-fill{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 0)}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-primary::-webkit-progress-value{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-primary::-moz-progress-bar{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-primary::-ms-fill{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#7957d5 30%,#ededed 0)}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-link::-webkit-progress-value{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-link::-moz-progress-bar{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-link::-ms-fill{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-link:indeterminate{background-image:linear-gradient(90deg,#7957d5 30%,#ededed 0)}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-info::-webkit-progress-value{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-info::-moz-progress-bar{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-info::-ms-fill{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-info:indeterminate{background-image:linear-gradient(90deg,#167df0 30%,#ededed 0)}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-success::-webkit-progress-value{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-success::-moz-progress-bar{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-success::-ms-fill{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-success:indeterminate{background-image:linear-gradient(90deg,#48c78e 30%,#ededed 0)}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-warning::-ms-fill{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#ffe08a 30%,#ededed 0)}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-danger::-webkit-progress-value{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-danger::-moz-progress-bar{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-danger::-ms-fill{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#f14668 30%,#ededed 0)}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(90deg,#4a4a4a 30%,#ededed 0);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-webkit-progress-bar,.dv-ui-theme .progress:indeterminate::-webkit-progress-bar{background-color:transparent}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-moz-progress-bar,.dv-ui-theme .progress:indeterminate::-moz-progress-bar{background-color:transparent}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-ms-fill,.dv-ui-theme .progress:indeterminate::-ms-fill{animation-name:none}.dv-ui-theme .is-small.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-small{height:.75rem}.dv-ui-theme .is-medium.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-medium{height:1.25rem}.dv-ui-theme .is-large.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.dv-ui-theme .table{background-color:#fff;color:#363636}.dv-ui-theme .table td,.dv-ui-theme .table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.dv-ui-theme .table td.is-white,.dv-ui-theme .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .table td.is-black,.dv-ui-theme .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .table td.is-light,.dv-ui-theme .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .table td.is-dark,.dv-ui-theme .table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.dv-ui-theme .table td.is-link,.dv-ui-theme .table td.is-primary,.dv-ui-theme .table th.is-link,.dv-ui-theme .table th.is-primary{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .table td.is-info,.dv-ui-theme .table th.is-info{background-color:#167df0;border-color:#167df0;color:#fff}.dv-ui-theme .table td.is-success,.dv-ui-theme .table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.dv-ui-theme .table td.is-warning,.dv-ui-theme .table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .table td.is-danger,.dv-ui-theme .table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.dv-ui-theme .table td.is-narrow,.dv-ui-theme .table th.is-narrow{white-space:nowrap;width:1%}.dv-ui-theme .table td.is-selected,.dv-ui-theme .table th.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .table td.is-selected a,.dv-ui-theme .table td.is-selected strong,.dv-ui-theme .table th.is-selected a,.dv-ui-theme .table th.is-selected strong{color:currentColor}.dv-ui-theme .table td.is-vcentered,.dv-ui-theme .table th.is-vcentered{vertical-align:middle}.dv-ui-theme .table th{color:#363636}.dv-ui-theme .table th:not([align]){text-align:left}.dv-ui-theme .table tr.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .table tr.is-selected a,.dv-ui-theme .table tr.is-selected strong{color:currentColor}.dv-ui-theme .table tr.is-selected td,.dv-ui-theme .table tr.is-selected th{border-color:#fff;color:currentColor}.dv-ui-theme .table thead{background-color:transparent}.dv-ui-theme .table thead td,.dv-ui-theme .table thead th{border-width:0 0 2px;color:#363636}.dv-ui-theme .table tfoot{background-color:transparent}.dv-ui-theme .table tfoot td,.dv-ui-theme .table tfoot th{border-width:2px 0 0;color:#363636}.dv-ui-theme .table tbody{background-color:transparent}.dv-ui-theme .table tbody tr:last-child td,.dv-ui-theme .table tbody tr:last-child th{border-bottom-width:0}.dv-ui-theme .table.is-bordered td,.dv-ui-theme .table.is-bordered th{border-width:1px}.dv-ui-theme .table.is-bordered tr:last-child td,.dv-ui-theme .table.is-bordered tr:last-child th{border-bottom-width:1px}.dv-ui-theme .table.is-fullwidth{width:100%}.dv-ui-theme .table.is-hoverable tbody tr:not(.is-selected):hover,.dv-ui-theme .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.dv-ui-theme .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.dv-ui-theme .table.is-narrow td,.dv-ui-theme .table.is-narrow th{padding:.25em .5em}.dv-ui-theme .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.dv-ui-theme .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.dv-ui-theme .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .tags .tag{margin-bottom:.5rem}.dv-ui-theme .tags .tag:not(:last-child){margin-right:.5rem}.dv-ui-theme .tags:last-child{margin-bottom:-.5rem}.dv-ui-theme .tags:not(:last-child){margin-bottom:1rem}.dv-ui-theme .tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.dv-ui-theme .tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.dv-ui-theme .tags.is-centered{justify-content:center}.dv-ui-theme .tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.dv-ui-theme .tags.is-right{justify-content:flex-end}.dv-ui-theme .tags.is-right .tag:not(:first-child){margin-left:.5rem}.dv-ui-theme .tags.has-addons .tag,.dv-ui-theme .tags.is-right .tag:not(:last-child){margin-right:0}.dv-ui-theme .tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.dv-ui-theme .tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.dv-ui-theme .tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.dv-ui-theme .tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.dv-ui-theme .tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .tag:not(body).is-dark{background-color:#363636;color:#fff}.dv-ui-theme .tag:not(body).is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .tag:not(body).is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .tag:not(body).is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .tag:not(body).is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .tag:not(body).is-info{background-color:#167df0;color:#fff}.dv-ui-theme .tag:not(body).is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .tag:not(body).is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .tag:not(body).is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .tag:not(body).is-normal{font-size:.75rem}.dv-ui-theme .tag:not(body).is-medium{font-size:1rem}.dv-ui-theme .tag:not(body).is-large{font-size:1.25rem}.dv-ui-theme .tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.dv-ui-theme .tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.dv-ui-theme .tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.dv-ui-theme .tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.dv-ui-theme .tag:not(body).is-delete:after,.dv-ui-theme .tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.dv-ui-theme .tag:not(body).is-delete:before{height:1px;width:50%}.dv-ui-theme .tag:not(body).is-delete:after{height:50%;width:1px}.dv-ui-theme .tag:not(body).is-delete:focus,.dv-ui-theme .tag:not(body).is-delete:hover{background-color:#e8e8e8}.dv-ui-theme .tag:not(body).is-delete:active{background-color:#dbdbdb}.dv-ui-theme .tag:not(body).is-rounded{border-radius:9999px}.dv-ui-theme a.tag:hover{text-decoration:underline}.dv-ui-theme .subtitle,.dv-ui-theme .title{word-break:break-word}.dv-ui-theme .subtitle em,.dv-ui-theme .subtitle span,.dv-ui-theme .title em,.dv-ui-theme .title span{font-weight:inherit}.dv-ui-theme .subtitle sub,.dv-ui-theme .subtitle sup,.dv-ui-theme .title sub,.dv-ui-theme .title sup{font-size:.75em}.dv-ui-theme .subtitle .tag,.dv-ui-theme .title .tag{vertical-align:middle}.dv-ui-theme .title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.dv-ui-theme .title strong{color:inherit;font-weight:inherit}.dv-ui-theme .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.dv-ui-theme .title.is-1{font-size:3rem}.dv-ui-theme .title.is-2{font-size:2.5rem}.dv-ui-theme .title.is-3{font-size:2rem}.dv-ui-theme .title.is-4{font-size:1.5rem}.dv-ui-theme .title.is-5{font-size:1.25rem}.dv-ui-theme .title.is-6{font-size:1rem}.dv-ui-theme .title.is-7{font-size:.75rem}.dv-ui-theme .subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.dv-ui-theme .subtitle strong{color:#363636;font-weight:600}.dv-ui-theme .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.dv-ui-theme .subtitle.is-1{font-size:3rem}.dv-ui-theme .subtitle.is-2{font-size:2.5rem}.dv-ui-theme .subtitle.is-3{font-size:2rem}.dv-ui-theme .subtitle.is-4{font-size:1.5rem}.dv-ui-theme .subtitle.is-5{font-size:1.25rem}.dv-ui-theme .subtitle.is-6{font-size:1rem}.dv-ui-theme .subtitle.is-7{font-size:.75rem}.dv-ui-theme .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.dv-ui-theme .number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.dv-ui-theme .input,.dv-ui-theme .select select,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.dv-ui-theme .input::-moz-placeholder,.dv-ui-theme .select select::-moz-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme .textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input::-webkit-input-placeholder,.dv-ui-theme .select select::-webkit-input-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme .textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:-moz-placeholder,.dv-ui-theme .select select:-moz-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme .textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:-ms-input-placeholder,.dv-ui-theme .select select:-ms-input-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme .textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:hover,.dv-ui-theme .is-hovered.input,.dv-ui-theme .is-hovered.textarea,.dv-ui-theme .select select.is-hovered,.dv-ui-theme .select select:hover,.dv-ui-theme .taginput .is-hovered.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:hover,.dv-ui-theme .textarea:hover{border-color:#b5b5b5}.dv-ui-theme .input:active,.dv-ui-theme .input:focus,.dv-ui-theme .is-active.input,.dv-ui-theme .is-active.textarea,.dv-ui-theme .is-focused.input,.dv-ui-theme .is-focused.textarea,.dv-ui-theme .select select.is-active,.dv-ui-theme .select select.is-focused,.dv-ui-theme .select select:active,.dv-ui-theme .select select:focus,.dv-ui-theme .taginput .is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:active,.dv-ui-theme .taginput .taginput-container.is-focusable:focus,.dv-ui-theme .textarea:active,.dv-ui-theme .textarea:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select fieldset[disabled] select,.dv-ui-theme .select select[disabled],.dv-ui-theme .taginput [disabled].taginput-container.is-focusable,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable,.dv-ui-theme [disabled].input,.dv-ui-theme [disabled].textarea,.dv-ui-theme fieldset[disabled] .input,.dv-ui-theme fieldset[disabled] .select select,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable,.dv-ui-theme fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.dv-ui-theme .select fieldset[disabled] select::-moz-placeholder,.dv-ui-theme .select select[disabled]::-moz-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme [disabled].input::-moz-placeholder,.dv-ui-theme [disabled].textarea::-moz-placeholder,.dv-ui-theme fieldset[disabled] .input::-moz-placeholder,.dv-ui-theme fieldset[disabled] .select select::-moz-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme fieldset[disabled] .textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select::-webkit-input-placeholder,.dv-ui-theme .select select[disabled]::-webkit-input-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme [disabled].input::-webkit-input-placeholder,.dv-ui-theme [disabled].textarea::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .input::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .select select::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select:-moz-placeholder,.dv-ui-theme .select select[disabled]:-moz-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme [disabled].input:-moz-placeholder,.dv-ui-theme [disabled].textarea:-moz-placeholder,.dv-ui-theme fieldset[disabled] .input:-moz-placeholder,.dv-ui-theme fieldset[disabled] .select select:-moz-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme fieldset[disabled] .textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select:-ms-input-placeholder,.dv-ui-theme .select select[disabled]:-ms-input-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme [disabled].input:-ms-input-placeholder,.dv-ui-theme [disabled].textarea:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .input:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .select select:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .input,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05);max-width:100%;width:100%}.dv-ui-theme .taginput [readonly].taginput-container.is-focusable,.dv-ui-theme [readonly].input,.dv-ui-theme [readonly].textarea{box-shadow:none}.dv-ui-theme .is-white.input,.dv-ui-theme .is-white.textarea,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable{border-color:#fff}.dv-ui-theme .is-white.input:active,.dv-ui-theme .is-white.input:focus,.dv-ui-theme .is-white.is-active.input,.dv-ui-theme .is-white.is-active.textarea,.dv-ui-theme .is-white.is-focused.input,.dv-ui-theme .is-white.is-focused.textarea,.dv-ui-theme .is-white.textarea:active,.dv-ui-theme .is-white.textarea:focus,.dv-ui-theme .taginput .is-white.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-white.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .is-black.input,.dv-ui-theme .is-black.textarea,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable{border-color:#0a0a0a}.dv-ui-theme .is-black.input:active,.dv-ui-theme .is-black.input:focus,.dv-ui-theme .is-black.is-active.input,.dv-ui-theme .is-black.is-active.textarea,.dv-ui-theme .is-black.is-focused.input,.dv-ui-theme .is-black.is-focused.textarea,.dv-ui-theme .is-black.textarea:active,.dv-ui-theme .is-black.textarea:focus,.dv-ui-theme .taginput .is-black.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-black.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .is-light.input,.dv-ui-theme .is-light.textarea,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable{border-color:#f5f5f5}.dv-ui-theme .is-light.input:active,.dv-ui-theme .is-light.input:focus,.dv-ui-theme .is-light.is-active.input,.dv-ui-theme .is-light.is-active.textarea,.dv-ui-theme .is-light.is-focused.input,.dv-ui-theme .is-light.is-focused.textarea,.dv-ui-theme .is-light.textarea:active,.dv-ui-theme .is-light.textarea:focus,.dv-ui-theme .taginput .is-light.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-light.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .is-dark.input,.dv-ui-theme .is-dark.textarea,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable{border-color:#363636}.dv-ui-theme .is-dark.input:active,.dv-ui-theme .is-dark.input:focus,.dv-ui-theme .is-dark.is-active.input,.dv-ui-theme .is-dark.is-active.textarea,.dv-ui-theme .is-dark.is-focused.input,.dv-ui-theme .is-dark.is-focused.textarea,.dv-ui-theme .is-dark.textarea:active,.dv-ui-theme .is-dark.textarea:focus,.dv-ui-theme .taginput .is-dark.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-dark.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .is-primary.input,.dv-ui-theme .is-primary.textarea,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable{border-color:#7957d5}.dv-ui-theme .is-primary.input:active,.dv-ui-theme .is-primary.input:focus,.dv-ui-theme .is-primary.is-active.input,.dv-ui-theme .is-primary.is-active.textarea,.dv-ui-theme .is-primary.is-focused.input,.dv-ui-theme .is-primary.is-focused.textarea,.dv-ui-theme .is-primary.textarea:active,.dv-ui-theme .is-primary.textarea:focus,.dv-ui-theme .taginput .is-primary.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-primary.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .is-link.input,.dv-ui-theme .is-link.textarea,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable{border-color:#7957d5}.dv-ui-theme .is-link.input:active,.dv-ui-theme .is-link.input:focus,.dv-ui-theme .is-link.is-active.input,.dv-ui-theme .is-link.is-active.textarea,.dv-ui-theme .is-link.is-focused.input,.dv-ui-theme .is-link.is-focused.textarea,.dv-ui-theme .is-link.textarea:active,.dv-ui-theme .is-link.textarea:focus,.dv-ui-theme .taginput .is-link.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-link.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .is-info.input,.dv-ui-theme .is-info.textarea,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable{border-color:#167df0}.dv-ui-theme .is-info.input:active,.dv-ui-theme .is-info.input:focus,.dv-ui-theme .is-info.is-active.input,.dv-ui-theme .is-info.is-active.textarea,.dv-ui-theme .is-info.is-focused.input,.dv-ui-theme .is-info.is-focused.textarea,.dv-ui-theme .is-info.textarea:active,.dv-ui-theme .is-info.textarea:focus,.dv-ui-theme .taginput .is-info.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-info.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .is-success.input,.dv-ui-theme .is-success.textarea,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable{border-color:#48c78e}.dv-ui-theme .is-success.input:active,.dv-ui-theme .is-success.input:focus,.dv-ui-theme .is-success.is-active.input,.dv-ui-theme .is-success.is-active.textarea,.dv-ui-theme .is-success.is-focused.input,.dv-ui-theme .is-success.is-focused.textarea,.dv-ui-theme .is-success.textarea:active,.dv-ui-theme .is-success.textarea:focus,.dv-ui-theme .taginput .is-success.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-success.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .is-warning.input,.dv-ui-theme .is-warning.textarea,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable{border-color:#ffe08a}.dv-ui-theme .is-warning.input:active,.dv-ui-theme .is-warning.input:focus,.dv-ui-theme .is-warning.is-active.input,.dv-ui-theme .is-warning.is-active.textarea,.dv-ui-theme .is-warning.is-focused.input,.dv-ui-theme .is-warning.is-focused.textarea,.dv-ui-theme .is-warning.textarea:active,.dv-ui-theme .is-warning.textarea:focus,.dv-ui-theme .taginput .is-warning.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-warning.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .is-danger.input,.dv-ui-theme .is-danger.textarea,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable{border-color:#f14668}.dv-ui-theme .is-danger.input:active,.dv-ui-theme .is-danger.input:focus,.dv-ui-theme .is-danger.is-active.input,.dv-ui-theme .is-danger.is-active.textarea,.dv-ui-theme .is-danger.is-focused.input,.dv-ui-theme .is-danger.is-focused.textarea,.dv-ui-theme .is-danger.textarea:active,.dv-ui-theme .is-danger.textarea:focus,.dv-ui-theme .taginput .is-danger.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-danger.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .is-small.input,.dv-ui-theme .is-small.textarea,.dv-ui-theme .taginput .is-small.taginput-container.is-focusable{border-radius:2px;font-size:.75rem}.dv-ui-theme .is-medium.input,.dv-ui-theme .is-medium.textarea,.dv-ui-theme .taginput .is-medium.taginput-container.is-focusable{font-size:1.25rem}.dv-ui-theme .is-large.input,.dv-ui-theme .is-large.textarea,.dv-ui-theme .taginput .is-large.taginput-container.is-focusable{font-size:1.5rem}.dv-ui-theme .is-fullwidth.input,.dv-ui-theme .is-fullwidth.textarea,.dv-ui-theme .taginput .is-fullwidth.taginput-container.is-focusable{display:block;width:100%}.dv-ui-theme .is-inline.input,.dv-ui-theme .is-inline.textarea,.dv-ui-theme .taginput .is-inline.taginput-container.is-focusable{display:inline;width:auto}.dv-ui-theme .input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.dv-ui-theme .input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.dv-ui-theme .textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.dv-ui-theme .textarea:not([rows]){max-height:40em;min-height:8em}.dv-ui-theme .textarea[rows]{height:auto}.dv-ui-theme .textarea.has-fixed-size{resize:none}.dv-ui-theme .checkbox,.dv-ui-theme .radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.dv-ui-theme .checkbox input,.dv-ui-theme .radio input{cursor:pointer}.dv-ui-theme .checkbox:hover,.dv-ui-theme .radio:hover{color:#363636}.dv-ui-theme .checkbox input[disabled],.dv-ui-theme .radio input[disabled],.dv-ui-theme [disabled].checkbox,.dv-ui-theme [disabled].radio,.dv-ui-theme fieldset[disabled] .checkbox,.dv-ui-theme fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.dv-ui-theme .radio+.radio{margin-left:.5em}.dv-ui-theme .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.dv-ui-theme .select:not(.is-multiple){height:2.5em}.dv-ui-theme .select:not(.is-multiple):not(.is-loading):after{border-color:#7957d5;right:1.125em;z-index:4}.dv-ui-theme .select.is-rounded select{border-radius:9999px;padding-left:1em}.dv-ui-theme .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.dv-ui-theme .select select::-ms-expand{display:none}.dv-ui-theme .select select[disabled]:hover,.dv-ui-theme fieldset[disabled] .select select:hover{border-color:#f5f5f5}.dv-ui-theme .select select:not([multiple]){padding-right:2.5em}.dv-ui-theme .select select[multiple]{height:auto;padding:0}.dv-ui-theme .select select[multiple] option{padding:.5em 1em}.dv-ui-theme .select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.dv-ui-theme .select.is-white select,.dv-ui-theme .select.is-white:not(:hover):after{border-color:#fff}.dv-ui-theme .select.is-white select.is-hovered,.dv-ui-theme .select.is-white select:hover{border-color:#f2f2f2}.dv-ui-theme .select.is-white select.is-active,.dv-ui-theme .select.is-white select.is-focused,.dv-ui-theme .select.is-white select:active,.dv-ui-theme .select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .select.is-black select,.dv-ui-theme .select.is-black:not(:hover):after{border-color:#0a0a0a}.dv-ui-theme .select.is-black select.is-hovered,.dv-ui-theme .select.is-black select:hover{border-color:#000}.dv-ui-theme .select.is-black select.is-active,.dv-ui-theme .select.is-black select.is-focused,.dv-ui-theme .select.is-black select:active,.dv-ui-theme .select.is-black select:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .select.is-light select,.dv-ui-theme .select.is-light:not(:hover):after{border-color:#f5f5f5}.dv-ui-theme .select.is-light select.is-hovered,.dv-ui-theme .select.is-light select:hover{border-color:#e8e8e8}.dv-ui-theme .select.is-light select.is-active,.dv-ui-theme .select.is-light select.is-focused,.dv-ui-theme .select.is-light select:active,.dv-ui-theme .select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .select.is-dark select,.dv-ui-theme .select.is-dark:not(:hover):after{border-color:#363636}.dv-ui-theme .select.is-dark select.is-hovered,.dv-ui-theme .select.is-dark select:hover{border-color:#292929}.dv-ui-theme .select.is-dark select.is-active,.dv-ui-theme .select.is-dark select.is-focused,.dv-ui-theme .select.is-dark select:active,.dv-ui-theme .select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .select.is-primary select,.dv-ui-theme .select.is-primary:not(:hover):after{border-color:#7957d5}.dv-ui-theme .select.is-primary select.is-hovered,.dv-ui-theme .select.is-primary select:hover{border-color:#6943d0}.dv-ui-theme .select.is-primary select.is-active,.dv-ui-theme .select.is-primary select.is-focused,.dv-ui-theme .select.is-primary select:active,.dv-ui-theme .select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select.is-link select,.dv-ui-theme .select.is-link:not(:hover):after{border-color:#7957d5}.dv-ui-theme .select.is-link select.is-hovered,.dv-ui-theme .select.is-link select:hover{border-color:#6943d0}.dv-ui-theme .select.is-link select.is-active,.dv-ui-theme .select.is-link select.is-focused,.dv-ui-theme .select.is-link select:active,.dv-ui-theme .select.is-link select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select.is-info select,.dv-ui-theme .select.is-info:not(:hover):after{border-color:#167df0}.dv-ui-theme .select.is-info select.is-hovered,.dv-ui-theme .select.is-info select:hover{border-color:#0e71de}.dv-ui-theme .select.is-info select.is-active,.dv-ui-theme .select.is-info select.is-focused,.dv-ui-theme .select.is-info select:active,.dv-ui-theme .select.is-info select:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .select.is-success select,.dv-ui-theme .select.is-success:not(:hover):after{border-color:#48c78e}.dv-ui-theme .select.is-success select.is-hovered,.dv-ui-theme .select.is-success select:hover{border-color:#3abb81}.dv-ui-theme .select.is-success select.is-active,.dv-ui-theme .select.is-success select.is-focused,.dv-ui-theme .select.is-success select:active,.dv-ui-theme .select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .select.is-warning select,.dv-ui-theme .select.is-warning:not(:hover):after{border-color:#ffe08a}.dv-ui-theme .select.is-warning select.is-hovered,.dv-ui-theme .select.is-warning select:hover{border-color:#ffd970}.dv-ui-theme .select.is-warning select.is-active,.dv-ui-theme .select.is-warning select.is-focused,.dv-ui-theme .select.is-warning select:active,.dv-ui-theme .select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .select.is-danger select,.dv-ui-theme .select.is-danger:not(:hover):after{border-color:#f14668}.dv-ui-theme .select.is-danger select.is-hovered,.dv-ui-theme .select.is-danger select:hover{border-color:#ef2e55}.dv-ui-theme .select.is-danger select.is-active,.dv-ui-theme .select.is-danger select.is-focused,.dv-ui-theme .select.is-danger select:active,.dv-ui-theme .select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .select.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .select.is-medium{font-size:1.25rem}.dv-ui-theme .select.is-large{font-size:1.5rem}.dv-ui-theme .select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}.dv-ui-theme .select.is-fullwidth,.dv-ui-theme .select.is-fullwidth select{width:100%}.dv-ui-theme .select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.dv-ui-theme .select.is-loading.is-small:after{font-size:.75rem}.dv-ui-theme .select.is-loading.is-medium:after{font-size:1.25rem}.dv-ui-theme .select.is-loading.is-large:after{font-size:1.5rem}.dv-ui-theme .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.dv-ui-theme .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-white.is-hovered .file-cta,.dv-ui-theme .file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-white.is-focused .file-cta,.dv-ui-theme .file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.dv-ui-theme .file.is-white.is-active .file-cta,.dv-ui-theme .file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.dv-ui-theme .file.is-black.is-hovered .file-cta,.dv-ui-theme .file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.dv-ui-theme .file.is-black.is-focused .file-cta,.dv-ui-theme .file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.dv-ui-theme .file.is-black.is-active .file-cta,.dv-ui-theme .file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.dv-ui-theme .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-hovered .file-cta,.dv-ui-theme .file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-focused .file-cta,.dv-ui-theme .file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-active .file-cta,.dv-ui-theme .file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.dv-ui-theme .file.is-dark.is-hovered .file-cta,.dv-ui-theme .file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.dv-ui-theme .file.is-dark.is-focused .file-cta,.dv-ui-theme .file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.dv-ui-theme .file.is-dark.is-active .file-cta,.dv-ui-theme .file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary.is-hovered .file-cta,.dv-ui-theme .file.is-primary:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary.is-focused .file-cta,.dv-ui-theme .file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.dv-ui-theme .file.is-primary.is-active .file-cta,.dv-ui-theme .file.is-primary:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link.is-hovered .file-cta,.dv-ui-theme .file.is-link:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link.is-focused .file-cta,.dv-ui-theme .file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.dv-ui-theme .file.is-link.is-active .file-cta,.dv-ui-theme .file.is-link:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info .file-cta{background-color:#167df0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info.is-hovered .file-cta,.dv-ui-theme .file.is-info:hover .file-cta{background-color:#0f77ea;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info.is-focused .file-cta,.dv-ui-theme .file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(22,125,240,.25);color:#fff}.dv-ui-theme .file.is-info.is-active .file-cta,.dv-ui-theme .file.is-info:active .file-cta{background-color:#0e71de;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success.is-hovered .file-cta,.dv-ui-theme .file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success.is-focused .file-cta,.dv-ui-theme .file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#fff}.dv-ui-theme .file.is-success.is-active .file-cta,.dv-ui-theme .file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.dv-ui-theme .file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-hovered .file-cta,.dv-ui-theme .file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-focused .file-cta,.dv-ui-theme .file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-active .file-cta,.dv-ui-theme .file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.dv-ui-theme .file.is-danger.is-hovered .file-cta,.dv-ui-theme .file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.dv-ui-theme .file.is-danger.is-focused .file-cta,.dv-ui-theme .file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.dv-ui-theme .file.is-danger.is-active .file-cta,.dv-ui-theme .file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.dv-ui-theme .file.is-small{font-size:.75rem}.dv-ui-theme .file.is-normal{font-size:1rem}.dv-ui-theme .file.is-medium{font-size:1.25rem}.dv-ui-theme .file.is-medium .file-icon .fa{font-size:21px}.dv-ui-theme .file.is-large{font-size:1.5rem}.dv-ui-theme .file.is-large .file-icon .fa{font-size:28px}.dv-ui-theme .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .file.has-name.is-empty .file-cta{border-radius:4px}.dv-ui-theme .file.has-name.is-empty .file-name{display:none}.dv-ui-theme .file.is-boxed .file-label{flex-direction:column}.dv-ui-theme .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.dv-ui-theme .file.is-boxed .file-name{border-width:0 1px 1px}.dv-ui-theme .file.is-boxed .file-icon{height:1.5em;width:1.5em}.dv-ui-theme .file.is-boxed .file-icon .fa{font-size:21px}.dv-ui-theme .file.is-boxed.is-small .file-icon .fa{font-size:14px}.dv-ui-theme .file.is-boxed.is-medium .file-icon .fa{font-size:28px}.dv-ui-theme .file.is-boxed.is-large .file-icon .fa{font-size:35px}.dv-ui-theme .file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.dv-ui-theme .file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.dv-ui-theme .file.is-centered{justify-content:center}.dv-ui-theme .file.is-fullwidth .file-label{width:100%}.dv-ui-theme .file.is-fullwidth .file-name{flex-grow:1;max-width:none}.dv-ui-theme .file.is-right{justify-content:flex-end}.dv-ui-theme .file.is-right .file-cta{border-radius:0 4px 4px 0}.dv-ui-theme .file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.dv-ui-theme .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.dv-ui-theme .file-label:hover .file-cta{background-color:#eee;color:#363636}.dv-ui-theme .file-label:hover .file-name{border-color:#d5d5d5}.dv-ui-theme .file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.dv-ui-theme .file-label:active .file-name{border-color:#cfcfcf}.dv-ui-theme .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.dv-ui-theme .file-cta,.dv-ui-theme .file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.dv-ui-theme .file-cta{background-color:#f5f5f5;color:#4a4a4a}.dv-ui-theme .file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.dv-ui-theme .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.dv-ui-theme .file-icon .fa{font-size:14px}.dv-ui-theme .label{color:#363636;display:block;font-size:1rem;font-weight:600}.dv-ui-theme .label:not(:last-child){margin-bottom:.5em}.dv-ui-theme .label.is-small{font-size:.75rem}.dv-ui-theme .label.is-medium{font-size:1.25rem}.dv-ui-theme .label.is-large{font-size:1.5rem}.dv-ui-theme .help{display:block;font-size:.75rem;margin-top:.25rem}.dv-ui-theme .help.is-white{color:#fff}.dv-ui-theme .help.is-black{color:#0a0a0a}.dv-ui-theme .help.is-light{color:#f5f5f5}.dv-ui-theme .help.is-dark{color:#363636}.dv-ui-theme .help.is-link,.dv-ui-theme .help.is-primary{color:#7957d5}.dv-ui-theme .help.is-info{color:#167df0}.dv-ui-theme .help.is-success{color:#48c78e}.dv-ui-theme .help.is-warning{color:#ffe08a}.dv-ui-theme .help.is-danger{color:#f14668}.dv-ui-theme .field:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .field.has-addons{display:flex;justify-content:flex-start}.dv-ui-theme .field.has-addons .control:not(:last-child){margin-right:-1px}.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .button,.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .input,.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .button,.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .input,.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .button,.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .input,.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .button:not([disabled]):hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .input:not([disabled]):hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):hover{z-index:2}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .button:not([disabled]):active,.dv-ui-theme .field.has-addons .control .button:not([disabled]):focus,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .input:not([disabled]):active,.dv-ui-theme .field.has-addons .control .input:not([disabled]):focus,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):active,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):focus{z-index:3}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]):focus:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]):focus:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.dv-ui-theme .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.has-addons.has-addons-centered{justify-content:center}.dv-ui-theme .field.has-addons.has-addons-right{justify-content:flex-end}.dv-ui-theme .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.dv-ui-theme .field.is-grouped{display:flex;justify-content:flex-start}.dv-ui-theme .field.is-grouped>.control{flex-shrink:0}.dv-ui-theme .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.dv-ui-theme .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.is-grouped.is-grouped-centered{justify-content:center}.dv-ui-theme .field.is-grouped.is-grouped-right{justify-content:flex-end}.dv-ui-theme .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.dv-ui-theme .field.is-grouped.is-grouped-multiline>.control:last-child,.dv-ui-theme .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.dv-ui-theme .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.dv-ui-theme .field.is-horizontal{display:flex}}.dv-ui-theme .field-label .label{font-size:inherit}@media screen and (max-width:768px){.dv-ui-theme .field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.dv-ui-theme .field-label.is-small{font-size:.75rem;padding-top:.375em}.dv-ui-theme .field-label.is-normal{padding-top:.375em}.dv-ui-theme .field-label.is-medium{font-size:1.25rem;padding-top:.375em}.dv-ui-theme .field-label.is-large{font-size:1.5rem;padding-top:.375em}}.dv-ui-theme .field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.dv-ui-theme .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.dv-ui-theme .field-body .field{margin-bottom:0}.dv-ui-theme .field-body>.field{flex-shrink:1}.dv-ui-theme .field-body>.field:not(.is-narrow){flex-grow:1}.dv-ui-theme .field-body>.field:not(:last-child){margin-right:.75rem}}.dv-ui-theme .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.dv-ui-theme .control.has-icons-left .input:focus~.icon,.dv-ui-theme .control.has-icons-left .select:focus~.icon,.dv-ui-theme .control.has-icons-right .input:focus~.icon,.dv-ui-theme .control.has-icons-right .select:focus~.icon{color:#4a4a4a}.dv-ui-theme .control.has-icons-left .input.is-small~.icon,.dv-ui-theme .control.has-icons-left .select.is-small~.icon,.dv-ui-theme .control.has-icons-right .input.is-small~.icon,.dv-ui-theme .control.has-icons-right .select.is-small~.icon{font-size:.75rem}.dv-ui-theme .control.has-icons-left .input.is-medium~.icon,.dv-ui-theme .control.has-icons-left .select.is-medium~.icon,.dv-ui-theme .control.has-icons-right .input.is-medium~.icon,.dv-ui-theme .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.dv-ui-theme .control.has-icons-left .input.is-large~.icon,.dv-ui-theme .control.has-icons-left .select.is-large~.icon,.dv-ui-theme .control.has-icons-right .input.is-large~.icon,.dv-ui-theme .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.dv-ui-theme .control.has-icons-left .icon,.dv-ui-theme .control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.dv-ui-theme .control.has-icons-left .input,.dv-ui-theme .control.has-icons-left .select select{padding-left:2.5em}.dv-ui-theme .control.has-icons-left .icon.is-left{left:0}.dv-ui-theme .control.has-icons-right .input,.dv-ui-theme .control.has-icons-right .select select{padding-right:2.5em}.dv-ui-theme .control.has-icons-right .icon.is-right{right:0}.dv-ui-theme .control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.dv-ui-theme .control.is-loading.is-small:after{font-size:.75rem}.dv-ui-theme .control.is-loading.is-medium:after{font-size:1.25rem}.dv-ui-theme .control.is-loading.is-large:after{font-size:1.5rem}.dv-ui-theme .breadcrumb{font-size:1rem;white-space:nowrap}.dv-ui-theme .breadcrumb a{align-items:center;color:#7957d5;display:flex;justify-content:center;padding:0 .75em}.dv-ui-theme .breadcrumb a:hover{color:#363636}.dv-ui-theme .breadcrumb li{align-items:center;display:flex}.dv-ui-theme .breadcrumb li:first-child a{padding-left:0}.dv-ui-theme .breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.dv-ui-theme .breadcrumb li+li:before{color:#b5b5b5;content:"/"}.dv-ui-theme .breadcrumb ol,.dv-ui-theme .breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .breadcrumb .icon:first-child{margin-right:.5em}.dv-ui-theme .breadcrumb .icon:last-child{margin-left:.5em}.dv-ui-theme .breadcrumb.is-centered ol,.dv-ui-theme .breadcrumb.is-centered ul{justify-content:center}.dv-ui-theme .breadcrumb.is-right ol,.dv-ui-theme .breadcrumb.is-right ul{justify-content:flex-end}.dv-ui-theme .breadcrumb.is-small{font-size:.75rem}.dv-ui-theme .breadcrumb.is-medium{font-size:1.25rem}.dv-ui-theme .breadcrumb.is-large{font-size:1.5rem}.dv-ui-theme .breadcrumb.has-arrow-separator li+li:before{content:"→"}.dv-ui-theme .breadcrumb.has-bullet-separator li+li:before{content:"•"}.dv-ui-theme .breadcrumb.has-dot-separator li+li:before{content:"·"}.dv-ui-theme .breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.dv-ui-theme .card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;max-width:100%;position:relative}.dv-ui-theme .card-content:first-child,.dv-ui-theme .card-footer:first-child,.dv-ui-theme .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .card-content:last-child,.dv-ui-theme .card-footer:last-child,.dv-ui-theme .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.dv-ui-theme .card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em hsla(0,0%,4%,.1);display:flex}.dv-ui-theme .card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.dv-ui-theme .card-header-title.is-centered{justify-content:center}.dv-ui-theme .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.dv-ui-theme .card-image{display:block;position:relative}.dv-ui-theme .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.dv-ui-theme .card-content{background-color:transparent;padding:1.5rem}.dv-ui-theme .card-footer{background-color:transparent;border-top:1px solid #ededed;align-items:stretch;display:flex}.dv-ui-theme .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.dv-ui-theme .card-footer-item:not(:last-child){border-right:1px solid #ededed}.dv-ui-theme .card .media:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .dropdown{display:inline-flex;position:relative;vertical-align:top}.dv-ui-theme .dropdown.is-active .dropdown-menu,.dv-ui-theme .dropdown.is-hoverable:hover .dropdown-menu{display:block}.dv-ui-theme .dropdown.is-right .dropdown-menu{left:auto;right:0}.dv-ui-theme .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dv-ui-theme .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dv-ui-theme .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding-bottom:.5rem;padding-top:.5rem}.dv-ui-theme .dropdown .dropdown-menu .has-link a,.dv-ui-theme .dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.dv-ui-theme .dropdown .dropdown-menu .has-link a,.dv-ui-theme a.dropdown-item,.dv-ui-theme button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}.dv-ui-theme .dropdown .dropdown-menu .has-link a:hover,.dv-ui-theme a.dropdown-item:hover,.dv-ui-theme button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-active,.dv-ui-theme a.dropdown-item.is-active,.dv-ui-theme button.dropdown-item.is-active{background-color:#7957d5;color:#fff}.dv-ui-theme .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.dv-ui-theme .level{align-items:center;justify-content:space-between}.dv-ui-theme .level code{border-radius:4px}.dv-ui-theme .level img{display:inline-block;vertical-align:top}.dv-ui-theme .level.is-mobile,.dv-ui-theme .level.is-mobile .level-left,.dv-ui-theme .level.is-mobile .level-right{display:flex}.dv-ui-theme .level.is-mobile .level-left+.level-right{margin-top:0}.dv-ui-theme .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.dv-ui-theme .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.dv-ui-theme .level{display:flex}.dv-ui-theme .level>.level-item:not(.is-narrow){flex-grow:1}}.dv-ui-theme .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.dv-ui-theme .level-item .subtitle,.dv-ui-theme .level-item .title{margin-bottom:0}@media screen and (max-width:768px){.dv-ui-theme .level-item:not(:last-child){margin-bottom:.75rem}}.dv-ui-theme .level-left,.dv-ui-theme .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.dv-ui-theme .level-left .level-item.is-flexible,.dv-ui-theme .level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.dv-ui-theme .level-left .level-item:not(:last-child),.dv-ui-theme .level-right .level-item:not(:last-child){margin-right:.75rem}}.dv-ui-theme .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.dv-ui-theme .level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .level-left{display:flex}}.dv-ui-theme .level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.dv-ui-theme .level-right{display:flex}}.dv-ui-theme .media{align-items:flex-start;display:flex;text-align:inherit}.dv-ui-theme .media .content:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .media .media{border-top:1px solid hsla(0,0%,86%,.5);display:flex;padding-top:.75rem}.dv-ui-theme .media .media .content:not(:last-child),.dv-ui-theme .media .media .control:not(:last-child){margin-bottom:.5rem}.dv-ui-theme .media .media .media{padding-top:.5rem}.dv-ui-theme .media .media .media+.media{margin-top:.5rem}.dv-ui-theme .media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.dv-ui-theme .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.dv-ui-theme .media-left,.dv-ui-theme .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.dv-ui-theme .media-left{margin-right:1rem}.dv-ui-theme .media-right{margin-left:1rem}.dv-ui-theme .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.dv-ui-theme .media-content{overflow-x:auto}}.dv-ui-theme .menu{font-size:1rem}.dv-ui-theme .menu.is-small{font-size:.75rem}.dv-ui-theme .menu.is-medium{font-size:1.25rem}.dv-ui-theme .menu.is-large{font-size:1.5rem}.dv-ui-theme .menu-list{line-height:1.25}.dv-ui-theme .menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.dv-ui-theme .menu-list a:hover{background-color:#f5f5f5;color:#363636}.dv-ui-theme .menu-list a.is-active{background-color:#7957d5;color:#fff}.dv-ui-theme .menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.dv-ui-theme .menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.dv-ui-theme .menu-label:not(:first-child){margin-top:1em}.dv-ui-theme .menu-label:not(:last-child){margin-bottom:1em}.dv-ui-theme .message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.dv-ui-theme .message strong{color:currentColor}.dv-ui-theme .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.dv-ui-theme .message.is-small{font-size:.75rem}.dv-ui-theme .message.is-medium{font-size:1.25rem}.dv-ui-theme .message.is-large{font-size:1.5rem}.dv-ui-theme .message.is-white{background-color:#fff}.dv-ui-theme .message.is-white .message-header{background-color:#fff;color:#0a0a0a}.dv-ui-theme .message.is-white .message-body{border-color:#fff}.dv-ui-theme .message.is-black{background-color:#fafafa}.dv-ui-theme .message.is-black .message-header{background-color:#0a0a0a;color:#fff}.dv-ui-theme .message.is-black .message-body{border-color:#0a0a0a}.dv-ui-theme .message.is-light{background-color:#fafafa}.dv-ui-theme .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .message.is-light .message-body{border-color:#f5f5f5}.dv-ui-theme .message.is-dark{background-color:#fafafa}.dv-ui-theme .message.is-dark .message-header{background-color:#363636;color:#fff}.dv-ui-theme .message.is-dark .message-body{border-color:#363636}.dv-ui-theme .message.is-primary{background-color:#f2effb}.dv-ui-theme .message.is-primary .message-header{background-color:#7957d5;color:#fff}.dv-ui-theme .message.is-primary .message-body{border-color:#7957d5;color:#552fbc}.dv-ui-theme .message.is-link{background-color:#f2effb}.dv-ui-theme .message.is-link .message-header{background-color:#7957d5;color:#fff}.dv-ui-theme .message.is-link .message-body{border-color:#7957d5;color:#552fbc}.dv-ui-theme .message.is-info{background-color:#ecf4fe}.dv-ui-theme .message.is-info .message-header{background-color:#167df0;color:#fff}.dv-ui-theme .message.is-info .message-body{border-color:#167df0;color:#0d68ce}.dv-ui-theme .message.is-success{background-color:#effaf5}.dv-ui-theme .message.is-success .message-header{background-color:#48c78e;color:#fff}.dv-ui-theme .message.is-success .message-body{border-color:#48c78e;color:#257953}.dv-ui-theme .message.is-warning{background-color:#fffaeb}.dv-ui-theme .message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.dv-ui-theme .message.is-danger{background-color:#feecf0}.dv-ui-theme .message.is-danger .message-header{background-color:#f14668;color:#fff}.dv-ui-theme .message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.dv-ui-theme .message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.dv-ui-theme .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.dv-ui-theme .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.dv-ui-theme .message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.dv-ui-theme .message-body code,.dv-ui-theme .message-body pre{background-color:#fff}.dv-ui-theme .message-body pre code{background-color:transparent}.dv-ui-theme .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.dv-ui-theme .modal.is-active{display:flex}.dv-ui-theme .modal-background{background-color:hsla(0,0%,4%,.86)}.dv-ui-theme .modal-card,.dv-ui-theme .modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.dv-ui-theme .modal-card,.dv-ui-theme .modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.dv-ui-theme .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.dv-ui-theme .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.dv-ui-theme .modal-card-foot,.dv-ui-theme .modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.dv-ui-theme .modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.dv-ui-theme .modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.dv-ui-theme .modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.dv-ui-theme .modal-card-foot .button:not(:last-child){margin-right:.5em}.dv-ui-theme .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.dv-ui-theme .navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.dv-ui-theme .navbar.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-white .navbar-end .navbar-link,.dv-ui-theme .navbar.is-white .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link,.dv-ui-theme .navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.dv-ui-theme .navbar.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-black .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-black .navbar-end .navbar-link,.dv-ui-theme .navbar.is-black .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link,.dv-ui-theme .navbar.is-black .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-black .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.dv-ui-theme .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-light .navbar-end .navbar-link,.dv-ui-theme .navbar.is-light .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link,.dv-ui-theme .navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.dv-ui-theme .navbar.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.dv-ui-theme .navbar.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.dv-ui-theme .navbar.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-link .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-link .navbar-end .navbar-link,.dv-ui-theme .navbar.is-link .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link,.dv-ui-theme .navbar.is-link .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-link .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.dv-ui-theme .navbar.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-info .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-info .navbar-end .navbar-link,.dv-ui-theme .navbar.is-info .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link,.dv-ui-theme .navbar.is-info .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-info .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#167df0;color:#fff}}.dv-ui-theme .navbar.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-success .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-success .navbar-end .navbar-link,.dv-ui-theme .navbar.is-success .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link,.dv-ui-theme .navbar.is-success .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-success .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.dv-ui-theme .navbar.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;color:rgba(0,0,0,.7)}}.dv-ui-theme .navbar.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.dv-ui-theme .navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.dv-ui-theme .navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.dv-ui-theme .navbar.is-fixed-bottom,.dv-ui-theme .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.dv-ui-theme .navbar.is-fixed-top{top:0}.dv-ui-theme body.has-navbar-fixed-top,.dv-ui-theme html.has-navbar-fixed-top{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom,.dv-ui-theme html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.dv-ui-theme .navbar-brand,.dv-ui-theme .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.dv-ui-theme .navbar-brand a.navbar-item:focus,.dv-ui-theme .navbar-brand a.navbar-item:hover{background-color:transparent}.dv-ui-theme .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.dv-ui-theme .navbar-burger{color:#4a4a4a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.dv-ui-theme .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.dv-ui-theme .navbar-burger span:first-child{top:calc(50% - 6px)}.dv-ui-theme .navbar-burger span:nth-child(2){top:calc(50% - 1px)}.dv-ui-theme .navbar-burger span:nth-child(3){top:calc(50% + 4px)}.dv-ui-theme .navbar-burger:hover{background-color:rgba(0,0,0,.05)}.dv-ui-theme .navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.dv-ui-theme .navbar-burger.is-active span:nth-child(2){opacity:0}.dv-ui-theme .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.dv-ui-theme .navbar-menu{display:none}.dv-ui-theme .navbar-item,.dv-ui-theme .navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.dv-ui-theme .navbar-item .icon:only-child,.dv-ui-theme .navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.dv-ui-theme .navbar-link,.dv-ui-theme a.navbar-item{cursor:pointer}.dv-ui-theme .navbar-link.is-active,.dv-ui-theme .navbar-link:focus,.dv-ui-theme .navbar-link:focus-within,.dv-ui-theme .navbar-link:hover,.dv-ui-theme a.navbar-item.is-active,.dv-ui-theme a.navbar-item:focus,.dv-ui-theme a.navbar-item:focus-within,.dv-ui-theme a.navbar-item:hover{background-color:#fafafa;color:#7957d5}.dv-ui-theme .navbar-item{flex-grow:0;flex-shrink:0}.dv-ui-theme .navbar-item img{max-height:1.75rem}.dv-ui-theme .navbar-item.has-dropdown{padding:0}.dv-ui-theme .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.dv-ui-theme .navbar-item.is-tab.is-active,.dv-ui-theme .navbar-item.is-tab:focus,.dv-ui-theme .navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#7957d5}.dv-ui-theme .navbar-item.is-tab.is-active{border-bottom-style:solid;border-bottom-width:3px;color:#7957d5;padding-bottom:calc(.5rem - 3px)}.dv-ui-theme .navbar-content{flex-grow:1;flex-shrink:1}.dv-ui-theme .navbar-link:not(.is-arrowless){padding-right:2.5em}.dv-ui-theme .navbar-link:not(.is-arrowless):after{border-color:#7957d5;margin-top:-.375em;right:1.125em}.dv-ui-theme .navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.dv-ui-theme .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.dv-ui-theme .navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.dv-ui-theme .navbar>.container{display:block}.dv-ui-theme .navbar-brand .navbar-item,.dv-ui-theme .navbar-tabs .navbar-item{align-items:center;display:flex}.dv-ui-theme .navbar-link:after{display:none}.dv-ui-theme .navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.dv-ui-theme .navbar-menu.is-active{display:block}.dv-ui-theme .navbar.is-fixed-bottom-touch,.dv-ui-theme .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom-touch{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.dv-ui-theme .navbar.is-fixed-top-touch{top:0}.dv-ui-theme .navbar.is-fixed-top .navbar-menu,.dv-ui-theme .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}.dv-ui-theme body.has-navbar-fixed-top-touch,.dv-ui-theme html.has-navbar-fixed-top-touch{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom-touch,.dv-ui-theme html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .navbar,.dv-ui-theme .navbar-end,.dv-ui-theme .navbar-menu,.dv-ui-theme .navbar-start{align-items:stretch;display:flex}.dv-ui-theme .navbar{min-height:3.25rem}.dv-ui-theme .navbar.is-spaced{padding:1rem 2rem}.dv-ui-theme .navbar.is-spaced .navbar-end,.dv-ui-theme .navbar.is-spaced .navbar-start{align-items:center}.dv-ui-theme .navbar.is-spaced .navbar-link,.dv-ui-theme .navbar.is-spaced a.navbar-item{border-radius:4px}.dv-ui-theme .navbar.is-transparent .navbar-link.is-active,.dv-ui-theme .navbar.is-transparent .navbar-link:focus,.dv-ui-theme .navbar.is-transparent .navbar-link:hover,.dv-ui-theme .navbar.is-transparent a.navbar-item.is-active,.dv-ui-theme .navbar.is-transparent a.navbar-item:focus,.dv-ui-theme .navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.dv-ui-theme .navbar-burger{display:none}.dv-ui-theme .navbar-item,.dv-ui-theme .navbar-link{align-items:center;display:flex}.dv-ui-theme .navbar-item.has-dropdown{align-items:stretch}.dv-ui-theme .navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.dv-ui-theme .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.dv-ui-theme .navbar-item.is-active .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:focus .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:focus-within .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.dv-ui-theme .navbar-item.is-active .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.dv-ui-theme .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.dv-ui-theme .navbar-menu{flex-grow:1;flex-shrink:0}.dv-ui-theme .navbar-start{justify-content:flex-start;margin-right:auto}.dv-ui-theme .navbar-end{justify-content:flex-end;margin-left:auto}.dv-ui-theme .navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.dv-ui-theme .navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.dv-ui-theme .navbar-dropdown a.navbar-item{padding-right:3rem}.dv-ui-theme .navbar-dropdown a.navbar-item:focus,.dv-ui-theme .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.dv-ui-theme .navbar-dropdown.is-boxed,.dv-ui-theme .navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.dv-ui-theme .navbar-dropdown.is-right{left:auto;right:0}.dv-ui-theme .navbar-divider{display:block}.dv-ui-theme .container>.navbar .navbar-brand,.dv-ui-theme .navbar>.container .navbar-brand{margin-left:-.75rem}.dv-ui-theme .container>.navbar .navbar-menu,.dv-ui-theme .navbar>.container .navbar-menu{margin-right:-.75rem}.dv-ui-theme .navbar.is-fixed-bottom-desktop,.dv-ui-theme .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom-desktop{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.dv-ui-theme .navbar.is-fixed-top-desktop{top:0}.dv-ui-theme body.has-navbar-fixed-top-desktop,.dv-ui-theme html.has-navbar-fixed-top-desktop{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom-desktop,.dv-ui-theme html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}.dv-ui-theme body.has-spaced-navbar-fixed-top,.dv-ui-theme html.has-spaced-navbar-fixed-top{padding-top:5.25rem}.dv-ui-theme body.has-spaced-navbar-fixed-bottom,.dv-ui-theme html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.dv-ui-theme .navbar-link.is-active,.dv-ui-theme a.navbar-item.is-active{color:#0a0a0a}.dv-ui-theme .navbar-link.is-active:not(:focus):not(:hover),.dv-ui-theme a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.dv-ui-theme .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.dv-ui-theme .hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.dv-ui-theme .pagination{font-size:1rem;margin:-.25rem}.dv-ui-theme .pagination.is-small{font-size:.75rem}.dv-ui-theme .pagination.is-medium{font-size:1.25rem}.dv-ui-theme .pagination.is-large{font-size:1.5rem}.dv-ui-theme .pagination.is-rounded .pagination-next,.dv-ui-theme .pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.dv-ui-theme .pagination.is-rounded .pagination-link{border-radius:9999px}.dv-ui-theme .pagination,.dv-ui-theme .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.dv-ui-theme .pagination-link:hover,.dv-ui-theme .pagination-next:hover,.dv-ui-theme .pagination-previous:hover{border-color:#b5b5b5;color:#363636}.dv-ui-theme .pagination-link:focus,.dv-ui-theme .pagination-next:focus,.dv-ui-theme .pagination-previous:focus{border-color:#7957d5}.dv-ui-theme .pagination-link:active,.dv-ui-theme .pagination-next:active,.dv-ui-theme .pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.dv-ui-theme .pagination-link.is-disabled,.dv-ui-theme .pagination-link[disabled],.dv-ui-theme .pagination-next.is-disabled,.dv-ui-theme .pagination-next[disabled],.dv-ui-theme .pagination-previous.is-disabled,.dv-ui-theme .pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.dv-ui-theme .pagination-link.is-current{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .pagination-ellipsis{color:#b5b5b5;pointer-events:none}.dv-ui-theme .pagination-list{flex-wrap:wrap}.dv-ui-theme .pagination-list li{list-style:none}@media screen and (max-width:768px){.dv-ui-theme .pagination{flex-wrap:wrap}.dv-ui-theme .pagination-list li,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.dv-ui-theme .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{margin-bottom:0;margin-top:0}.dv-ui-theme .pagination-previous{order:2}.dv-ui-theme .pagination-next{order:3}.dv-ui-theme .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.dv-ui-theme .pagination.is-centered .pagination-previous{order:1}.dv-ui-theme .pagination.is-centered .pagination-list{justify-content:center;order:2}.dv-ui-theme .pagination.is-centered .pagination-next{order:3}.dv-ui-theme .pagination.is-right .pagination-previous{order:1}.dv-ui-theme .pagination.is-right .pagination-next{order:2}.dv-ui-theme .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.dv-ui-theme .panel{border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);font-size:1rem}.dv-ui-theme .panel:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.dv-ui-theme .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.dv-ui-theme .panel.is-white .panel-block.is-active .panel-icon{color:#fff}.dv-ui-theme .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.dv-ui-theme .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.dv-ui-theme .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.dv-ui-theme .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.dv-ui-theme .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.dv-ui-theme .panel.is-dark .panel-heading{background-color:#363636;color:#fff}.dv-ui-theme .panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.dv-ui-theme .panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.dv-ui-theme .panel.is-primary .panel-heading{background-color:#7957d5;color:#fff}.dv-ui-theme .panel.is-primary .panel-tabs a.is-active{border-bottom-color:#7957d5}.dv-ui-theme .panel.is-primary .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel.is-link .panel-heading{background-color:#7957d5;color:#fff}.dv-ui-theme .panel.is-link .panel-tabs a.is-active{border-bottom-color:#7957d5}.dv-ui-theme .panel.is-link .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel.is-info .panel-heading{background-color:#167df0;color:#fff}.dv-ui-theme .panel.is-info .panel-tabs a.is-active{border-bottom-color:#167df0}.dv-ui-theme .panel.is-info .panel-block.is-active .panel-icon{color:#167df0}.dv-ui-theme .panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.dv-ui-theme .panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.dv-ui-theme .panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.dv-ui-theme .panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.dv-ui-theme .panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.dv-ui-theme .panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.dv-ui-theme .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.dv-ui-theme .panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.dv-ui-theme .panel-block:not(:last-child),.dv-ui-theme .panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.dv-ui-theme .panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.dv-ui-theme .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.dv-ui-theme .panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.dv-ui-theme .panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.dv-ui-theme .panel-list a{color:#4a4a4a}.dv-ui-theme .panel-list a:hover{color:#7957d5}.dv-ui-theme .panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.dv-ui-theme .panel-block input[type=checkbox]{margin-right:.75em}.dv-ui-theme .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.dv-ui-theme .panel-block.is-wrapped{flex-wrap:wrap}.dv-ui-theme .panel-block.is-active{border-left-color:#7957d5;color:#363636}.dv-ui-theme .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.dv-ui-theme a.panel-block,.dv-ui-theme label.panel-block{cursor:pointer}.dv-ui-theme a.panel-block:hover,.dv-ui-theme label.panel-block:hover{background-color:#f5f5f5}.dv-ui-theme .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.dv-ui-theme .panel-icon .fa{font-size:inherit;line-height:inherit}.dv-ui-theme .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.dv-ui-theme .tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.dv-ui-theme .tabs a:hover{border-bottom-color:#363636;color:#363636}.dv-ui-theme .tabs li{display:block}.dv-ui-theme .tabs li.is-active a{border-bottom-color:#7957d5;color:#7957d5}.dv-ui-theme .tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.dv-ui-theme .tabs ul.is-left{padding-right:.75em}.dv-ui-theme .tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.dv-ui-theme .tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.dv-ui-theme .tabs .icon:first-child{margin-right:.5em}.dv-ui-theme .tabs .icon:last-child{margin-left:.5em}.dv-ui-theme .tabs.is-centered ul{justify-content:center}.dv-ui-theme .tabs.is-right ul{justify-content:flex-end}.dv-ui-theme .tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.dv-ui-theme .tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.dv-ui-theme .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.dv-ui-theme .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.dv-ui-theme .tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.dv-ui-theme .tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.dv-ui-theme .tabs.is-toggle li+li{margin-left:-1px}.dv-ui-theme .tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.dv-ui-theme .tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.dv-ui-theme .tabs.is-toggle li.is-active a{background-color:#7957d5;border-color:#7957d5;color:#fff;z-index:1}.dv-ui-theme .tabs.is-toggle ul{border-bottom:none}.dv-ui-theme .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.dv-ui-theme .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.dv-ui-theme .tabs.is-small{font-size:.75rem}.dv-ui-theme .tabs.is-medium{font-size:1.25rem}.dv-ui-theme .tabs.is-large{font-size:1.5rem}.dv-ui-theme .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.dv-ui-theme .columns.is-mobile>.column.is-narrow{flex:none;width:unset}.dv-ui-theme .columns.is-mobile>.column.is-full{flex:none;width:100%}.dv-ui-theme .columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.dv-ui-theme .columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.dv-ui-theme .columns.is-mobile>.column.is-half{flex:none;width:50%}.dv-ui-theme .columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.dv-ui-theme .columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.dv-ui-theme .columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.dv-ui-theme .columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.dv-ui-theme .columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.dv-ui-theme .columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.dv-ui-theme .columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.dv-ui-theme .columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.dv-ui-theme .columns.is-mobile>.column.is-offset-half{margin-left:50%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.dv-ui-theme .columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.dv-ui-theme .columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.dv-ui-theme .columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.dv-ui-theme .columns.is-mobile>.column.is-0{flex:none;width:0}.dv-ui-theme .columns.is-mobile>.column.is-offset-0{margin-left:0}.dv-ui-theme .columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-3{flex:none;width:25%}.dv-ui-theme .columns.is-mobile>.column.is-offset-3{margin-left:25%}.dv-ui-theme .columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-6{flex:none;width:50%}.dv-ui-theme .columns.is-mobile>.column.is-offset-6{margin-left:50%}.dv-ui-theme .columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-9{flex:none;width:75%}.dv-ui-theme .columns.is-mobile>.column.is-offset-9{margin-left:75%}.dv-ui-theme .columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-12{flex:none;width:100%}.dv-ui-theme .columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.dv-ui-theme .column.is-narrow-mobile{flex:none;width:unset}.dv-ui-theme .column.is-full-mobile{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-mobile{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-mobile{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-mobile{flex:none;width:50%}.dv-ui-theme .column.is-one-third-mobile{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-mobile{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-mobile{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-mobile{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-mobile{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-mobile{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-mobile{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-mobile{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-mobile{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-mobile{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-mobile{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-mobile{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-mobile{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-mobile{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-mobile{margin-left:80%}.dv-ui-theme .column.is-0-mobile{flex:none;width:0}.dv-ui-theme .column.is-offset-0-mobile{margin-left:0}.dv-ui-theme .column.is-1-mobile{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-mobile{margin-left:8.33333337%}.dv-ui-theme .column.is-2-mobile{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-mobile{margin-left:16.66666674%}.dv-ui-theme .column.is-3-mobile{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-mobile{margin-left:25%}.dv-ui-theme .column.is-4-mobile{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-mobile{margin-left:33.33333337%}.dv-ui-theme .column.is-5-mobile{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-mobile{margin-left:41.66666674%}.dv-ui-theme .column.is-6-mobile{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-mobile{margin-left:50%}.dv-ui-theme .column.is-7-mobile{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-mobile{margin-left:58.33333337%}.dv-ui-theme .column.is-8-mobile{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-mobile{margin-left:66.66666674%}.dv-ui-theme .column.is-9-mobile{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-mobile{margin-left:75%}.dv-ui-theme .column.is-10-mobile{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-mobile{margin-left:83.33333337%}.dv-ui-theme .column.is-11-mobile{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-mobile{margin-left:91.66666674%}.dv-ui-theme .column.is-12-mobile{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.dv-ui-theme .column.is-narrow,.dv-ui-theme .column.is-narrow-tablet{flex:none;width:unset}.dv-ui-theme .column.is-full,.dv-ui-theme .column.is-full-tablet{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters,.dv-ui-theme .column.is-three-quarters-tablet{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds,.dv-ui-theme .column.is-two-thirds-tablet{flex:none;width:66.6666%}.dv-ui-theme .column.is-half,.dv-ui-theme .column.is-half-tablet{flex:none;width:50%}.dv-ui-theme .column.is-one-third,.dv-ui-theme .column.is-one-third-tablet{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter,.dv-ui-theme .column.is-one-quarter-tablet{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth,.dv-ui-theme .column.is-one-fifth-tablet{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths,.dv-ui-theme .column.is-two-fifths-tablet{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths,.dv-ui-theme .column.is-three-fifths-tablet{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths,.dv-ui-theme .column.is-four-fifths-tablet{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters,.dv-ui-theme .column.is-offset-three-quarters-tablet{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds,.dv-ui-theme .column.is-offset-two-thirds-tablet{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half,.dv-ui-theme .column.is-offset-half-tablet{margin-left:50%}.dv-ui-theme .column.is-offset-one-third,.dv-ui-theme .column.is-offset-one-third-tablet{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter,.dv-ui-theme .column.is-offset-one-quarter-tablet{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth,.dv-ui-theme .column.is-offset-one-fifth-tablet{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths,.dv-ui-theme .column.is-offset-two-fifths-tablet{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths,.dv-ui-theme .column.is-offset-three-fifths-tablet{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths,.dv-ui-theme .column.is-offset-four-fifths-tablet{margin-left:80%}.dv-ui-theme .column.is-0,.dv-ui-theme .column.is-0-tablet{flex:none;width:0}.dv-ui-theme .column.is-offset-0,.dv-ui-theme .column.is-offset-0-tablet{margin-left:0}.dv-ui-theme .column.is-1,.dv-ui-theme .column.is-1-tablet{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1,.dv-ui-theme .column.is-offset-1-tablet{margin-left:8.33333337%}.dv-ui-theme .column.is-2,.dv-ui-theme .column.is-2-tablet{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2,.dv-ui-theme .column.is-offset-2-tablet{margin-left:16.66666674%}.dv-ui-theme .column.is-3,.dv-ui-theme .column.is-3-tablet{flex:none;width:25%}.dv-ui-theme .column.is-offset-3,.dv-ui-theme .column.is-offset-3-tablet{margin-left:25%}.dv-ui-theme .column.is-4,.dv-ui-theme .column.is-4-tablet{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4,.dv-ui-theme .column.is-offset-4-tablet{margin-left:33.33333337%}.dv-ui-theme .column.is-5,.dv-ui-theme .column.is-5-tablet{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5,.dv-ui-theme .column.is-offset-5-tablet{margin-left:41.66666674%}.dv-ui-theme .column.is-6,.dv-ui-theme .column.is-6-tablet{flex:none;width:50%}.dv-ui-theme .column.is-offset-6,.dv-ui-theme .column.is-offset-6-tablet{margin-left:50%}.dv-ui-theme .column.is-7,.dv-ui-theme .column.is-7-tablet{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7,.dv-ui-theme .column.is-offset-7-tablet{margin-left:58.33333337%}.dv-ui-theme .column.is-8,.dv-ui-theme .column.is-8-tablet{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8,.dv-ui-theme .column.is-offset-8-tablet{margin-left:66.66666674%}.dv-ui-theme .column.is-9,.dv-ui-theme .column.is-9-tablet{flex:none;width:75%}.dv-ui-theme .column.is-offset-9,.dv-ui-theme .column.is-offset-9-tablet{margin-left:75%}.dv-ui-theme .column.is-10,.dv-ui-theme .column.is-10-tablet{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10,.dv-ui-theme .column.is-offset-10-tablet{margin-left:83.33333337%}.dv-ui-theme .column.is-11,.dv-ui-theme .column.is-11-tablet{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11,.dv-ui-theme .column.is-offset-11-tablet{margin-left:91.66666674%}.dv-ui-theme .column.is-12,.dv-ui-theme .column.is-12-tablet{flex:none;width:100%}.dv-ui-theme .column.is-offset-12,.dv-ui-theme .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.dv-ui-theme .column.is-narrow-touch{flex:none;width:unset}.dv-ui-theme .column.is-full-touch{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-touch{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-touch{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-touch{flex:none;width:50%}.dv-ui-theme .column.is-one-third-touch{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-touch{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-touch{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-touch{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-touch{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-touch{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-touch{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-touch{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-touch{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-touch{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-touch{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-touch{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-touch{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-touch{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-touch{margin-left:80%}.dv-ui-theme .column.is-0-touch{flex:none;width:0}.dv-ui-theme .column.is-offset-0-touch{margin-left:0}.dv-ui-theme .column.is-1-touch{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-touch{margin-left:8.33333337%}.dv-ui-theme .column.is-2-touch{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-touch{margin-left:16.66666674%}.dv-ui-theme .column.is-3-touch{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-touch{margin-left:25%}.dv-ui-theme .column.is-4-touch{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-touch{margin-left:33.33333337%}.dv-ui-theme .column.is-5-touch{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-touch{margin-left:41.66666674%}.dv-ui-theme .column.is-6-touch{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-touch{margin-left:50%}.dv-ui-theme .column.is-7-touch{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-touch{margin-left:58.33333337%}.dv-ui-theme .column.is-8-touch{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-touch{margin-left:66.66666674%}.dv-ui-theme .column.is-9-touch{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-touch{margin-left:75%}.dv-ui-theme .column.is-10-touch{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-touch{margin-left:83.33333337%}.dv-ui-theme .column.is-11-touch{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-touch{margin-left:91.66666674%}.dv-ui-theme .column.is-12-touch{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.dv-ui-theme .column.is-narrow-desktop{flex:none;width:unset}.dv-ui-theme .column.is-full-desktop{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-desktop{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-desktop{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-desktop{flex:none;width:50%}.dv-ui-theme .column.is-one-third-desktop{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-desktop{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-desktop{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-desktop{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-desktop{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-desktop{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-desktop{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-desktop{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-desktop{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-desktop{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-desktop{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-desktop{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-desktop{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-desktop{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-desktop{margin-left:80%}.dv-ui-theme .column.is-0-desktop{flex:none;width:0}.dv-ui-theme .column.is-offset-0-desktop{margin-left:0}.dv-ui-theme .column.is-1-desktop{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-desktop{margin-left:8.33333337%}.dv-ui-theme .column.is-2-desktop{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-desktop{margin-left:16.66666674%}.dv-ui-theme .column.is-3-desktop{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-desktop{margin-left:25%}.dv-ui-theme .column.is-4-desktop{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-desktop{margin-left:33.33333337%}.dv-ui-theme .column.is-5-desktop{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-desktop{margin-left:41.66666674%}.dv-ui-theme .column.is-6-desktop{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-desktop{margin-left:50%}.dv-ui-theme .column.is-7-desktop{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-desktop{margin-left:58.33333337%}.dv-ui-theme .column.is-8-desktop{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-desktop{margin-left:66.66666674%}.dv-ui-theme .column.is-9-desktop{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-desktop{margin-left:75%}.dv-ui-theme .column.is-10-desktop{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-desktop{margin-left:83.33333337%}.dv-ui-theme .column.is-11-desktop{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-desktop{margin-left:91.66666674%}.dv-ui-theme .column.is-12-desktop{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.dv-ui-theme .column.is-narrow-widescreen{flex:none;width:unset}.dv-ui-theme .column.is-full-widescreen{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-widescreen{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-widescreen{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-widescreen{flex:none;width:50%}.dv-ui-theme .column.is-one-third-widescreen{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-widescreen{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-widescreen{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-widescreen{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-widescreen{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-widescreen{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-widescreen{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-widescreen{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-widescreen{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-widescreen{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-widescreen{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-widescreen{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-widescreen{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-widescreen{margin-left:80%}.dv-ui-theme .column.is-0-widescreen{flex:none;width:0}.dv-ui-theme .column.is-offset-0-widescreen{margin-left:0}.dv-ui-theme .column.is-1-widescreen{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-widescreen{margin-left:8.33333337%}.dv-ui-theme .column.is-2-widescreen{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-widescreen{margin-left:16.66666674%}.dv-ui-theme .column.is-3-widescreen{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-widescreen{margin-left:25%}.dv-ui-theme .column.is-4-widescreen{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-widescreen{margin-left:33.33333337%}.dv-ui-theme .column.is-5-widescreen{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-widescreen{margin-left:41.66666674%}.dv-ui-theme .column.is-6-widescreen{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-widescreen{margin-left:50%}.dv-ui-theme .column.is-7-widescreen{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-widescreen{margin-left:58.33333337%}.dv-ui-theme .column.is-8-widescreen{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-widescreen{margin-left:66.66666674%}.dv-ui-theme .column.is-9-widescreen{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-widescreen{margin-left:75%}.dv-ui-theme .column.is-10-widescreen{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-widescreen{margin-left:83.33333337%}.dv-ui-theme .column.is-11-widescreen{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-widescreen{margin-left:91.66666674%}.dv-ui-theme .column.is-12-widescreen{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.dv-ui-theme .column.is-narrow-fullhd{flex:none;width:unset}.dv-ui-theme .column.is-full-fullhd{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-fullhd{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-fullhd{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-fullhd{flex:none;width:50%}.dv-ui-theme .column.is-one-third-fullhd{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-fullhd{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-fullhd{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-fullhd{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-fullhd{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-fullhd{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-fullhd{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-fullhd{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-fullhd{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-fullhd{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-fullhd{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-fullhd{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-fullhd{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-fullhd{margin-left:80%}.dv-ui-theme .column.is-0-fullhd{flex:none;width:0}.dv-ui-theme .column.is-offset-0-fullhd{margin-left:0}.dv-ui-theme .column.is-1-fullhd{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-fullhd{margin-left:8.33333337%}.dv-ui-theme .column.is-2-fullhd{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-fullhd{margin-left:16.66666674%}.dv-ui-theme .column.is-3-fullhd{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-fullhd{margin-left:25%}.dv-ui-theme .column.is-4-fullhd{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-fullhd{margin-left:33.33333337%}.dv-ui-theme .column.is-5-fullhd{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-fullhd{margin-left:41.66666674%}.dv-ui-theme .column.is-6-fullhd{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-fullhd{margin-left:50%}.dv-ui-theme .column.is-7-fullhd{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-fullhd{margin-left:58.33333337%}.dv-ui-theme .column.is-8-fullhd{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-fullhd{margin-left:66.66666674%}.dv-ui-theme .column.is-9-fullhd{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-fullhd{margin-left:75%}.dv-ui-theme .column.is-10-fullhd{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-fullhd{margin-left:83.33333337%}.dv-ui-theme .column.is-11-fullhd{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-fullhd{margin-left:91.66666674%}.dv-ui-theme .column.is-12-fullhd{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-fullhd{margin-left:100%}}.dv-ui-theme .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.dv-ui-theme .columns:last-child{margin-bottom:-.75rem}.dv-ui-theme .columns:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .columns.is-centered{justify-content:center}.dv-ui-theme .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.dv-ui-theme .columns.is-gapless>.column{margin:0;padding:0!important}.dv-ui-theme .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .columns.is-gapless:last-child{margin-bottom:0}.dv-ui-theme .columns.is-mobile{display:flex}.dv-ui-theme .columns.is-multiline{flex-wrap:wrap}.dv-ui-theme .columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.dv-ui-theme .columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-desktop{display:flex}}.dv-ui-theme .columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.dv-ui-theme .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.dv-ui-theme .columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-0-fullhd{--columnGap:0rem}}.dv-ui-theme .columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.dv-ui-theme .columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.dv-ui-theme .columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.dv-ui-theme .columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-4-fullhd{--columnGap:1rem}}.dv-ui-theme .columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.dv-ui-theme .columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.dv-ui-theme .columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.dv-ui-theme .columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-8-fullhd{--columnGap:2rem}}.dv-ui-theme .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.dv-ui-theme .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.dv-ui-theme .tile.is-ancestor:last-child{margin-bottom:-.75rem}.dv-ui-theme .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .tile.is-child{margin:0!important}.dv-ui-theme .tile.is-parent{padding:.75rem}.dv-ui-theme .tile.is-vertical{flex-direction:column}.dv-ui-theme .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.dv-ui-theme .tile:not(.is-child){display:flex}.dv-ui-theme .tile.is-1{flex:none;width:8.33333337%}.dv-ui-theme .tile.is-2{flex:none;width:16.66666674%}.dv-ui-theme .tile.is-3{flex:none;width:25%}.dv-ui-theme .tile.is-4{flex:none;width:33.33333337%}.dv-ui-theme .tile.is-5{flex:none;width:41.66666674%}.dv-ui-theme .tile.is-6{flex:none;width:50%}.dv-ui-theme .tile.is-7{flex:none;width:58.33333337%}.dv-ui-theme .tile.is-8{flex:none;width:66.66666674%}.dv-ui-theme .tile.is-9{flex:none;width:75%}.dv-ui-theme .tile.is-10{flex:none;width:83.33333337%}.dv-ui-theme .tile.is-11{flex:none;width:91.66666674%}.dv-ui-theme .tile.is-12{flex:none;width:100%}}.dv-ui-theme .has-text-white{color:#fff!important}.dv-ui-theme a.has-text-white:focus,.dv-ui-theme a.has-text-white:hover{color:#e6e6e6!important}.dv-ui-theme .has-background-white{background-color:#fff!important}.dv-ui-theme .has-text-black{color:#0a0a0a!important}.dv-ui-theme a.has-text-black:focus,.dv-ui-theme a.has-text-black:hover{color:#000!important}.dv-ui-theme .has-background-black{background-color:#0a0a0a!important}.dv-ui-theme .has-text-light{color:#f5f5f5!important}.dv-ui-theme a.has-text-light:focus,.dv-ui-theme a.has-text-light:hover{color:#dbdbdb!important}.dv-ui-theme .has-background-light{background-color:#f5f5f5!important}.dv-ui-theme .has-text-dark{color:#363636!important}.dv-ui-theme a.has-text-dark:focus,.dv-ui-theme a.has-text-dark:hover{color:#1c1c1c!important}.dv-ui-theme .has-background-dark{background-color:#363636!important}.dv-ui-theme .has-text-primary{color:#7957d5!important}.dv-ui-theme a.has-text-primary:focus,.dv-ui-theme a.has-text-primary:hover{color:#5a32c7!important}.dv-ui-theme .has-background-primary{background-color:#7957d5!important}.dv-ui-theme .has-text-primary-light{color:#f2effb!important}.dv-ui-theme a.has-text-primary-light:focus,.dv-ui-theme a.has-text-primary-light:hover{color:#d1c6f1!important}.dv-ui-theme .has-background-primary-light{background-color:#f2effb!important}.dv-ui-theme .has-text-primary-dark{color:#552fbc!important}.dv-ui-theme a.has-text-primary-dark:focus,.dv-ui-theme a.has-text-primary-dark:hover{color:#704bd2!important}.dv-ui-theme .has-background-primary-dark{background-color:#552fbc!important}.dv-ui-theme .has-text-link{color:#7957d5!important}.dv-ui-theme a.has-text-link:focus,.dv-ui-theme a.has-text-link:hover{color:#5a32c7!important}.dv-ui-theme .has-background-link{background-color:#7957d5!important}.dv-ui-theme .has-text-link-light{color:#f2effb!important}.dv-ui-theme a.has-text-link-light:focus,.dv-ui-theme a.has-text-link-light:hover{color:#d1c6f1!important}.dv-ui-theme .has-background-link-light{background-color:#f2effb!important}.dv-ui-theme .has-text-link-dark{color:#552fbc!important}.dv-ui-theme a.has-text-link-dark:focus,.dv-ui-theme a.has-text-link-dark:hover{color:#704bd2!important}.dv-ui-theme .has-background-link-dark{background-color:#552fbc!important}.dv-ui-theme .has-text-info{color:#167df0!important}.dv-ui-theme a.has-text-info:focus,.dv-ui-theme a.has-text-info:hover{color:#0d64c6!important}.dv-ui-theme .has-background-info{background-color:#167df0!important}.dv-ui-theme .has-text-info-light{color:#ecf4fe!important}.dv-ui-theme a.has-text-info-light:focus,.dv-ui-theme a.has-text-info-light:hover{color:#bcdafb!important}.dv-ui-theme .has-background-info-light{background-color:#ecf4fe!important}.dv-ui-theme .has-text-info-dark{color:#0d68ce!important}.dv-ui-theme a.has-text-info-dark:focus,.dv-ui-theme a.has-text-info-dark:hover{color:#1e81f1!important}.dv-ui-theme .has-background-info-dark{background-color:#0d68ce!important}.dv-ui-theme .has-text-success{color:#48c78e!important}.dv-ui-theme a.has-text-success:focus,.dv-ui-theme a.has-text-success:hover{color:#34a873!important}.dv-ui-theme .has-background-success{background-color:#48c78e!important}.dv-ui-theme .has-text-success-light{color:#effaf5!important}.dv-ui-theme a.has-text-success-light:focus,.dv-ui-theme a.has-text-success-light:hover{color:#c8eedd!important}.dv-ui-theme .has-background-success-light{background-color:#effaf5!important}.dv-ui-theme .has-text-success-dark{color:#257953!important}.dv-ui-theme a.has-text-success-dark:focus,.dv-ui-theme a.has-text-success-dark:hover{color:#31a06e!important}.dv-ui-theme .has-background-success-dark{background-color:#257953!important}.dv-ui-theme .has-text-warning{color:#ffe08a!important}.dv-ui-theme a.has-text-warning:focus,.dv-ui-theme a.has-text-warning:hover{color:#ffd257!important}.dv-ui-theme .has-background-warning{background-color:#ffe08a!important}.dv-ui-theme .has-text-warning-light{color:#fffaeb!important}.dv-ui-theme a.has-text-warning-light:focus,.dv-ui-theme a.has-text-warning-light:hover{color:#ffecb8!important}.dv-ui-theme .has-background-warning-light{background-color:#fffaeb!important}.dv-ui-theme .has-text-warning-dark{color:#946c00!important}.dv-ui-theme a.has-text-warning-dark:focus,.dv-ui-theme a.has-text-warning-dark:hover{color:#c79200!important}.dv-ui-theme .has-background-warning-dark{background-color:#946c00!important}.dv-ui-theme .has-text-danger{color:#f14668!important}.dv-ui-theme a.has-text-danger:focus,.dv-ui-theme a.has-text-danger:hover{color:#ee1742!important}.dv-ui-theme .has-background-danger{background-color:#f14668!important}.dv-ui-theme .has-text-danger-light{color:#feecf0!important}.dv-ui-theme a.has-text-danger-light:focus,.dv-ui-theme a.has-text-danger-light:hover{color:#fabdc9!important}.dv-ui-theme .has-background-danger-light{background-color:#feecf0!important}.dv-ui-theme .has-text-danger-dark{color:#cc0f35!important}.dv-ui-theme a.has-text-danger-dark:focus,.dv-ui-theme a.has-text-danger-dark:hover{color:#ee2049!important}.dv-ui-theme .has-background-danger-dark{background-color:#cc0f35!important}.dv-ui-theme .has-text-black-bis{color:#121212!important}.dv-ui-theme .has-background-black-bis{background-color:#121212!important}.dv-ui-theme .has-text-black-ter{color:#242424!important}.dv-ui-theme .has-background-black-ter{background-color:#242424!important}.dv-ui-theme .has-text-grey-darker{color:#363636!important}.dv-ui-theme .has-background-grey-darker{background-color:#363636!important}.dv-ui-theme .has-text-grey-dark{color:#4a4a4a!important}.dv-ui-theme .has-background-grey-dark{background-color:#4a4a4a!important}.dv-ui-theme .has-text-grey{color:#7a7a7a!important}.dv-ui-theme .has-background-grey{background-color:#7a7a7a!important}.dv-ui-theme .has-text-grey-light{color:#b5b5b5!important}.dv-ui-theme .has-background-grey-light{background-color:#b5b5b5!important}.dv-ui-theme .has-text-grey-lighter{color:#dbdbdb!important}.dv-ui-theme .has-background-grey-lighter{background-color:#dbdbdb!important}.dv-ui-theme .has-text-white-ter{color:#f5f5f5!important}.dv-ui-theme .has-background-white-ter{background-color:#f5f5f5!important}.dv-ui-theme .has-text-white-bis{color:#fafafa!important}.dv-ui-theme .has-background-white-bis{background-color:#fafafa!important}.dv-ui-theme .is-flex-direction-row{flex-direction:row!important}.dv-ui-theme .is-flex-direction-row-reverse{flex-direction:row-reverse!important}.dv-ui-theme .is-flex-direction-column{flex-direction:column!important}.dv-ui-theme .is-flex-direction-column-reverse{flex-direction:column-reverse!important}.dv-ui-theme .is-flex-wrap-nowrap{flex-wrap:nowrap!important}.dv-ui-theme .is-flex-wrap-wrap{flex-wrap:wrap!important}.dv-ui-theme .is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.dv-ui-theme .is-justify-content-flex-start{justify-content:flex-start!important}.dv-ui-theme .is-justify-content-flex-end{justify-content:flex-end!important}.dv-ui-theme .is-justify-content-center{justify-content:center!important}.dv-ui-theme .is-justify-content-space-between{justify-content:space-between!important}.dv-ui-theme .is-justify-content-space-around{justify-content:space-around!important}.dv-ui-theme .is-justify-content-space-evenly{justify-content:space-evenly!important}.dv-ui-theme .is-justify-content-start{justify-content:start!important}.dv-ui-theme .is-justify-content-end{justify-content:end!important}.dv-ui-theme .is-justify-content-left{justify-content:left!important}.dv-ui-theme .is-justify-content-right{justify-content:right!important}.dv-ui-theme .is-align-content-flex-start{align-content:flex-start!important}.dv-ui-theme .is-align-content-flex-end{align-content:flex-end!important}.dv-ui-theme .is-align-content-center{align-content:center!important}.dv-ui-theme .is-align-content-space-between{align-content:space-between!important}.dv-ui-theme .is-align-content-space-around{align-content:space-around!important}.dv-ui-theme .is-align-content-space-evenly{align-content:space-evenly!important}.dv-ui-theme .is-align-content-stretch{align-content:stretch!important}.dv-ui-theme .is-align-content-start{align-content:start!important}.dv-ui-theme .is-align-content-end{align-content:end!important}.dv-ui-theme .is-align-content-baseline{align-content:baseline!important}.dv-ui-theme .is-align-items-stretch{align-items:stretch!important}.dv-ui-theme .is-align-items-flex-start{align-items:flex-start!important}.dv-ui-theme .is-align-items-flex-end{align-items:flex-end!important}.dv-ui-theme .is-align-items-center{align-items:center!important}.dv-ui-theme .is-align-items-baseline{align-items:baseline!important}.dv-ui-theme .is-align-items-start{align-items:start!important}.dv-ui-theme .is-align-items-end{align-items:end!important}.dv-ui-theme .is-align-items-self-start{align-items:self-start!important}.dv-ui-theme .is-align-items-self-end{align-items:self-end!important}.dv-ui-theme .is-align-self-auto{align-self:auto!important}.dv-ui-theme .is-align-self-flex-start{align-self:flex-start!important}.dv-ui-theme .is-align-self-flex-end{align-self:flex-end!important}.dv-ui-theme .is-align-self-center{align-self:center!important}.dv-ui-theme .is-align-self-baseline{align-self:baseline!important}.dv-ui-theme .is-align-self-stretch{align-self:stretch!important}.dv-ui-theme .is-flex-grow-0{flex-grow:0!important}.dv-ui-theme .is-flex-grow-1{flex-grow:1!important}.dv-ui-theme .is-flex-grow-2{flex-grow:2!important}.dv-ui-theme .is-flex-grow-3{flex-grow:3!important}.dv-ui-theme .is-flex-grow-4{flex-grow:4!important}.dv-ui-theme .is-flex-grow-5{flex-grow:5!important}.dv-ui-theme .is-flex-shrink-0{flex-shrink:0!important}.dv-ui-theme .is-flex-shrink-1{flex-shrink:1!important}.dv-ui-theme .is-flex-shrink-2{flex-shrink:2!important}.dv-ui-theme .is-flex-shrink-3{flex-shrink:3!important}.dv-ui-theme .is-flex-shrink-4{flex-shrink:4!important}.dv-ui-theme .is-flex-shrink-5{flex-shrink:5!important}.dv-ui-theme .is-clearfix:after{clear:both;content:" ";display:table}.dv-ui-theme .is-pulled-left{float:left!important}.dv-ui-theme .is-pulled-right{float:right!important}.dv-ui-theme .is-radiusless{border-radius:0!important}.dv-ui-theme .is-shadowless{box-shadow:none!important}.dv-ui-theme .is-clickable{cursor:pointer!important;pointer-events:all!important}.dv-ui-theme .is-clipped{overflow:hidden!important}.dv-ui-theme .is-relative{position:relative!important}.dv-ui-theme .is-marginless{margin:0!important}.dv-ui-theme .is-paddingless{padding:0!important}.dv-ui-theme .m-0{margin:0!important}.dv-ui-theme .mt-0{margin-top:0!important}.dv-ui-theme .mr-0{margin-right:0!important}.dv-ui-theme .mb-0{margin-bottom:0!important}.dv-ui-theme .ml-0,.dv-ui-theme .mx-0{margin-left:0!important}.dv-ui-theme .mx-0{margin-right:0!important}.dv-ui-theme .my-0{margin-top:0!important;margin-bottom:0!important}.dv-ui-theme .m-1{margin:.25rem!important}.dv-ui-theme .mt-1{margin-top:.25rem!important}.dv-ui-theme .mr-1{margin-right:.25rem!important}.dv-ui-theme .mb-1{margin-bottom:.25rem!important}.dv-ui-theme .ml-1,.dv-ui-theme .mx-1{margin-left:.25rem!important}.dv-ui-theme .mx-1{margin-right:.25rem!important}.dv-ui-theme .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.dv-ui-theme .m-2{margin:.5rem!important}.dv-ui-theme .mt-2{margin-top:.5rem!important}.dv-ui-theme .mr-2{margin-right:.5rem!important}.dv-ui-theme .mb-2{margin-bottom:.5rem!important}.dv-ui-theme .ml-2,.dv-ui-theme .mx-2{margin-left:.5rem!important}.dv-ui-theme .mx-2{margin-right:.5rem!important}.dv-ui-theme .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.dv-ui-theme .m-3{margin:.75rem!important}.dv-ui-theme .mt-3{margin-top:.75rem!important}.dv-ui-theme .mr-3{margin-right:.75rem!important}.dv-ui-theme .mb-3{margin-bottom:.75rem!important}.dv-ui-theme .ml-3,.dv-ui-theme .mx-3{margin-left:.75rem!important}.dv-ui-theme .mx-3{margin-right:.75rem!important}.dv-ui-theme .my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.dv-ui-theme .m-4{margin:1rem!important}.dv-ui-theme .mt-4{margin-top:1rem!important}.dv-ui-theme .mr-4{margin-right:1rem!important}.dv-ui-theme .mb-4{margin-bottom:1rem!important}.dv-ui-theme .ml-4,.dv-ui-theme .mx-4{margin-left:1rem!important}.dv-ui-theme .mx-4{margin-right:1rem!important}.dv-ui-theme .my-4{margin-top:1rem!important;margin-bottom:1rem!important}.dv-ui-theme .m-5{margin:1.5rem!important}.dv-ui-theme .mt-5{margin-top:1.5rem!important}.dv-ui-theme .mr-5{margin-right:1.5rem!important}.dv-ui-theme .mb-5{margin-bottom:1.5rem!important}.dv-ui-theme .ml-5,.dv-ui-theme .mx-5{margin-left:1.5rem!important}.dv-ui-theme .mx-5{margin-right:1.5rem!important}.dv-ui-theme .my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.dv-ui-theme .m-6{margin:3rem!important}.dv-ui-theme .mt-6{margin-top:3rem!important}.dv-ui-theme .mr-6{margin-right:3rem!important}.dv-ui-theme .mb-6{margin-bottom:3rem!important}.dv-ui-theme .ml-6,.dv-ui-theme .mx-6{margin-left:3rem!important}.dv-ui-theme .mx-6{margin-right:3rem!important}.dv-ui-theme .my-6{margin-top:3rem!important;margin-bottom:3rem!important}.dv-ui-theme .m-auto{margin:auto!important}.dv-ui-theme .mt-auto{margin-top:auto!important}.dv-ui-theme .mr-auto{margin-right:auto!important}.dv-ui-theme .mb-auto{margin-bottom:auto!important}.dv-ui-theme .ml-auto,.dv-ui-theme .mx-auto{margin-left:auto!important}.dv-ui-theme .mx-auto{margin-right:auto!important}.dv-ui-theme .my-auto{margin-top:auto!important;margin-bottom:auto!important}.dv-ui-theme .p-0{padding:0!important}.dv-ui-theme .pt-0{padding-top:0!important}.dv-ui-theme .pr-0{padding-right:0!important}.dv-ui-theme .pb-0{padding-bottom:0!important}.dv-ui-theme .pl-0,.dv-ui-theme .px-0{padding-left:0!important}.dv-ui-theme .px-0{padding-right:0!important}.dv-ui-theme .py-0{padding-top:0!important;padding-bottom:0!important}.dv-ui-theme .p-1{padding:.25rem!important}.dv-ui-theme .pt-1{padding-top:.25rem!important}.dv-ui-theme .pr-1{padding-right:.25rem!important}.dv-ui-theme .pb-1{padding-bottom:.25rem!important}.dv-ui-theme .pl-1,.dv-ui-theme .px-1{padding-left:.25rem!important}.dv-ui-theme .px-1{padding-right:.25rem!important}.dv-ui-theme .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.dv-ui-theme .p-2{padding:.5rem!important}.dv-ui-theme .pt-2{padding-top:.5rem!important}.dv-ui-theme .pr-2{padding-right:.5rem!important}.dv-ui-theme .pb-2{padding-bottom:.5rem!important}.dv-ui-theme .pl-2,.dv-ui-theme .px-2{padding-left:.5rem!important}.dv-ui-theme .px-2{padding-right:.5rem!important}.dv-ui-theme .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.dv-ui-theme .p-3{padding:.75rem!important}.dv-ui-theme .pt-3{padding-top:.75rem!important}.dv-ui-theme .pr-3{padding-right:.75rem!important}.dv-ui-theme .pb-3{padding-bottom:.75rem!important}.dv-ui-theme .pl-3,.dv-ui-theme .px-3{padding-left:.75rem!important}.dv-ui-theme .px-3{padding-right:.75rem!important}.dv-ui-theme .py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.dv-ui-theme .p-4{padding:1rem!important}.dv-ui-theme .pt-4{padding-top:1rem!important}.dv-ui-theme .pr-4{padding-right:1rem!important}.dv-ui-theme .pb-4{padding-bottom:1rem!important}.dv-ui-theme .pl-4,.dv-ui-theme .px-4{padding-left:1rem!important}.dv-ui-theme .px-4{padding-right:1rem!important}.dv-ui-theme .py-4{padding-top:1rem!important;padding-bottom:1rem!important}.dv-ui-theme .p-5{padding:1.5rem!important}.dv-ui-theme .pt-5{padding-top:1.5rem!important}.dv-ui-theme .pr-5{padding-right:1.5rem!important}.dv-ui-theme .pb-5{padding-bottom:1.5rem!important}.dv-ui-theme .pl-5,.dv-ui-theme .px-5{padding-left:1.5rem!important}.dv-ui-theme .px-5{padding-right:1.5rem!important}.dv-ui-theme .py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.dv-ui-theme .p-6{padding:3rem!important}.dv-ui-theme .pt-6{padding-top:3rem!important}.dv-ui-theme .pr-6{padding-right:3rem!important}.dv-ui-theme .pb-6{padding-bottom:3rem!important}.dv-ui-theme .pl-6,.dv-ui-theme .px-6{padding-left:3rem!important}.dv-ui-theme .px-6{padding-right:3rem!important}.dv-ui-theme .py-6{padding-top:3rem!important;padding-bottom:3rem!important}.dv-ui-theme .p-auto{padding:auto!important}.dv-ui-theme .pt-auto{padding-top:auto!important}.dv-ui-theme .pr-auto{padding-right:auto!important}.dv-ui-theme .pb-auto{padding-bottom:auto!important}.dv-ui-theme .pl-auto,.dv-ui-theme .px-auto{padding-left:auto!important}.dv-ui-theme .px-auto{padding-right:auto!important}.dv-ui-theme .py-auto{padding-top:auto!important;padding-bottom:auto!important}.dv-ui-theme .is-size-1{font-size:3rem!important}.dv-ui-theme .is-size-2{font-size:2.5rem!important}.dv-ui-theme .is-size-3{font-size:2rem!important}.dv-ui-theme .is-size-4{font-size:1.5rem!important}.dv-ui-theme .is-size-5{font-size:1.25rem!important}.dv-ui-theme .is-size-6{font-size:1rem!important}.dv-ui-theme .is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.dv-ui-theme .is-size-1-mobile{font-size:3rem!important}.dv-ui-theme .is-size-2-mobile{font-size:2.5rem!important}.dv-ui-theme .is-size-3-mobile{font-size:2rem!important}.dv-ui-theme .is-size-4-mobile{font-size:1.5rem!important}.dv-ui-theme .is-size-5-mobile{font-size:1.25rem!important}.dv-ui-theme .is-size-6-mobile{font-size:1rem!important}.dv-ui-theme .is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-size-1-tablet{font-size:3rem!important}.dv-ui-theme .is-size-2-tablet{font-size:2.5rem!important}.dv-ui-theme .is-size-3-tablet{font-size:2rem!important}.dv-ui-theme .is-size-4-tablet{font-size:1.5rem!important}.dv-ui-theme .is-size-5-tablet{font-size:1.25rem!important}.dv-ui-theme .is-size-6-tablet{font-size:1rem!important}.dv-ui-theme .is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-size-1-touch{font-size:3rem!important}.dv-ui-theme .is-size-2-touch{font-size:2.5rem!important}.dv-ui-theme .is-size-3-touch{font-size:2rem!important}.dv-ui-theme .is-size-4-touch{font-size:1.5rem!important}.dv-ui-theme .is-size-5-touch{font-size:1.25rem!important}.dv-ui-theme .is-size-6-touch{font-size:1rem!important}.dv-ui-theme .is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-size-1-desktop{font-size:3rem!important}.dv-ui-theme .is-size-2-desktop{font-size:2.5rem!important}.dv-ui-theme .is-size-3-desktop{font-size:2rem!important}.dv-ui-theme .is-size-4-desktop{font-size:1.5rem!important}.dv-ui-theme .is-size-5-desktop{font-size:1.25rem!important}.dv-ui-theme .is-size-6-desktop{font-size:1rem!important}.dv-ui-theme .is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-size-1-widescreen{font-size:3rem!important}.dv-ui-theme .is-size-2-widescreen{font-size:2.5rem!important}.dv-ui-theme .is-size-3-widescreen{font-size:2rem!important}.dv-ui-theme .is-size-4-widescreen{font-size:1.5rem!important}.dv-ui-theme .is-size-5-widescreen{font-size:1.25rem!important}.dv-ui-theme .is-size-6-widescreen{font-size:1rem!important}.dv-ui-theme .is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-size-1-fullhd{font-size:3rem!important}.dv-ui-theme .is-size-2-fullhd{font-size:2.5rem!important}.dv-ui-theme .is-size-3-fullhd{font-size:2rem!important}.dv-ui-theme .is-size-4-fullhd{font-size:1.5rem!important}.dv-ui-theme .is-size-5-fullhd{font-size:1.25rem!important}.dv-ui-theme .is-size-6-fullhd{font-size:1rem!important}.dv-ui-theme .is-size-7-fullhd{font-size:.75rem!important}}.dv-ui-theme .has-text-centered{text-align:center!important}.dv-ui-theme .has-text-justified{text-align:justify!important}.dv-ui-theme .has-text-left{text-align:left!important}.dv-ui-theme .has-text-right{text-align:right!important}@media screen and (max-width:768px){.dv-ui-theme .has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-right-fullhd{text-align:right!important}}.dv-ui-theme .is-capitalized{text-transform:capitalize!important}.dv-ui-theme .is-lowercase{text-transform:lowercase!important}.dv-ui-theme .is-uppercase{text-transform:uppercase!important}.dv-ui-theme .is-italic{font-style:italic!important}.dv-ui-theme .is-underlined{text-decoration:underline!important}.dv-ui-theme .has-text-weight-light{font-weight:300!important}.dv-ui-theme .has-text-weight-normal{font-weight:400!important}.dv-ui-theme .has-text-weight-medium{font-weight:500!important}.dv-ui-theme .has-text-weight-semibold{font-weight:600!important}.dv-ui-theme .has-text-weight-bold{font-weight:700!important}.dv-ui-theme .is-family-primary,.dv-ui-theme .is-family-sans-serif,.dv-ui-theme .is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.dv-ui-theme .is-family-code,.dv-ui-theme .is-family-monospace{font-family:monospace!important}.dv-ui-theme .is-block{display:block!important}@media screen and (max-width:768px){.dv-ui-theme .is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-block-tablet{display:block!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-block-touch{display:block!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-block-desktop{display:block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-block-widescreen{display:block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-block-fullhd{display:block!important}}.dv-ui-theme .is-flex{display:flex!important}@media screen and (max-width:768px){.dv-ui-theme .is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-flex-tablet{display:flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-flex-fullhd{display:flex!important}}.dv-ui-theme .is-inline{display:inline!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-tablet{display:inline!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-fullhd{display:inline!important}}.dv-ui-theme .is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-block-fullhd{display:inline-block!important}}.dv-ui-theme .is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-flex-fullhd{display:inline-flex!important}}.dv-ui-theme .is-hidden{display:none!important}.dv-ui-theme .is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.dv-ui-theme .is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-hidden-tablet{display:none!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-hidden-fullhd{display:none!important}}.dv-ui-theme .is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.dv-ui-theme .is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-invisible-fullhd{visibility:hidden!important}}.dv-ui-theme .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.dv-ui-theme .hero .navbar{background:none}.dv-ui-theme .hero .tabs ul{border-bottom:none}.dv-ui-theme .hero.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-white strong{color:inherit}.dv-ui-theme .hero.is-white .title{color:#0a0a0a}.dv-ui-theme .hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}.dv-ui-theme .hero.is-white .subtitle a:not(.button),.dv-ui-theme .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-white .navbar-menu{background-color:#fff}}.dv-ui-theme .hero.is-white .navbar-item,.dv-ui-theme .hero.is-white .navbar-link{color:hsla(0,0%,4%,.7)}.dv-ui-theme .hero.is-white .navbar-link.is-active,.dv-ui-theme .hero.is-white .navbar-link:hover,.dv-ui-theme .hero.is-white a.navbar-item.is-active,.dv-ui-theme .hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.dv-ui-theme .hero.is-white .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-white .tabs li.is-active a{color:#fff!important;opacity:1}.dv-ui-theme .hero.is-white .tabs.is-boxed a,.dv-ui-theme .hero.is-white .tabs.is-toggle a{color:#0a0a0a}.dv-ui-theme .hero.is-white .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-white .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-white .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-white .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}}.dv-ui-theme .hero.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-black strong{color:inherit}.dv-ui-theme .hero.is-black .title{color:#fff}.dv-ui-theme .hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-black .subtitle a:not(.button),.dv-ui-theme .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-black .navbar-menu{background-color:#0a0a0a}}.dv-ui-theme .hero.is-black .navbar-item,.dv-ui-theme .hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-black .navbar-link.is-active,.dv-ui-theme .hero.is-black .navbar-link:hover,.dv-ui-theme .hero.is-black a.navbar-item.is-active,.dv-ui-theme .hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .hero.is-black .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-black .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-black .tabs li.is-active a{color:#0a0a0a!important;opacity:1}.dv-ui-theme .hero.is-black .tabs.is-boxed a,.dv-ui-theme .hero.is-black .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-black .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-black .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-black .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-black .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.dv-ui-theme .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-light strong{color:inherit}.dv-ui-theme .hero.is-light .title{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .subtitle{color:rgba(0,0,0,.9)}.dv-ui-theme .hero.is-light .subtitle a:not(.button),.dv-ui-theme .hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-light .navbar-menu{background-color:#f5f5f5}}.dv-ui-theme .hero.is-light .navbar-item,.dv-ui-theme .hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .navbar-link.is-active,.dv-ui-theme .hero.is-light .navbar-link:hover,.dv-ui-theme .hero.is-light a.navbar-item.is-active,.dv-ui-theme .hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.dv-ui-theme .hero.is-light .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-light .tabs li.is-active a{color:#f5f5f5!important;opacity:1}.dv-ui-theme .hero.is-light .tabs.is-boxed a,.dv-ui-theme .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-light .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-light .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-light .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.dv-ui-theme .hero.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-dark strong{color:inherit}.dv-ui-theme .hero.is-dark .title{color:#fff}.dv-ui-theme .hero.is-dark .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-dark .subtitle a:not(.button),.dv-ui-theme .hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-dark .navbar-menu{background-color:#363636}}.dv-ui-theme .hero.is-dark .navbar-item,.dv-ui-theme .hero.is-dark .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-dark .navbar-link.is-active,.dv-ui-theme .hero.is-dark .navbar-link:hover,.dv-ui-theme .hero.is-dark a.navbar-item.is-active,.dv-ui-theme .hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .hero.is-dark .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-dark .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-dark .tabs li.is-active a{color:#363636!important;opacity:1}.dv-ui-theme .hero.is-dark .tabs.is-boxed a,.dv-ui-theme .hero.is-dark .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-dark .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-dark .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-dark .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-dark .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.dv-ui-theme .hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.dv-ui-theme .hero.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-primary strong{color:inherit}.dv-ui-theme .hero.is-primary .title{color:#fff}.dv-ui-theme .hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-primary .subtitle a:not(.button),.dv-ui-theme .hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-primary .navbar-menu{background-color:#7957d5}}.dv-ui-theme .hero.is-primary .navbar-item,.dv-ui-theme .hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-primary .navbar-link.is-active,.dv-ui-theme .hero.is-primary .navbar-link:hover,.dv-ui-theme .hero.is-primary a.navbar-item.is-active,.dv-ui-theme .hero.is-primary a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .hero.is-primary .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-primary .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-primary .tabs li.is-active a{color:#7957d5!important;opacity:1}.dv-ui-theme .hero.is-primary .tabs.is-boxed a,.dv-ui-theme .hero.is-primary .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-primary .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-primary .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-primary .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-primary .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.dv-ui-theme .hero.is-primary.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.dv-ui-theme .hero.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-link strong{color:inherit}.dv-ui-theme .hero.is-link .title{color:#fff}.dv-ui-theme .hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-link .subtitle a:not(.button),.dv-ui-theme .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-link .navbar-menu{background-color:#7957d5}}.dv-ui-theme .hero.is-link .navbar-item,.dv-ui-theme .hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-link .navbar-link.is-active,.dv-ui-theme .hero.is-link .navbar-link:hover,.dv-ui-theme .hero.is-link a.navbar-item.is-active,.dv-ui-theme .hero.is-link a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .hero.is-link .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-link .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-link .tabs li.is-active a{color:#7957d5!important;opacity:1}.dv-ui-theme .hero.is-link .tabs.is-boxed a,.dv-ui-theme .hero.is-link .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-link .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-link .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-link .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-link .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-link .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.dv-ui-theme .hero.is-link.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.dv-ui-theme .hero.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-info strong{color:inherit}.dv-ui-theme .hero.is-info .title{color:#fff}.dv-ui-theme .hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-info .subtitle a:not(.button),.dv-ui-theme .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-info .navbar-menu{background-color:#167df0}}.dv-ui-theme .hero.is-info .navbar-item,.dv-ui-theme .hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-info .navbar-link.is-active,.dv-ui-theme .hero.is-info .navbar-link:hover,.dv-ui-theme .hero.is-info a.navbar-item.is-active,.dv-ui-theme .hero.is-info a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .hero.is-info .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-info .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-info .tabs li.is-active a{color:#167df0!important;opacity:1}.dv-ui-theme .hero.is-info .tabs.is-boxed a,.dv-ui-theme .hero.is-info .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-info .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-info .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-info .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-info .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#167df0}.dv-ui-theme .hero.is-info.is-bold{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}}.dv-ui-theme .hero.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-success strong{color:inherit}.dv-ui-theme .hero.is-success .title{color:#fff}.dv-ui-theme .hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-success .subtitle a:not(.button),.dv-ui-theme .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-success .navbar-menu{background-color:#48c78e}}.dv-ui-theme .hero.is-success .navbar-item,.dv-ui-theme .hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-success .navbar-link.is-active,.dv-ui-theme .hero.is-success .navbar-link:hover,.dv-ui-theme .hero.is-success a.navbar-item.is-active,.dv-ui-theme .hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .hero.is-success .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-success .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-success .tabs li.is-active a{color:#48c78e!important;opacity:1}.dv-ui-theme .hero.is-success .tabs.is-boxed a,.dv-ui-theme .hero.is-success .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-success .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-success .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-success .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-success .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.dv-ui-theme .hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}}.dv-ui-theme .hero.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-warning strong{color:inherit}.dv-ui-theme .hero.is-warning .title{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.dv-ui-theme .hero.is-warning .subtitle a:not(.button),.dv-ui-theme .hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-warning .navbar-menu{background-color:#ffe08a}}.dv-ui-theme .hero.is-warning .navbar-item,.dv-ui-theme .hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .navbar-link.is-active,.dv-ui-theme .hero.is-warning .navbar-link:hover,.dv-ui-theme .hero.is-warning a.navbar-item.is-active,.dv-ui-theme .hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.dv-ui-theme .hero.is-warning .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-warning .tabs li.is-active a{color:#ffe08a!important;opacity:1}.dv-ui-theme .hero.is-warning .tabs.is-boxed a,.dv-ui-theme .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-warning .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-warning .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-warning .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}}.dv-ui-theme .hero.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-danger strong{color:inherit}.dv-ui-theme .hero.is-danger .title{color:#fff}.dv-ui-theme .hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-danger .subtitle a:not(.button),.dv-ui-theme .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-danger .navbar-menu{background-color:#f14668}}.dv-ui-theme .hero.is-danger .navbar-item,.dv-ui-theme .hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-danger .navbar-link.is-active,.dv-ui-theme .hero.is-danger .navbar-link:hover,.dv-ui-theme .hero.is-danger a.navbar-item.is-active,.dv-ui-theme .hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .hero.is-danger .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-danger .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.dv-ui-theme .hero.is-danger .tabs.is-boxed a,.dv-ui-theme .hero.is-danger .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-danger .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-danger .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-danger .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-danger .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.dv-ui-theme .hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}}.dv-ui-theme .hero.is-small .hero-body{padding:1.5rem}@media print,screen and (min-width:769px){.dv-ui-theme .hero.is-medium .hero-body{padding:9rem 4.5rem}.dv-ui-theme .hero.is-large .hero-body{padding:18rem 6rem}}.dv-ui-theme .hero.is-fullheight .hero-body,.dv-ui-theme .hero.is-fullheight-with-navbar .hero-body,.dv-ui-theme .hero.is-halfheight .hero-body{align-items:center;display:flex}.dv-ui-theme .hero.is-fullheight .hero-body>.container,.dv-ui-theme .hero.is-fullheight-with-navbar .hero-body>.container,.dv-ui-theme .hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.dv-ui-theme .hero.is-halfheight{min-height:50vh}.dv-ui-theme .hero.is-fullheight{min-height:100vh}.dv-ui-theme .hero-video{overflow:hidden}.dv-ui-theme .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.dv-ui-theme .hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.dv-ui-theme .hero-video{display:none}}.dv-ui-theme .hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .hero-buttons .button{display:flex}.dv-ui-theme .hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .hero-buttons{display:flex;justify-content:center}.dv-ui-theme .hero-buttons .button:not(:last-child){margin-right:1.5rem}}.dv-ui-theme .hero-foot,.dv-ui-theme .hero-head{flex-grow:0;flex-shrink:0}.dv-ui-theme .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media print,screen and (min-width:769px){.dv-ui-theme .hero-body{padding:3rem 3rem}}.dv-ui-theme .section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.dv-ui-theme .section{padding:3rem 3rem}.dv-ui-theme .section.is-medium{padding:9rem 4.5rem}.dv-ui-theme .section.is-large{padding:18rem 6rem}}.dv-ui-theme .footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.dv-ui-theme .is-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.dv-ui-theme .fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.dv-ui-theme .fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.dv-ui-theme .fadeOutUp{animation-name:fadeOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dv-ui-theme .fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.dv-ui-theme .fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.dv-ui-theme .fadeInUp{animation-name:fadeInUp}.dv-ui-theme .fade-enter-active,.dv-ui-theme .fade-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .fade-enter-from,.dv-ui-theme .fade-leave-to{opacity:0}.dv-ui-theme .zoom-in-enter-active,.dv-ui-theme .zoom-in-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .zoom-in-enter-active .animation-content,.dv-ui-theme .zoom-in-leave-active .animation-content{transition:transform .15s ease-out}.dv-ui-theme .zoom-in-enter-from,.dv-ui-theme .zoom-in-leave-active{opacity:0}.dv-ui-theme .zoom-in-enter-from .animation-content,.dv-ui-theme .zoom-in-leave-active .animation-content{transform:scale(.95)}.dv-ui-theme .zoom-out-enter-active,.dv-ui-theme .zoom-out-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .zoom-out-enter-active .animation-content,.dv-ui-theme .zoom-out-leave-active .animation-content{transition:transform .15s ease-out}.dv-ui-theme .zoom-out-enter-from,.dv-ui-theme .zoom-out-leave-active{opacity:0}.dv-ui-theme .zoom-out-enter-from .animation-content,.dv-ui-theme .zoom-out-leave-active .animation-content{transform:scale(1.05)}.dv-ui-theme .slide-next-enter-active,.dv-ui-theme .slide-next-leave-active,.dv-ui-theme .slide-prev-enter-active,.dv-ui-theme .slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.dv-ui-theme .slide-next-enter-from,.dv-ui-theme .slide-prev-leave-to{transform:translate3d(-100%,0,0);position:absolute;width:100%}.dv-ui-theme .slide-next-leave-to,.dv-ui-theme .slide-prev-enter-from{transform:translate3d(100%,0,0);position:absolute;width:100%}.dv-ui-theme .slide-down-enter-active,.dv-ui-theme .slide-down-leave-active,.dv-ui-theme .slide-up-enter-active,.dv-ui-theme .slide-up-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.dv-ui-theme .slide-down-enter-from,.dv-ui-theme .slide-up-leave-to{transform:translate3d(0,-100%,0);position:absolute;height:100%}.dv-ui-theme .slide-down-leave-to,.dv-ui-theme .slide-up-enter-from{transform:translate3d(0,100%,0);position:absolute;height:100%}.dv-ui-theme .slide-enter-active{transition:.15s ease-out}.dv-ui-theme .slide-leave-active{transition:.15s ease-out;transition-timing-function:cubic-bezier(0,1,.5,1)}.dv-ui-theme .slide-enter-to,.dv-ui-theme .slide-leave-from{max-height:100px;overflow:hidden}.dv-ui-theme .slide-enter-from,.dv-ui-theme .slide-leave-to{overflow:hidden;max-height:0}.dv-ui-theme .autocomplete{position:relative}.dv-ui-theme .autocomplete .dropdown-menu{display:block;width:100%}.dv-ui-theme .autocomplete .dropdown-menu.is-opened-top{top:auto;bottom:100%}.dv-ui-theme .autocomplete .dropdown-content{overflow:auto;max-height:200px}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a,.dv-ui-theme .autocomplete .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,.dv-ui-theme .autocomplete .dropdown-item.is-hovered,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered{background:#f5f5f5;color:#0a0a0a}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.dv-ui-theme .autocomplete .dropdown-item.is-disabled,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled{opacity:.5;cursor:not-allowed}.dv-ui-theme .autocomplete.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .autocomplete.is-medium{font-size:1.25rem}.dv-ui-theme .autocomplete.is-large{font-size:1.5rem}.dv-ui-theme .carousel{min-height:120px;position:relative}.dv-ui-theme .carousel.is-overlay{background-color:hsla(0,0%,4%,.86);align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40}.dv-ui-theme .carousel.is-overlay .carousel-item img{cursor:default}.dv-ui-theme .carousel.is-overlay .carousel-indicator.has-background{background:transparent}.dv-ui-theme .carousel .progress,.dv-ui-theme .carousel .progress-wrapper.is-not-native{border-radius:2px;height:.25rem;margin-bottom:0}.dv-ui-theme .carousel .carousel-items{position:relative;display:flex;overflow:hidden;width:100%}@media print,screen and (min-width:769px){.dv-ui-theme .carousel .carousel-items:hover .carousel-arrow.is-hovered{opacity:1}}.dv-ui-theme .carousel .carousel-items .carousel-item{flex-shrink:0;width:100%}.dv-ui-theme .carousel .carousel-pause{pointer-events:none;position:absolute;top:0;right:.15rem;z-index:1}.dv-ui-theme .carousel .carousel-indicator{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center}.dv-ui-theme .carousel .carousel-indicator.has-background{background:hsla(0,0%,4%,.5)}.dv-ui-theme .carousel .carousel-indicator.has-custom{flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-x:auto}.dv-ui-theme .carousel .carousel-indicator.has-custom.is-small .indicator-item{flex:1 0 10%}.dv-ui-theme .carousel .carousel-indicator.has-custom.is-medium .indicator-item{flex:1 0 16.66667%}.dv-ui-theme .carousel .carousel-indicator.is-inside{position:absolute}.dv-ui-theme .carousel .carousel-indicator.is-inside.is-bottom{bottom:0}.dv-ui-theme .carousel .carousel-indicator.is-inside.is-top{top:0}.dv-ui-theme .carousel .carousel-indicator .indicator-item:not(:last-child){margin-right:.5rem}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style:hover,.dv-ui-theme .carousel .carousel-indicator .indicator-item.is-active .indicator-style{background:#7957d5;border:1px solid #fff}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style{display:block;border:1px solid #7957d5;background:#fff;outline:none;transition:.15s ease-out}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-boxes{height:10px;width:10px}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-dots{border-radius:9999px;height:10px;width:10px}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-lines{height:5px;width:25px}.dv-ui-theme .carousel-list{position:relative;overflow:hidden;width:100%}.dv-ui-theme .carousel-list.has-shadow{box-shadow:0 0 10px rgba(0,0,0,.25)}@media print,screen and (min-width:769px){.dv-ui-theme .carousel-list:hover .carousel-arrow.is-hovered{opacity:1}}.dv-ui-theme .carousel-list .carousel-slides{position:relative;display:flex;width:100%}.dv-ui-theme .carousel-list .carousel-slides:not(.is-dragging){transition:all .25s ease-out 0s}.dv-ui-theme .carousel-list .carousel-slides.has-grayscale .carousel-slide img{filter:grayscale(100%)}.dv-ui-theme .carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img{filter:grayscale(0)}.dv-ui-theme .carousel-list .carousel-slides.has-opacity .carousel-slide img{opacity:.25}.dv-ui-theme .carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img{opacity:1}.dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:2px solid transparent;flex-shrink:0}.dv-ui-theme .carousel-arrow{transition:.15s ease-out}.dv-ui-theme .carousel-arrow.is-hovered{opacity:0}.dv-ui-theme .carousel-arrow .icon{background:#fff;color:#7957d5;cursor:pointer;border:1px solid #fff;border-radius:9999px;outline:0}.dv-ui-theme .carousel-arrow .icon:hover{border:1px solid #7957d5;opacity:1}.dv-ui-theme .carousel-arrow .icon.has-icons-left,.dv-ui-theme .carousel-arrow .icon.has-icons-right{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.dv-ui-theme .carousel-arrow .icon.has-icons-left{left:1.5rem}.dv-ui-theme .carousel-arrow .icon.has-icons-right{right:1.5rem}.dv-ui-theme .b-checkbox.checkbox{outline:none;display:inline-flex;align-items:center}.dv-ui-theme .b-checkbox.checkbox:not(.button){margin-right:.5em}.dv-ui-theme .b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:4px;border:2px solid #7a7a7a;transition:background .15s ease-out;background:transparent}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#48c78e url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffe08a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#f14668 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success{background:#48c78e url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning{background:#ffe08a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger{background:#f14668 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link,.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .b-checkbox.checkbox .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .b-checkbox.checkbox.button{display:flex}.dv-ui-theme .b-checkbox.checkbox[disabled]{opacity:.5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#363636}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link,.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-checkbox.checkbox.is-medium{font-size:1.25rem}.dv-ui-theme .b-checkbox.checkbox.is-large{font-size:1.5rem}.dv-ui-theme .b-clockpicker .card-header{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-white .card-header{background-color:#fff;color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face:after{background-color:#fff}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face-hand{background-color:#fff;border-color:#fff}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face-number.active{background-color:#fff;color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .card-header{background-color:#0a0a0a;color:#fff}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face:after{background-color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face-hand{background-color:#0a0a0a;border-color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face-number.active{background-color:#0a0a0a;color:#fff}.dv-ui-theme .b-clockpicker.is-light .card-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face:after{background-color:#f5f5f5}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face-hand{background-color:#f5f5f5;border-color:#f5f5f5}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face-number.active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-dark .card-header{background-color:#363636;color:#fff}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face:after{background-color:#363636}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face-hand{background-color:#363636;border-color:#363636}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face-number.active{background-color:#363636;color:#fff}.dv-ui-theme .b-clockpicker.is-primary .card-header{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .card-header,.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-info .card-header{background-color:#167df0;color:#fff}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face:after{background-color:#167df0}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face-hand{background-color:#167df0;border-color:#167df0}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face-number.active{background-color:#167df0;color:#fff}.dv-ui-theme .b-clockpicker.is-success .card-header{background-color:#48c78e;color:#fff}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face:after{background-color:#48c78e}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face-hand{background-color:#48c78e;border-color:#48c78e}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face-number.active{background-color:#48c78e;color:#fff}.dv-ui-theme .b-clockpicker.is-warning .card-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face:after{background-color:#ffe08a}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face-hand{background-color:#ffe08a;border-color:#ffe08a}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face-number.active{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-danger .card-header{background-color:#f14668;color:#fff}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face:after{background-color:#f14668}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face-hand{background-color:#f14668;border-color:#f14668}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face-number.active{background-color:#f14668;color:#fff}.dv-ui-theme .b-clockpicker .dropdown-menu{min-width:0}.dv-ui-theme .b-clockpicker .dropdown,.dv-ui-theme .b-clockpicker .dropdown-trigger{width:100%}.dv-ui-theme .b-clockpicker .dropdown .input[readonly],.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .b-clockpicker .dropdown .input[readonly].is-active,.dv-ui-theme .b-clockpicker .dropdown .input[readonly].is-focused,.dv-ui-theme .b-clockpicker .dropdown .input[readonly]:active,.dv-ui-theme .b-clockpicker .dropdown .input[readonly]:focus,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-clockpicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .b-clockpicker .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .b-clockpicker a{font-size:inherit;padding:0}.dv-ui-theme .b-clockpicker .dropdown-content{padding-top:0;padding-bottom:0}.dv-ui-theme .b-clockpicker .card{border-radius:.25rem}.dv-ui-theme .b-clockpicker .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .b-clockpicker .card-content{padding:12px}.dv-ui-theme .b-clockpicker-btn{cursor:pointer;opacity:.6}.dv-ui-theme .b-clockpicker-btn.active,.dv-ui-theme .b-clockpicker-btn:hover{opacity:1}.dv-ui-theme .b-clockpicker-period .b-clockpicker-btn{font-size:16px}.dv-ui-theme .b-clockpicker-time span{align-items:center;display:inline-flex;justify-content:center}.dv-ui-theme .b-clockpicker-header{display:flex;line-height:1;justify-content:flex-end;color:inherit}.dv-ui-theme .b-clockpicker-header .b-clockpicker-time{white-space:nowrap}.dv-ui-theme .b-clockpicker-header .b-clockpicker-time span{height:60px;font-size:60px}.dv-ui-theme .b-clockpicker-header .b-clockpicker-period{align-self:flex-end;display:flex;flex-direction:column;margin:8px 0 6px 8px}.dv-ui-theme .b-clockpicker-body{transition:.9s cubic-bezier(.25,.8,.5,1)}.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn{padding:0 8px;border-radius:9999px;margin-bottom:2px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn.active,.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn:hover{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker-body .b-clockpicker-period{position:absolute;top:5px;right:5px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-time{position:absolute;top:5px;left:5px;font-size:16px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face{border-radius:50%;position:relative;background-color:#dbdbdb;width:100%;height:100%;align-items:center;display:flex;justify-content:center}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face:after{border-radius:50%;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;z-index:10}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-outer-ring{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:calc(100% - 50px);width:calc(100% - 50px);position:relative;border-radius:50%}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:18px;text-align:center;justify-content:center;position:absolute;width:40px;height:40px;left:calc(50% - 20px);top:calc(50% - 20px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number>span{z-index:1}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number:after,.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number:before{content:"";height:40px;width:40px;border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number.active{cursor:default;z-index:2}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number.disabled{pointer-events:none;opacity:.25}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-hand{height:calc(50% - 6px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-hand:before{background:transparent;border-width:2px;border-style:solid;border-color:inherit;border-radius:100%;width:12px;height:12px;content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%,-50%)}.dv-ui-theme .b-clockpicker-footer{display:block;padding:12px}.dv-ui-theme .b-clockpicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-clockpicker.is-medium{font-size:1.25rem}.dv-ui-theme .b-clockpicker.is-large{font-size:1.5rem}.dv-ui-theme .collapse .collapse-trigger{display:inline;cursor:pointer}.dv-ui-theme .collapse .collapse-content{display:inherit}.dv-ui-theme .colorpicker .color-name{font-family:monospace;text-transform:uppercase}.dv-ui-theme .colorpicker .colorpicker-footer{margin-top:.875rem;padding-top:.875rem;border:1px solid #dbdbdb;border-width:1px 0 0 0}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields{margin-bottom:.875rem}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field{flex-grow:1}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .field-label{margin-right:.5rem}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control{display:flex}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input{-webkit-appearance:none;-moz-appearance:textfield;appearance:textfield;flex-grow:1;width:0;min-width:42px;text-align:right}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-inner-spin-button,.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dv-ui-theme .colorpicker .dropdown.is-expanded .dropdown-menu,.dv-ui-theme .colorpicker .dropdown.is-expanded.is-mobile-modal .dropdown-menu{width:unset}.dv-ui-theme .colorpicker .dropdown-horizontal-colorpicker{display:flex;flex-direction:row}.dv-ui-theme .colorpicker .dropdown-horizontal-colorpicker .colorpicker-footer{border-width:0 0 0 1px;margin-top:0;padding-top:0;margin-left:.875rem;padding-left:.875rem}.dv-ui-theme svg.b-colorpicker-triangle{width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:769px){.dv-ui-theme svg.b-colorpicker-triangle{width:100%;height:auto}}.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-hue{width:100%;height:100%;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue foreignObject,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue g,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl foreignObject,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl g{transform-origin:50% 50%}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb{background:transparent;border-radius:4px;box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab;height:calc(100% - .25em);width:calc(100% - .25em);margin:.125em}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:hover,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #b5b5b5}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:focus,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:active,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:active{cursor:grabbing}.dv-ui-theme div.b-colorpicker-square{position:relative;aspect-ratio:1/1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue{background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:4px;position:absolute;top:0;right:0;bottom:0;left:0}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb{border-radius:2.2857142857px;position:absolute;aspect-ratio:1/1;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:active{cursor:grabbing}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl{background:#fff;border-radius:2px;position:absolute;top:0;right:0;bottom:0;left:0}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl:before{content:"";background:linear-gradient(0deg,#000,#fff);position:absolute;top:0;right:0;bottom:0;left:0;mix-blend-mode:hard-light}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb{display:block;border-radius:4px;position:absolute;width:8px;height:8px;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active{cursor:grabbing}.dv-ui-theme .b-colorpicker-alpha-slider{height:1em;background-image:linear-gradient(45deg,#c7c7c7 25%,transparent 0,transparent 75%,#c7c7c7 0,#c7c7c7),linear-gradient(45deg,#c7c7c7 25%,transparent 0,transparent 75%,#c7c7c7 0,#c7c7c7);background-size:1em 1em;background-position:.5em .5em,0 0;border-radius:4px;margin-top:.125em;margin-bottom:.875rem;position:relative}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb{width:.4em;height:1.25em;border-radius:4px;box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #dbdbdb,0 0 0 1px #dbdbdb;cursor:grab;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:active{cursor:grabbing}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb>.b-tooltip,.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb>.b-tooltip>.tooltip-trigger{position:absolute;display:block;top:0;right:0;bottom:0;left:0}.dv-ui-theme .datepicker{font-size:.875rem}.dv-ui-theme .datepicker .dropdown,.dv-ui-theme .datepicker .dropdown-trigger{width:100%}.dv-ui-theme .datepicker .dropdown .input[readonly],.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .datepicker .dropdown .input[readonly].is-active,.dv-ui-theme .datepicker .dropdown .input[readonly].is-focused,.dv-ui-theme .datepicker .dropdown .input[readonly]:active,.dv-ui-theme .datepicker .dropdown .input[readonly]:focus,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .datepicker .dropdown.is-disabled{opacity:1}.dv-ui-theme .datepicker .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02)}.dv-ui-theme .datepicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .datepicker .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .datepicker a{font-size:inherit}.dv-ui-theme .datepicker .datepicker-header{padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid #dbdbdb}.dv-ui-theme .datepicker .datepicker-footer{margin-top:.875rem;padding-top:.875rem;border-top:1px solid #dbdbdb}.dv-ui-theme .datepicker .datepicker-table{display:table;margin:0 auto 0 auto}.dv-ui-theme .datepicker .datepicker-table .datepicker-cell{text-align:center;vertical-align:middle;display:table-cell;border-radius:4px;padding:.5rem .75rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-header{display:table-header-group}.dv-ui-theme .datepicker .datepicker-table .datepicker-header .datepicker-cell{color:#7a7a7a;font-weight:600}.dv-ui-theme .datepicker .datepicker-table .datepicker-body{display:table-row-group}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-row{display:table-row}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-months{display:inline-flex;flex-wrap:wrap;flex-direction:row;width:17rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell{display:flex;align-items:center;justify-content:center;width:33.33%;height:2.5rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable{color:#b5b5b5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today{border:1px solid rgba(121,87,213,.5)}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable{color:#4a4a4a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected),.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected){background-color:#f5f5f5;color:#0a0a0a;cursor:pointer}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered{background-color:#f5f5f5;color:#0a0a0a;border-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected{background-color:#7957d5;color:#fff;border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected{background-color:rgba(121,87,213,.5);border-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected{background-color:#7957d5;color:#fff;border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected){color:#b5b5b5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number{cursor:default}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell{padding:.3rem .75rem .75rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event{position:relative}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events{bottom:.425rem;display:flex;justify-content:center;left:0;padding:0 .35rem;position:absolute;width:100%}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white{background-color:#fff}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black{background-color:#0a0a0a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light{background-color:#f5f5f5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark{background-color:#363636}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link,.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary{background-color:#7957d5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info{background-color:#167df0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success{background-color:#48c78e}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning{background-color:#ffe08a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger{background-color:#f14668}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event{border-radius:50%;height:.35em;margin:0 .1em;width:.35em}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event{height:.25em;width:100%}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected{overflow:hidden}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary{background-color:#aa94e4}.dv-ui-theme .datepicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .datepicker.is-medium{font-size:1.25rem}.dv-ui-theme .datepicker.is-large{font-size:1.5rem}@media screen and (min-width:1024px){.dv-ui-theme .datepicker .footer-horizontal-timepicker{border:none;padding-left:10px;margin-left:5px;display:flex}.dv-ui-theme .datepicker .dropdown-horizontal-timepicker{display:flex}.dv-ui-theme .datepicker .content-horizontal-timepicker{border-right:1px solid #dbdbdb}}.dv-ui-theme .dialog .modal-card{max-width:460px;width:auto}.dv-ui-theme .dialog .modal-card .modal-card-head{font-size:1.25rem;font-weight:600}.dv-ui-theme .dialog .modal-card .modal-card-body .field{margin-top:16px}.dv-ui-theme .dialog .modal-card .modal-card-body.is-titleless{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .dialog .modal-card .modal-card-foot{justify-content:flex-end}.dv-ui-theme .dialog .modal-card .modal-card-foot .button{display:inline;min-width:5em;font-weight:600}@media print,screen and (min-width:769px){.dv-ui-theme .dialog .modal-card{min-width:320px}}.dv-ui-theme .dialog.is-small .button,.dv-ui-theme .dialog.is-small .input,.dv-ui-theme .dialog.is-small .modal-card{border-radius:2px;font-size:.75rem}.dv-ui-theme .dialog.is-medium .button,.dv-ui-theme .dialog.is-medium .input,.dv-ui-theme .dialog.is-medium .modal-card{font-size:1.25rem}.dv-ui-theme .dialog.is-large .button,.dv-ui-theme .dialog.is-large .input,.dv-ui-theme .dialog.is-large .modal-card{font-size:1.5rem}.dv-ui-theme .dialog.has-custom-container{position:absolute}.dv-ui-theme .dropdown+.dropdown{margin-left:.5em}.dv-ui-theme .dropdown .background{bottom:0;left:0;position:absolute;right:0;top:0;position:fixed;background-color:hsla(0,0%,4%,.86);z-index:40;cursor:pointer}@media screen and (min-width:1024px){.dv-ui-theme .dropdown .background{display:none}}.dv-ui-theme .dropdown.dropdown-menu-animation .dropdown-menu{display:block}.dv-ui-theme .dropdown .dropdown-menu .dropdown-item.is-disabled,.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-disabled{cursor:not-allowed}.dv-ui-theme .dropdown .dropdown-menu .dropdown-item.is-disabled:hover,.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-disabled:hover{background:inherit;color:inherit}.dv-ui-theme .dropdown .dropdown-menu .has-link a{padding-right:3rem;white-space:nowrap}.dv-ui-theme .dropdown.is-hoverable:not(.is-active) .dropdown-menu{display:none}.dv-ui-theme .dropdown.is-hoverable:not(.is-touch-enabled):hover .dropdown-menu{display:inherit}.dv-ui-theme .dropdown.is-expanded,.dv-ui-theme .dropdown.is-expanded .dropdown-menu,.dv-ui-theme .dropdown.is-expanded .dropdown-trigger{width:100%}.dv-ui-theme .dropdown.is-expanded.is-mobile-modal .dropdown-menu{max-width:100%}.dv-ui-theme .dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled,.dv-ui-theme .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled{opacity:.5}.dv-ui-theme .dropdown .navbar-item{height:100%}.dv-ui-theme .dropdown.is-disabled{opacity:.5}.dv-ui-theme .dropdown.is-disabled .dropdown-trigger{pointer-events:none}.dv-ui-theme .dropdown.is-inline .dropdown-menu{position:static;display:inline-block;padding:0}.dv-ui-theme .dropdown.is-top-right .dropdown-menu{top:auto;bottom:100%}.dv-ui-theme .dropdown.is-top-left .dropdown-menu{top:auto;bottom:100%;right:0;left:auto}.dv-ui-theme .dropdown.is-bottom-left .dropdown-menu{right:0;left:auto}@media screen and (max-width:1023px){.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu{position:fixed!important;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);top:25%!important;left:50%!important;bottom:auto!important;right:auto!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto;z-index:50!important}.dv-ui-theme .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>a,.dv-ui-theme .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>a,.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.dropdown-item,.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.has-link a,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.dropdown-item,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.has-link a{padding:1rem 1.5rem}.dv-ui-theme html.is-clipped-touch{overflow:hidden!important}}.dv-ui-theme .field.is-grouped .field{flex-shrink:0}.dv-ui-theme .field.is-grouped .field:not(:last-child){margin-right:.75rem}.dv-ui-theme .field.is-grouped .field.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.has-addons .control:first-child .control .button,.dv-ui-theme .field.has-addons .control:first-child .control .input,.dv-ui-theme .field.has-addons .control:first-child .control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}.dv-ui-theme .field.has-addons .control:last-child .control .button,.dv-ui-theme .field.has-addons .control:last-child .control .input,.dv-ui-theme .field.has-addons .control:last-child .control .select select{border-bottom-right-radius:4px;border-top-right-radius:4px}.dv-ui-theme .field.has-addons .control .control .button,.dv-ui-theme .field.has-addons .control .control .input,.dv-ui-theme .field.has-addons .control .control .select select{border-radius:0}.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .field.has-addons.b-numberinput .control{margin-right:unset}.dv-ui-theme .field.is-floating-in-label,.dv-ui-theme .field.is-floating-label{position:relative}.dv-ui-theme .field.is-floating-in-label .label,.dv-ui-theme .field.is-floating-label .label{position:absolute;left:1em;font-size:.75rem;background-color:transparent;z-index:5;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 2em);overflow:hidden}.dv-ui-theme .field.is-floating-in-label .label.is-small,.dv-ui-theme .field.is-floating-label .label.is-small{font-size:.5625rem}.dv-ui-theme .field.is-floating-in-label .label.is-medium,.dv-ui-theme .field.is-floating-label .label.is-medium{font-size:.9375rem}.dv-ui-theme .field.is-floating-in-label .label.is-large,.dv-ui-theme .field.is-floating-label .label.is-large{font-size:1.125rem}.dv-ui-theme .field.is-floating-in-label .taginput .counter,.dv-ui-theme .field.is-floating-label .taginput .counter{float:none;text-align:right}.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .button,.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .input,.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .select select,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .button,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .input,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}.dv-ui-theme .field.is-floating-label .label{top:-.775em;padding-left:.125em;padding-right:.125em}.dv-ui-theme .field.is-floating-label .label:before{content:"";display:block;position:absolute;top:.775em;left:0;right:0;height:.375em;background-color:#fff;z-index:-1}.dv-ui-theme .field.is-floating-label .input:focus,.dv-ui-theme .field.is-floating-label .select select:focus,.dv-ui-theme .field.is-floating-label .textarea:focus{box-shadow:none}.dv-ui-theme .field.is-floating-label .taginput .taginput-container{padding-top:.475em}.dv-ui-theme .field.is-floating-label .taginput .taginput-container.is-focused{box-shadow:none}.dv-ui-theme .field.is-floating-in-label>.label{top:.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control.datepicker .input,.dv-ui-theme .field.is-floating-in-label>.label+.control.timepicker .input,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .input,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px;height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple){height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading:after{margin-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple):after{margin-top:1px}.dv-ui-theme .field.is-floating-in-label>.label+.control.taginput .taginput-container{padding-top:calc(1.9em - .5625rem - 1px)}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-right.icon{height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon{padding-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.control.is-loading:after{margin-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control select,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px}.dv-ui-theme .field.is-floating-in-label.has-numberinput .b-numberinput .control .button,.dv-ui-theme .field.is-floating-in-label.has-numberinput .b-numberinput .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .button,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control select,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .button,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control select{height:3.25em}.dv-ui-theme .field.is-floating-in-label.has-numberinput .label,.dv-ui-theme .field.is-floating-label.has-numberinput .label{margin-left:3rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-small .label{margin-left:2.25rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-medium .label{margin-left:3.75rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-large .label{margin-left:4.5rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact .label{margin-left:2.25rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label{margin-left:1.6875rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label{margin-left:2.8125rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label{margin-left:3.375rem}.dv-ui-theme .field.has-addons-right.is-floating-in-label .label,.dv-ui-theme .field.has-addons-right.is-floating-label .label,.dv-ui-theme .field.is-grouped-right.is-floating-in-label .label,.dv-ui-theme .field.is-grouped-right.is-floating-label .label{position:relative;left:5.25em}.dv-ui-theme .control .help.counter{float:right;margin-left:.5em}.dv-ui-theme .control .icon.is-clickable{pointer-events:auto;cursor:pointer}.dv-ui-theme .control.is-loading:after{top:calc(50% - .5em);right:.75em}.dv-ui-theme .icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:inherit}.dv-ui-theme .icon svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:100%;height:100%}.dv-ui-theme .b-image-wrapper>img{-o-object-fit:cover;object-fit:cover}.dv-ui-theme .b-image-wrapper>img.has-ratio,.dv-ui-theme .b-image-wrapper>img.placeholder{height:100%;width:100%}.dv-ui-theme .b-image-wrapper>img.placeholder{filter:blur(10px)}.dv-ui-theme .loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:29}.dv-ui-theme .loading-overlay.is-active{display:flex}.dv-ui-theme .loading-overlay.is-full-page{position:fixed;z-index:999}.dv-ui-theme .loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}.dv-ui-theme .loading-overlay .loading-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#7f7f7f;background:hsla(0,0%,100%,.5)}.dv-ui-theme .loading-overlay .loading-icon{position:relative}.dv-ui-theme .loading-overlay .loading-icon:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.dv-ui-theme .menu .menu-list li>a.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .message .media,.dv-ui-theme .notification .media{padding-top:0;border:0}.dv-ui-theme .message .auto-close-progress progress,.dv-ui-theme .notification .auto-close-progress progress{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;height:10px!important}.dv-ui-theme .modal.is-full-screen>.animation-content,.dv-ui-theme .modal.is-full-screen>.animation-content>.modal-card{width:100%;height:100%;max-height:100vh;margin:0;background-color:#f5f5f5}.dv-ui-theme .modal .animation-content{margin:0 20px}.dv-ui-theme .modal .animation-content .modal-card{margin:0}@media screen and (max-width:768px){.dv-ui-theme .modal .animation-content{width:100%}}.dv-ui-theme .modal .modal-content{width:100%}@media screen and (max-width:768px){.dv-ui-theme .modal .modal-close{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 10%,transparent)}.dv-ui-theme .modal .modal-close :focus,.dv-ui-theme .modal .modal-close:hover{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 20%,transparent)}.dv-ui-theme .modal .modal-close:active{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 30%,transparent)}}.dv-ui-theme .navbar.has-navbar-centered .navbar-start{justify-content:center;margin-left:auto}.dv-ui-theme .navbar.has-navbar-centered .navbar-end{margin-left:0}.dv-ui-theme .navbar .navbar-dropdown.is-boxed{visibility:hidden;transition-property:opacity,visibility,transform}.dv-ui-theme .navbar .navbar-item.has-dropdown.is-active .is-boxed,.dv-ui-theme .navbar .navbar-item.has-dropdown.is-hoverable:hover .is-boxed{visibility:visible}.dv-ui-theme .notices{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1000;pointer-events:none}.dv-ui-theme .notices .toast{display:inline-flex;animation-duration:.15s;margin:.5em 0;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:2em;padding:.75em 1.5em;pointer-events:auto;opacity:.92}.dv-ui-theme .notices .toast.is-white{color:#0a0a0a;background:#fff}.dv-ui-theme .notices .toast.is-black{color:#fff;background:#0a0a0a}.dv-ui-theme .notices .toast.is-light{color:rgba(0,0,0,.7);background:#f5f5f5}.dv-ui-theme .notices .toast.is-dark{color:#fff;background:#363636}.dv-ui-theme .notices .toast.is-link,.dv-ui-theme .notices .toast.is-primary{color:#fff;background:#7957d5}.dv-ui-theme .notices .toast.is-info{color:#fff;background:#167df0}.dv-ui-theme .notices .toast.is-success{color:#fff;background:#48c78e}.dv-ui-theme .notices .toast.is-warning{color:rgba(0,0,0,.7);background:#ffe08a}.dv-ui-theme .notices .toast.is-danger{color:#fff;background:#f14668}.dv-ui-theme .notices .snackbar{display:inline-flex;align-items:center;justify-content:space-around;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:4px;pointer-events:auto;background:#363636;color:#fff;min-height:3em}.dv-ui-theme .notices .snackbar .text{padding:.5em 1em}.dv-ui-theme .notices .snackbar .action{margin-left:auto;padding:.5em;padding-left:0}.dv-ui-theme .notices .snackbar .action .button{font-weight:600;text-transform:uppercase;background:#363636;border:transparent}.dv-ui-theme .notices .snackbar .action .button:active,.dv-ui-theme .notices .snackbar .action .button:hover{background:#292929}.dv-ui-theme .notices .snackbar .action.is-white .button{color:#fff}.dv-ui-theme .notices .snackbar .action.is-black .button{color:#0a0a0a}.dv-ui-theme .notices .snackbar .action.is-light .button{color:#f5f5f5}.dv-ui-theme .notices .snackbar .action.is-dark .button{color:#363636}.dv-ui-theme .notices .snackbar .action.is-link .button,.dv-ui-theme .notices .snackbar .action.is-primary .button{color:#7957d5}.dv-ui-theme .notices .snackbar .action.is-info .button{color:#167df0}.dv-ui-theme .notices .snackbar .action.is-success .button{color:#48c78e}.dv-ui-theme .notices .snackbar .action.is-warning .button{color:#ffe08a}.dv-ui-theme .notices .snackbar .action.is-danger .button{color:#f14668}.dv-ui-theme .notices .snackbar .action.is-cancel{padding-right:0}@media screen and (max-width:768px){.dv-ui-theme .notices .snackbar{width:100%;margin:0;border-radius:0}}@media print,screen and (min-width:769px){.dv-ui-theme .notices .snackbar{min-width:350px;max-width:600px;overflow:hidden}}.dv-ui-theme .notices .notification{pointer-events:auto;max-width:600px}.dv-ui-theme .notices .notification.is-bottom,.dv-ui-theme .notices .notification.is-top,.dv-ui-theme .notices .snackbar.is-bottom,.dv-ui-theme .notices .snackbar.is-top,.dv-ui-theme .notices .toast.is-bottom,.dv-ui-theme .notices .toast.is-top{align-self:center}.dv-ui-theme .notices .notification.is-bottom-right,.dv-ui-theme .notices .notification.is-top-right,.dv-ui-theme .notices .snackbar.is-bottom-right,.dv-ui-theme .notices .snackbar.is-top-right,.dv-ui-theme .notices .toast.is-bottom-right,.dv-ui-theme .notices .toast.is-top-right{align-self:flex-end}.dv-ui-theme .notices .notification.is-bottom-left,.dv-ui-theme .notices .notification.is-top-left,.dv-ui-theme .notices .snackbar.is-bottom-left,.dv-ui-theme .notices .snackbar.is-top-left,.dv-ui-theme .notices .toast.is-bottom-left,.dv-ui-theme .notices .toast.is-top-left{align-self:flex-start}.dv-ui-theme .notices .notification.is-toast,.dv-ui-theme .notices .snackbar.is-toast,.dv-ui-theme .notices .toast.is-toast{opacity:.92}.dv-ui-theme .notices.is-top{flex-direction:column}.dv-ui-theme .notices.is-bottom{flex-direction:column-reverse}.dv-ui-theme .notices.is-bottom .notification{margin-bottom:0}.dv-ui-theme .notices.is-bottom .notification:not(:first-child){margin-bottom:1.5rem}.dv-ui-theme .notices.has-custom-container{position:absolute}@media screen and (max-width:768px){.dv-ui-theme .notices{padding:0;position:fixed!important}}.dv-ui-theme .notification .auto-close-progress.progress-wrapper{position:absolute;bottom:0;left:0;width:100%}.dv-ui-theme .b-numberinput.field{margin-bottom:0}.dv-ui-theme .b-numberinput.field.has-addons.is-expanded,.dv-ui-theme .b-numberinput.field.is-grouped div.control{flex-grow:1;flex-shrink:1}.dv-ui-theme .b-numberinput input[type=number]::-webkit-inner-spin-button,.dv-ui-theme .b-numberinput input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.dv-ui-theme .b-numberinput input[type=number]{-moz-appearance:textfield;text-align:center}.dv-ui-theme .b-numberinput .button.is-rounded{padding-left:1em;padding-right:1em}.dv-ui-theme .pagination .pagination-next,.dv-ui-theme .pagination .pagination-previous{padding-left:.75em;padding-right:.75em}.dv-ui-theme .pagination .pagination-next.is-disabled,.dv-ui-theme .pagination .pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .pagination.is-simple{justify-content:normal}.dv-ui-theme .pagination.is-simple.is-centered{justify-content:center}.dv-ui-theme .pagination.is-simple.is-right{justify-content:flex-end}.dv-ui-theme .pagination .is-current{pointer-events:none;cursor:not-allowed}@media print,screen and (min-width:769px){.dv-ui-theme .pagination.has-input .pagination-list{order:1}.dv-ui-theme .pagination.has-input .pagination-input{order:2}.dv-ui-theme .pagination.has-input .pagination-previous{order:3}.dv-ui-theme .pagination.has-input .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-centered .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-centered .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-centered .pagination-input{order:3}.dv-ui-theme .pagination.has-input.is-centered .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-list{order:3}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-right .pagination-next{order:2}.dv-ui-theme .pagination.has-input.is-right .pagination-input{order:3}.dv-ui-theme .pagination.has-input.is-right .pagination-list{order:4}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-next{order:2}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-list{order:3}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-list{order:4}.dv-ui-theme .pagination.has-input.is-input-right .pagination-list{order:1}.dv-ui-theme .pagination.has-input.is-input-right .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-input-right .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-input-left .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-input-left .pagination-previous{order:3}.dv-ui-theme .pagination.has-input.is-input-left .pagination-next{order:4}}.dv-ui-theme .progress-wrapper{position:relative;overflow:hidden}.dv-ui-theme .progress-wrapper:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .progress-wrapper .progress-value{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:.6666666667rem;line-height:1rem;font-weight:700;color:rgba(0,0,0,.7);white-space:nowrap}.dv-ui-theme .progress-wrapper .progress,.dv-ui-theme .progress-wrapper .progress-bar,.dv-ui-theme .progress-wrapper .progress-wrapper.is-not-native{margin-bottom:0}.dv-ui-theme .progress-wrapper .is-small.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-small.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-small .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-small+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-small .progress-value,.dv-ui-theme .progress-wrapper .progress.is-small+.progress-value{font-size:.5rem;line-height:.75rem}.dv-ui-theme .progress-wrapper .is-medium.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-medium.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-medium .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-medium+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-medium .progress-value,.dv-ui-theme .progress-wrapper .progress.is-medium+.progress-value{font-size:.8333333333rem;line-height:1.25rem}.dv-ui-theme .progress-wrapper .is-large.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-large.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-large .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-large+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-large .progress-value,.dv-ui-theme .progress-wrapper .progress.is-large+.progress-value{font-size:1rem;line-height:1.5rem}.dv-ui-theme .progress-wrapper .progress-bar::-webkit-progress-value,.dv-ui-theme .progress-wrapper .progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress-wrapper .progress::-webkit-progress-value{-webkit-transition:width .5s ease;transition:width .5s ease}.dv-ui-theme .progress-wrapper .is-more-than-half.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-white.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-white+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-white+.progress-value{color:#0a0a0a}.dv-ui-theme .progress-wrapper .is-more-than-half.is-black.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-black+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-black+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-light.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-light+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-light+.progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper .is-more-than-half.is-dark.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-info.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-link.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-primary.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-success.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-dark+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-info+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-link+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-primary+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-success+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-dark+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-info+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-link+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-primary+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-success+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-warning.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-warning+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-warning+.progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-danger+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-danger+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-squared.progress-wrapper.is-not-native,.dv-ui-theme .progress-wrapper .progress-bar.is-squared,.dv-ui-theme .progress-wrapper .progress.is-squared{border-radius:0}.dv-ui-theme .progress-wrapper.is-not-native{white-space:nowrap;background-color:#ededed;border-radius:9999px}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar{position:relative;display:inline-block;vertical-align:top;height:100%;background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-white{background-color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-white .progress-value{color:#0a0a0a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-black{background-color:#0a0a0a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-black .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-light{background-color:#f5f5f5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-light .progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-dark{background-color:#363636}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-dark .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-primary{background-color:#7957d5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-primary .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-link{background-color:#7957d5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-link .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-info{background-color:#167df0}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-info .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-success{background-color:#48c78e}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-success .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-warning{background-color:#ffe08a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-warning .progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-danger{background-color:#f14668}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-danger .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-squared{border-radius:0}.dv-ui-theme .b-radio.radio{outline:none;display:inline-flex;align-items:center}.dv-ui-theme .b-radio.radio:not(.button){margin-right:.5em}.dv-ui-theme .b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.dv-ui-theme .b-radio.radio+.radio{margin-left:0}.dv-ui-theme .b-radio.radio input[type=radio]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .b-radio.radio input[type=radio]+.check{display:flex;flex-shrink:0;position:relative;cursor:pointer;width:1.25em;height:1.25em;transition:background .15s ease-out;border-radius:50%;border:2px solid #7a7a7a}.dv-ui-theme .b-radio.radio input[type=radio]+.check:before{content:"";display:flex;position:absolute;left:50%;margin-left:-.625em;bottom:50%;margin-bottom:-.625em;width:1.25em;height:1.25em;transition:transform .15s ease-out;border-radius:50%;transform:scale(0);background-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-white:before{background:#fff}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-black:before{background:#0a0a0a}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-light:before{background:#f5f5f5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-dark:before{background:#363636}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-link:before,.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-primary:before{background:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-info:before{background:#167df0}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-success:before{background:#48c78e}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-warning:before{background:#ffe08a}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-danger:before{background:#f14668}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check{border-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-white{border-color:#fff}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:#363636}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-link,.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-info{border-color:#167df0}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check:before{transform:scale(.5)}.dv-ui-theme .b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-link,.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .b-radio.radio input[type=radio][disabled]+.check{cursor:not-allowed}.dv-ui-theme .b-radio.radio .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .b-radio.radio.button{display:flex}.dv-ui-theme .b-radio.radio.button.is-selected{z-index:1}.dv-ui-theme .b-radio.radio[disabled]{opacity:.5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:#7957d5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:#fff}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:#363636}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link,.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:#167df0}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-radio.radio.is-medium{font-size:1.25rem}.dv-ui-theme .b-radio.radio.is-large{font-size:1.5rem}.dv-ui-theme .rate{align-items:center;display:flex}.dv-ui-theme .rate:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .rate.is-spaced .rate-item:not(:last-child){margin-right:.25rem}.dv-ui-theme .rate.is-disabled .rate-item{cursor:auto}.dv-ui-theme .rate.is-disabled .rate-item:hover{transform:none}.dv-ui-theme .rate.is-rtl .rate-item{order:1}.dv-ui-theme .rate.is-rtl .rate-text{margin-left:0;margin-right:.35rem}.dv-ui-theme .rate .rate-item{cursor:pointer;display:inline-flex;position:relative;transition:all .3s}.dv-ui-theme .rate .rate-item:hover{transform:scale(1.1)}.dv-ui-theme .rate .rate-item.set-half .is-half,.dv-ui-theme .rate .rate-item.set-on .icon{color:#ffd970}.dv-ui-theme .rate .rate-item.set-half .is-half{position:absolute;left:0;top:0;overflow:hidden}.dv-ui-theme .rate .icon{color:#dbdbdb;line-height:1;pointer-events:none;width:inherit}.dv-ui-theme .rate .is-half>i{position:absolute;left:0}.dv-ui-theme .rate .rate-text{font-size:.8rem;margin-left:.35rem}.dv-ui-theme .rate .rate-text.is-small{font-size:.6rem}.dv-ui-theme .rate .rate-text.is-medium{font-size:1rem}.dv-ui-theme .rate .rate-text.is-large{font-size:1.2rem}.dv-ui-theme .select select{text-rendering:auto!important;padding-right:2.5em}.dv-ui-theme .select select option{color:#4a4a4a;padding:calc(.5em - 1px) calc(.75em - 1px)}.dv-ui-theme .select select option:disabled{cursor:not-allowed;opacity:.5}.dv-ui-theme .select select optgroup{color:#b5b5b5;font-weight:400;font-style:normal;padding:.25em 0}.dv-ui-theme .select select[disabled]{opacity:1}.dv-ui-theme .select.is-empty select{color:hsla(0,0%,48%,.7)}.dv-ui-theme .select.is-loading:after{top:calc(50% - .5em);right:.75em}.dv-ui-theme .b-skeleton{display:inline-flex;flex-direction:column;vertical-align:middle;width:100%}.dv-ui-theme .b-skeleton>.b-skeleton-item{background:linear-gradient(90deg,#dbdbdb 25%,hsla(0,0%,86%,.5) 50%,#dbdbdb 75%);background-size:400% 100%;width:100%}.dv-ui-theme .b-skeleton>.b-skeleton-item.is-rounded{border-radius:4px}.dv-ui-theme .b-skeleton>.b-skeleton-item:after{content:" "}.dv-ui-theme .b-skeleton>.b-skeleton-item+.b-skeleton-item{margin-top:.5rem}.dv-ui-theme .b-skeleton.is-animated>.b-skeleton-item{animation:skeleton-loading 1.5s infinite}.dv-ui-theme .b-skeleton.is-centered{align-items:center}.dv-ui-theme .b-skeleton.is-right{align-items:flex-end}.dv-ui-theme .b-skeleton+.b-skeleton{margin-top:.5rem}.dv-ui-theme .b-skeleton>.b-skeleton-item{line-height:1rem}.dv-ui-theme .b-skeleton.is-small>.b-skeleton-item{line-height:.75rem}.dv-ui-theme .b-skeleton.is-medium>.b-skeleton-item{line-height:1.25rem}.dv-ui-theme .b-skeleton.is-large>.b-skeleton-item{line-height:1.5rem}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.dv-ui-theme .b-sidebar .sidebar-content{background-color:#f5f5f5;box-shadow:5px 0 13px 3px hsla(0,0%,4%,.1);width:260px;z-index:39}.dv-ui-theme .b-sidebar .sidebar-content.is-white{background-color:#fff}.dv-ui-theme .b-sidebar .sidebar-content.is-black{background-color:#0a0a0a}.dv-ui-theme .b-sidebar .sidebar-content.is-light{background-color:#f5f5f5}.dv-ui-theme .b-sidebar .sidebar-content.is-dark{background-color:#363636}.dv-ui-theme .b-sidebar .sidebar-content.is-link,.dv-ui-theme .b-sidebar .sidebar-content.is-primary{background-color:#7957d5}.dv-ui-theme .b-sidebar .sidebar-content.is-info{background-color:#167df0}.dv-ui-theme .b-sidebar .sidebar-content.is-success{background-color:#48c78e}.dv-ui-theme .b-sidebar .sidebar-content.is-warning{background-color:#ffe08a}.dv-ui-theme .b-sidebar .sidebar-content.is-danger{background-color:#f14668}.dv-ui-theme .b-sidebar .sidebar-content.is-fixed{position:fixed;left:0;top:0}.dv-ui-theme .b-sidebar .sidebar-content.is-fixed.is-right{left:auto;right:0}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute{position:absolute;left:0;top:0}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute.is-right{left:auto;right:0}.dv-ui-theme .b-sidebar .sidebar-content.is-mini{width:80px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed){transition:width .15s ease-out}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth){width:260px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth).is-mini-expand-fixed{position:fixed}.dv-ui-theme .b-sidebar .sidebar-content.is-static{position:static}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute,.dv-ui-theme .b-sidebar .sidebar-content.is-static{transition:width .15s ease-out}.dv-ui-theme .b-sidebar .sidebar-content.is-fullwidth{width:100%;max-width:100%}.dv-ui-theme .b-sidebar .sidebar-content.is-fullheight{height:100%;max-height:100%;overflow:hidden;overflow-y:auto;display:flex;flex-direction:column;align-content:stretch}@media screen and (max-width:768px){.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile{width:80px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile){width:260px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile).is-mini-expand-fixed{position:fixed}.dv-ui-theme .b-sidebar .sidebar-content.is-hidden-mobile{width:0;height:0;overflow:hidden}.dv-ui-theme .b-sidebar .sidebar-content.is-fullwidth-mobile{width:100%;max-width:100%}}.dv-ui-theme .b-sidebar .sidebar-content .sidebar-close{background:hsla(0,0%,4%,.3)}.dv-ui-theme .b-sidebar .sidebar-content .sidebar-close:hover{background:hsla(0,0%,4%,.86)}.dv-ui-theme .b-sidebar .sidebar-background{bottom:0;left:0;position:absolute;right:0;top:0;background:hsla(0,0%,4%,.86);position:fixed;z-index:38}.dv-ui-theme .b-slider{margin:1em 0;background:transparent;width:100%}.dv-ui-theme .b-slider .b-slider-track{display:flex;align-items:center;position:relative;cursor:pointer;background:#dbdbdb;border-radius:4px}.dv-ui-theme .b-slider .b-slider-fill{position:absolute;height:100%;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a;top:50%;transform:translateY(-50%)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper{display:inline-flex;align-items:center;position:absolute;cursor:grab;transform:translate(-50%,-50%);top:50%;flex-direction:column}.dv-ui-theme .b-slider .b-slider-thumb-wrapper .b-slider-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff}.dv-ui-theme .b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus{transform:scale(1.25)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.is-dragging{cursor:grabbing}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb{transform:scale(1.25)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.has-indicator .b-slider-thumb{padding:16px 10px;display:flex;align-items:center;width:auto}.dv-ui-theme .b-slider.slider-focus{padding-top:20px;padding-bottom:20px;margin-top:-20px;margin-bottom:-20px;cursor:pointer}.dv-ui-theme .b-slider.is-rounded .b-slider-thumb{border-radius:9999px}.dv-ui-theme .b-slider.is-disabled .b-slider-track{cursor:not-allowed;opacity:.5}.dv-ui-theme .b-slider.is-disabled .b-slider-thumb-wrapper{cursor:not-allowed}.dv-ui-theme .b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb{transform:scale(1)}.dv-ui-theme .b-slider .b-slider-track{height:.5rem}.dv-ui-theme .b-slider .b-slider-thumb{height:1rem;width:1rem}.dv-ui-theme .b-slider .b-slider-tick{height:.25rem}.dv-ui-theme .b-slider .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.25rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-small .b-slider-track{height:.375rem}.dv-ui-theme .b-slider.is-small .b-slider-thumb{height:.75rem;width:.75rem}.dv-ui-theme .b-slider.is-small .b-slider-tick{height:.1875rem}.dv-ui-theme .b-slider.is-small .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.1875rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-medium .b-slider-track{height:.625rem}.dv-ui-theme .b-slider.is-medium .b-slider-thumb{height:1.25rem;width:1.25rem}.dv-ui-theme .b-slider.is-medium .b-slider-tick{height:.3125rem}.dv-ui-theme .b-slider.is-medium .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.3125rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-large .b-slider-track{height:.75rem}.dv-ui-theme .b-slider.is-large .b-slider-thumb{height:1.5rem;width:1.5rem}.dv-ui-theme .b-slider.is-large .b-slider-tick{height:.375rem}.dv-ui-theme .b-slider.is-large .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.375rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-white .b-slider-fill{background:#fff!important}.dv-ui-theme .b-slider.is-black .b-slider-fill{background:#0a0a0a!important}.dv-ui-theme .b-slider.is-light .b-slider-fill{background:#f5f5f5!important}.dv-ui-theme .b-slider.is-dark .b-slider-fill{background:#363636!important}.dv-ui-theme .b-slider.is-link .b-slider-fill,.dv-ui-theme .b-slider.is-primary .b-slider-fill{background:#7957d5!important}.dv-ui-theme .b-slider.is-info .b-slider-fill{background:#167df0!important}.dv-ui-theme .b-slider.is-success .b-slider-fill{background:#48c78e!important}.dv-ui-theme .b-slider.is-warning .b-slider-fill{background:#ffe08a!important}.dv-ui-theme .b-slider.is-danger .b-slider-fill{background:#f14668!important}.dv-ui-theme .b-slider .b-slider-tick{position:absolute;width:3px;transform:translate(-50%,-50%);top:50%;background:#b5b5b5;border-radius:4px}.dv-ui-theme .b-slider .b-slider-tick.is-tick-hidden{background:transparent}.dv-ui-theme .b-steps .steps .step-items{display:flex;flex-wrap:wrap}.dv-ui-theme .b-steps .steps .step-items .step-item{margin-top:0;position:relative;flex-grow:1;flex-basis:1em}.dv-ui-theme .b-steps .steps .step-items .step-item .step-link{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#4a4a4a}.dv-ui-theme .b-steps .steps .step-items .step-item .step-link:not(.is-clickable){cursor:not-allowed}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{align-items:center;display:flex;border-radius:4px;font-weight:700;justify-content:center;background:#b5b5b5;border:.2em solid #fff;z-index:1;overflow:hidden}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white:before{background:linear-gradient(270deg,#dbdbdb 50%,#fff 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active .step-marker{background-color:#fff;border-color:#fff;color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous .step-marker{color:#0a0a0a;background-color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black:before{background:linear-gradient(270deg,#dbdbdb 50%,#0a0a0a 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active .step-marker{background-color:#fff;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous .step-marker{color:#fff;background-color:#0a0a0a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light:before{background:linear-gradient(270deg,#dbdbdb 50%,#f5f5f5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active .step-marker{background-color:#fff;border-color:#f5f5f5;color:#f5f5f5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous .step-marker{color:rgba(0,0,0,.7);background-color:#f5f5f5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark:before{background:linear-gradient(270deg,#dbdbdb 50%,#363636 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active .step-marker{background-color:#fff;border-color:#363636;color:#363636}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker{color:#fff;background-color:#363636}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info:before{background:linear-gradient(270deg,#dbdbdb 50%,#167df0 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active .step-marker{background-color:#fff;border-color:#167df0;color:#167df0}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous .step-marker{color:#fff;background-color:#167df0}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success:before{background:linear-gradient(270deg,#dbdbdb 50%,#48c78e 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active .step-marker{background-color:#fff;border-color:#48c78e;color:#48c78e}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous .step-marker{color:#fff;background-color:#48c78e}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning:before{background:linear-gradient(270deg,#dbdbdb 50%,#ffe08a 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active .step-marker{background-color:#fff;border-color:#ffe08a;color:#ffe08a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker{color:rgba(0,0,0,.7);background-color:#ffe08a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger:before{background:linear-gradient(270deg,#dbdbdb 50%,#f14668 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active .step-marker{background-color:#fff;border-color:#f14668;color:#f14668}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker{color:#fff;background-color:#f14668}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item .step-details{text-align:center;z-index:1}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child),.dv-ui-theme .b-steps .steps .step-items .step-item:only-child{flex-shrink:1}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{content:" ";display:block;position:absolute;width:100%;bottom:0;left:-50%}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after{content:" ";display:block;position:absolute;height:.2em;bottom:0}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{width:25%;left:50%}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{right:50%;left:auto}.dv-ui-theme .b-steps .steps .step-items .step-item:after,.dv-ui-theme .b-steps .steps .step-items .step-item:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active .step-link{cursor:default}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps+.step-content{position:relative;overflow:visible;display:flex;flex-direction:column;padding:1rem}.dv-ui-theme .b-steps .steps+.step-content .step-item{flex-shrink:0;flex-basis:auto}.dv-ui-theme .b-steps .steps+.step-content .step-item:focus{outline:none}.dv-ui-theme .b-steps .steps+.step-content.is-transitioning{overflow:hidden}.dv-ui-theme .b-steps .steps.is-rounded .step-item .step-marker{border-radius:9999px}.dv-ui-theme .b-steps .steps.is-animated .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps.is-animated .step-item:only-child:before{transition:background .15s ease-out}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link,.dv-ui-theme .b-steps .steps.has-label-right .step-items .step-item .step-link{flex-direction:row}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link>.step-details,.dv-ui-theme .b-steps .steps.has-label-right .step-items .step-item .step-link>.step-details{background-color:#fff;padding:.2em}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link{flex-direction:row-reverse}.dv-ui-theme .b-steps .steps{font-size:1rem;min-height:2rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{height:2rem;width:2rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker .icon :before{font-size:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-details .step-title{font-size:1.2rem;font-weight:600;line-height:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{height:.2em;top:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after{top:1rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps .steps .step-items .step-item:after,.dv-ui-theme .b-steps .steps .step-items .step-item:before,.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before{top:1rem}}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-small .steps{font-size:.75rem;min-height:1.5rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker{height:1.5rem;width:1.5rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker .icon :before{font-size:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-details .step-title{font-size:.9rem;font-weight:600;line-height:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:only-child:before{height:.2em;top:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:only-child:after{top:.75rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:not(:first-child):before{top:.75rem}}.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-medium .steps{font-size:1.25rem;min-height:2.5rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker{height:2.5rem;width:2.5rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker .icon :before{font-size:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-details .step-title{font-size:1.5rem;font-weight:600;line-height:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:only-child:before{height:.2em;top:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:only-child:after{top:1.25rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:not(:first-child):before{top:1.25rem}}.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-large .steps{font-size:1.5rem;min-height:3rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker{height:3rem;width:3rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker .icon :before{font-size:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-details .step-title{font-size:1.8rem;font-weight:600;line-height:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:only-child:before{height:.2em;top:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:only-child:after{top:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:not(:first-child):before{top:1.5rem}}.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.dv-ui-theme .b-steps.is-vertical>.steps .step-items{height:100%;flex-direction:column;border-bottom-color:transparent}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item{width:100%;display:flex;align-items:center;justify-content:center;padding:1em 0}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:before{background:linear-gradient(0deg,#dbdbdb 50%,#7957d5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-white:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-white:before{background:linear-gradient(0deg,#dbdbdb 50%,#fff 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-black:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-black:before{background:linear-gradient(0deg,#dbdbdb 50%,#0a0a0a 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-light:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-light:before{background:linear-gradient(0deg,#dbdbdb 50%,#f5f5f5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-dark:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-dark:before{background:linear-gradient(0deg,#dbdbdb 50%,#363636 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-link:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-link:before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-primary:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-primary:before{background:linear-gradient(0deg,#dbdbdb 50%,#7957d5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-info:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-info:before{background:linear-gradient(0deg,#dbdbdb 50%,#167df0 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-success:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-success:before{background:linear-gradient(0deg,#dbdbdb 50%,#48c78e 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-warning:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-warning:before{background:linear-gradient(0deg,#dbdbdb 50%,#ffe08a 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-danger:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-danger:before{background:linear-gradient(0deg,#dbdbdb 50%,#f14668 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{height:100%;width:.2em;top:-50%;left:calc(50% - .1em)}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-active:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-active:before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-previous:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-previous:before{background-position:100% 0}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{top:50%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:after{width:.2em;top:auto;bottom:50%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{height:25%}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item{justify-content:flex-start}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item{justify-content:flex-end}.dv-ui-theme .b-steps.is-vertical>.steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link>.step-details{background-color:#fff}.dv-ui-theme .b-steps.is-vertical>.step-content{flex-grow:1}.dv-ui-theme .b-steps.is-vertical>.step-navigation{flex-basis:100%}.dv-ui-theme .b-steps.is-vertical.is-right{flex-direction:row-reverse}@media screen and (max-width:768px){.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active){display:none}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:after,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:before,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child):before{content:" ";display:block;position:absolute;height:.2em;width:25%;bottom:0;left:50%}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:before,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child):before{right:50%;left:auto}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details{display:none}}.dv-ui-theme .switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}.dv-ui-theme .switch+.switch:last-child{margin-right:0}.dv-ui-theme .switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background .15s ease-out,box-shadow .15s ease-out}.dv-ui-theme .switch input[type=checkbox]+.check.is-white-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#fff}.dv-ui-theme .switch input[type=checkbox]+.check.is-black-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#0a0a0a}.dv-ui-theme .switch input[type=checkbox]+.check.is-light-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#f5f5f5}.dv-ui-theme .switch input[type=checkbox]+.check.is-dark-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#363636}.dv-ui-theme .switch input[type=checkbox]+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]+.check.is-primary-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]+.check.is-info-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#167df0}.dv-ui-theme .switch input[type=checkbox]+.check.is-success-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#48c78e}.dv-ui-theme .switch input[type=checkbox]+.check.is-warning-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#ffe08a}.dv-ui-theme .switch input[type=checkbox]+.check.is-danger-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#f14668}.dv-ui-theme .switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.dv-ui-theme .switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:#f5f5f5;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease-out;will-change:transform;transform-origin:left}.dv-ui-theme .switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}.dv-ui-theme .switch input[type=checkbox]:checked+.check{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-white{background:#fff}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-primary{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-info{background:#167df0}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-warning{background:#ffe08a}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-danger{background:#f14668}.dv-ui-theme .switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%,0,0) scaleX(1.5)}.dv-ui-theme .switch input[type=checkbox]:active,.dv-ui-theme .switch input[type=checkbox]:focus{outline:none}.dv-ui-theme .switch input[type=checkbox]:active+.check,.dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.6)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-white-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-white-passive{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-black-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-black-passive{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-light-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-light-passive{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-dark-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-dark-passive{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]:active+.check.is-primary-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-primary-passive{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-info-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-info-passive{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-success-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-success-passive{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-warning-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-warning-passive{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-danger-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-danger-passive{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-white,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-black,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-light,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-dark,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-primary,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-info,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-success,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-warning,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-danger,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .switch.has-left-label{flex-direction:row-reverse}.dv-ui-theme .switch.has-left-label .control-label{padding-right:calc(.75em - 1px)}.dv-ui-theme .switch:not(.has-left-label) .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .switch:hover input[type=checkbox]+.check{background:hsla(0,0%,71%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-white-passive{background:hsla(0,0%,100%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-black-passive{background:hsla(0,0%,4%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-light-passive{background:hsla(0,0%,96%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-dark-passive{background:rgba(54,54,54,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-link-passive,.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-primary-passive{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-info-passive{background:rgba(22,125,240,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-success-passive{background:rgba(72,199,142,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-warning-passive{background:rgba(255,224,138,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-danger-passive{background:rgba(241,70,104,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-white{background:hsla(0,0%,100%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-black{background:hsla(0,0%,4%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-light{background:hsla(0,0%,96%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-dark{background:rgba(54,54,54,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-primary{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-info{background:rgba(22,125,240,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-success{background:rgba(72,199,142,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-warning{background:rgba(255,224,138,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-danger{background:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-rounded input[type=checkbox]+.check,.dv-ui-theme .switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}.dv-ui-theme .switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:9999px}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check{background:transparent;border:.1rem solid #b5b5b5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid rgba(241,70,104,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check{border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:transparent;border-color:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:transparent;border-color:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:transparent;border-color:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:transparent;border-color:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:transparent;border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:transparent;border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:transparent;border-color:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:transparent;border-color:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:transparent;border-color:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:transparent;border-color:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check:before{background:#7957d5}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]+.check{background:transparent;border-color:hsla(0,0%,71%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check{background:transparent;border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .switch.is-medium{font-size:1.25rem}.dv-ui-theme .switch.is-large{font-size:1.5rem}.dv-ui-theme .switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.dv-ui-theme .table-wrapper .table{margin-bottom:0}.dv-ui-theme .table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width:1023px){.dv-ui-theme .table-wrapper{overflow-x:auto}}.dv-ui-theme .b-table{transition:opacity 86ms ease-out}@media print,screen and (min-width:769px){.dv-ui-theme .b-table .table-mobile-sort{display:none}}.dv-ui-theme .b-table .icon{transition:transform .15s ease-out,opacity 86ms ease-out}.dv-ui-theme .b-table .icon.is-desc{transform:rotate(180deg)}.dv-ui-theme .b-table .icon.is-expanded{transform:rotate(90deg)}.dv-ui-theme .b-table .sort-icon.icon.is-desc{transform:rotate(180deg) translateY(-50%)!important}.dv-ui-theme .b-table .table{width:100%;border:1px solid transparent;border-radius:4px;border-collapse:separate}.dv-ui-theme .b-table .table th{font-weight:600}.dv-ui-theme .b-table .table th .th-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.dv-ui-theme .b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.dv-ui-theme .b-table .table th .th-wrap.is-numeric{flex-direction:row-reverse;text-align:right;width:95%}.dv-ui-theme .b-table .table th .th-wrap.is-numeric .sort-icon{margin-left:0;margin-right:.5rem;left:0;right:auto}.dv-ui-theme .b-table .table th .th-wrap.is-centered{justify-content:center;text-align:center}.dv-ui-theme .b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.dv-ui-theme .b-table .table th.is-sortable:hover{border-color:#7a7a7a}.dv-ui-theme .b-table .table th.is-sortable,.dv-ui-theme .b-table .table th.is-sortable .th-wrap{cursor:pointer}.dv-ui-theme .b-table .table th.is-sortable .is-relative,.dv-ui-theme .b-table .table th.is-sortable .th-wrap .is-relative{position:absolute}.dv-ui-theme .b-table .table th .sort-icon{position:absolute;bottom:50%;right:0;transform:translateY(50%)}.dv-ui-theme .b-table .table th .multi-sort-icons{display:flex;align-items:center}.dv-ui-theme .b-table .table th .multi-sort-icons .multi-sort-cancel-icon{margin-left:10px}.dv-ui-theme .b-table .table th.is-sticky{position:sticky;left:0;z-index:3!important;background:transparent}.dv-ui-theme .b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%237957d5' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%}.dv-ui-theme .b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.dv-ui-theme .b-table .table tr.is-empty:hover{background-color:transparent}.dv-ui-theme .b-table .table .chevron-cell{vertical-align:middle}.dv-ui-theme .b-table .table .chevron-cell>a{color:#7957d5!important}.dv-ui-theme .b-table .table .checkbox-cell{width:40px}.dv-ui-theme .b-table .table .checkbox-cell .checkbox{vertical-align:middle}.dv-ui-theme .b-table .table .checkbox-cell .checkbox .check{transition:none}.dv-ui-theme .b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.dv-ui-theme .b-table .table tr.detail .detail-container{padding:1rem}.dv-ui-theme .b-table .table:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-table .table.is-bordered th.is-current-sort,.dv-ui-theme .b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}.dv-ui-theme .b-table .table td.is-sticky{position:sticky;left:0;z-index:1;background:#fff}.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n) td.is-sticky{background:#fafafa}.dv-ui-theme .b-table .level:not(.top){padding-bottom:1.5rem}.dv-ui-theme .b-table .table-wrapper{position:relative}.dv-ui-theme .b-table .table-wrapper.has-sticky-header{height:300px;overflow-y:auto}@media screen and (max-width:768px){.dv-ui-theme .b-table .table-wrapper.has-sticky-header.has-mobile-cards{height:auto!important;overflow-y:initial!important}}.dv-ui-theme .b-table .table-wrapper.has-sticky-header tr:first-child th{position:sticky;top:0;z-index:2;background:#fff}@media screen and (max-width:768px){.dv-ui-theme .b-table .table-wrapper.has-mobile-cards .table{background-color:transparent}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr{box-shadow:none;border-width:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr th{display:none}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr .checkbox-cell{display:block;width:100%;text-align:right;margin-bottom:1rem;border:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tfoot th{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr td{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:#fff}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:#fff}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr.detail{margin-top:-1rem}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}.dv-ui-theme .b-table .table-wrapper.is-card-list .table{background-color:transparent}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr{box-shadow:none;border-width:0}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr th{display:none}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr .checkbox-cell{display:block;width:100%;text-align:right;margin-bottom:1rem;border:0}.dv-ui-theme .b-table .table-wrapper.is-card-list tfoot th{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.is-card-list tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.dv-ui-theme .b-table .table-wrapper.is-card-list tr td{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.is-card-list tr td:last-child{border-bottom:0}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(:last-child){margin-bottom:1rem}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not([class*=is-]){background:#fff}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover{background-color:#fff}.dv-ui-theme .b-table .table-wrapper.is-card-list tr.detail{margin-top:-1rem}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}.dv-ui-theme .touch-dragged-cell{position:absolute}.dv-ui-theme .touch-dragged-cell,.dv-ui-theme .touch-dragged-cell .table{pointer-events:none;background-color:color-mix(in srgb,#fff 10%,transparent)}.dv-ui-theme .touch-dragged-cell .table{width:100%}.dv-ui-theme .touch-dragged-cell .table td,.dv-ui-theme .touch-dragged-cell .table tr{background-color:transparent}@media screen and (max-width:768px){.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr{display:block}.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr td{display:flex;justify-content:space-between;text-align:right}.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}.dv-ui-theme .b-tabs .tabs{margin-bottom:0;flex-shrink:0}.dv-ui-theme .b-tabs .tabs li a:focus{outline:none;border-bottom-color:#7957d5}.dv-ui-theme .b-tabs .tabs li:not(.is-active) a:focus{border-bottom-color:#363636}.dv-ui-theme .b-tabs .tabs li.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .b-tabs .tabs.is-boxed li a:focus{background-color:#fff;border-bottom-color:transparent}.dv-ui-theme .b-tabs .tabs.is-boxed li:not(.is-active) a:focus{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.dv-ui-theme .b-tabs .tabs.is-toggle li a:focus{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-tabs .tabs.is-toggle li:not(.is-active) a:focus{background-color:#f5f5f5;border-color:#b5b5b5}.dv-ui-theme .b-tabs .tab-content{position:relative;overflow:visible;display:flex;flex-direction:column;padding:1rem}.dv-ui-theme .b-tabs .tab-content .tab-item{flex-shrink:0;flex-basis:auto}.dv-ui-theme .b-tabs .tab-content .tab-item:focus{outline:none}.dv-ui-theme .b-tabs .tab-content.is-transitioning{overflow:hidden}.dv-ui-theme .b-tabs:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .b-tabs.is-fullwidth{width:100%}.dv-ui-theme .b-tabs.is-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.dv-ui-theme .b-tabs.is-vertical>.tabs ul{flex-direction:column;border-bottom-color:transparent}.dv-ui-theme .b-tabs.is-vertical>.tabs ul li{width:100%}.dv-ui-theme .b-tabs.is-vertical>.tabs ul li a{justify-content:left}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-boxed li a{border-bottom-color:transparent!important;border-right-color:#dbdbdb!important;border-radius:4px 0 0 4px}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-boxed li.is-active a{border-bottom-color:#dbdbdb!important;border-right-color:transparent!important}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li+li{margin-left:0}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li:first-child a{border-radius:4px 4px 0 0}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li:last-child a{border-radius:0 0 4px 4px}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-fullwidth li a{height:100%}.dv-ui-theme .b-tabs.is-vertical>.tab-content{flex-grow:1}.dv-ui-theme .b-tabs.is-vertical.is-right,.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs ul a{flex-direction:row-reverse}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs ul a .icon:first-child{margin-right:0;margin-left:.5em}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs.is-boxed li a{border-bottom-color:transparent!important;border-right-color:transparent!important;border-left-color:#dbdbdb!important;border-radius:0 4px 4px 0}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs.is-boxed li.is-active a{border-bottom-color:#dbdbdb!important;border-right-color:#dbdbdb!important;border-left-color:transparent!important}.dv-ui-theme .b-tabs.is-multiline>.tabs ul{flex-wrap:wrap;flex-shrink:1}.dv-ui-theme .tag .has-ellipsis{max-width:10em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dv-ui-theme .tag .delete.is-white,.dv-ui-theme .tag.has-delete-icon.is-white,.dv-ui-theme .tag.is-delete.is-white{background:#fff}.dv-ui-theme .tag .delete.is-white:hover,.dv-ui-theme .tag.has-delete-icon.is-white:hover,.dv-ui-theme .tag.is-delete.is-white:hover{background-color:#e6e6e6;text-decoration:none}.dv-ui-theme .tag .delete.is-black,.dv-ui-theme .tag.has-delete-icon.is-black,.dv-ui-theme .tag.is-delete.is-black{background:#0a0a0a}.dv-ui-theme .tag .delete.is-black:hover,.dv-ui-theme .tag.has-delete-icon.is-black:hover,.dv-ui-theme .tag.is-delete.is-black:hover{background-color:#000;text-decoration:none}.dv-ui-theme .tag .delete.is-light,.dv-ui-theme .tag.has-delete-icon.is-light,.dv-ui-theme .tag.is-delete.is-light{background:#f5f5f5}.dv-ui-theme .tag .delete.is-light:hover,.dv-ui-theme .tag.has-delete-icon.is-light:hover,.dv-ui-theme .tag.is-delete.is-light:hover{background-color:#dbdbdb;text-decoration:none}.dv-ui-theme .tag .delete.is-dark,.dv-ui-theme .tag.has-delete-icon.is-dark,.dv-ui-theme .tag.is-delete.is-dark{background:#363636}.dv-ui-theme .tag .delete.is-dark:hover,.dv-ui-theme .tag.has-delete-icon.is-dark:hover,.dv-ui-theme .tag.is-delete.is-dark:hover{background-color:#1c1c1c;text-decoration:none}.dv-ui-theme .tag .delete.is-primary,.dv-ui-theme .tag.has-delete-icon.is-primary,.dv-ui-theme .tag.is-delete.is-primary{background:#7957d5}.dv-ui-theme .tag .delete.is-primary:hover,.dv-ui-theme .tag.has-delete-icon.is-primary:hover,.dv-ui-theme .tag.is-delete.is-primary:hover{background-color:#5a32c7;text-decoration:none}.dv-ui-theme .tag .delete.is-link,.dv-ui-theme .tag.has-delete-icon.is-link,.dv-ui-theme .tag.is-delete.is-link{background:#7957d5}.dv-ui-theme .tag .delete.is-link:hover,.dv-ui-theme .tag.has-delete-icon.is-link:hover,.dv-ui-theme .tag.is-delete.is-link:hover{background-color:#5a32c7;text-decoration:none}.dv-ui-theme .tag .delete.is-info,.dv-ui-theme .tag.has-delete-icon.is-info,.dv-ui-theme .tag.is-delete.is-info{background:#167df0}.dv-ui-theme .tag .delete.is-info:hover,.dv-ui-theme .tag.has-delete-icon.is-info:hover,.dv-ui-theme .tag.is-delete.is-info:hover{background-color:#0d64c6;text-decoration:none}.dv-ui-theme .tag .delete.is-success,.dv-ui-theme .tag.has-delete-icon.is-success,.dv-ui-theme .tag.is-delete.is-success{background:#48c78e}.dv-ui-theme .tag .delete.is-success:hover,.dv-ui-theme .tag.has-delete-icon.is-success:hover,.dv-ui-theme .tag.is-delete.is-success:hover{background-color:#34a873;text-decoration:none}.dv-ui-theme .tag .delete.is-warning,.dv-ui-theme .tag.has-delete-icon.is-warning,.dv-ui-theme .tag.is-delete.is-warning{background:#ffe08a}.dv-ui-theme .tag .delete.is-warning:hover,.dv-ui-theme .tag.has-delete-icon.is-warning:hover,.dv-ui-theme .tag.is-delete.is-warning:hover{background-color:#ffd257;text-decoration:none}.dv-ui-theme .tag .delete.is-danger,.dv-ui-theme .tag.has-delete-icon.is-danger,.dv-ui-theme .tag.is-delete.is-danger{background:#f14668}.dv-ui-theme .tag .delete.is-danger:hover,.dv-ui-theme .tag.has-delete-icon.is-danger:hover,.dv-ui-theme .tag.is-delete.is-danger:hover{background-color:#ee1742;text-decoration:none}.dv-ui-theme .tag.has-delete-icon{padding:0}.dv-ui-theme .tag.has-delete-icon .icon:first-child:not(:last-child){margin-right:0;margin-left:0}.dv-ui-theme .tags.inline-tags{margin-bottom:0}.dv-ui-theme .tags.inline-tags:not(:last-child){margin-right:.5rem}.dv-ui-theme .taginput .taginput-container{display:flex}.dv-ui-theme .taginput .taginput-container.is-focusable{padding-bottom:0;padding-top:calc(.275em - 1px);padding-left:0;padding-right:0;cursor:text}.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container:not(.is-focusable){align-items:center;flex-wrap:wrap;justify-content:flex-start;height:auto}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-medium{font-size:1.25rem}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-large{font-size:1.5rem}.dv-ui-theme .taginput .taginput-container>.tag,.dv-ui-theme .taginput .taginput-container>.tags{margin-left:.275rem;margin-bottom:calc(.275em - 1px);font-size:.9em;height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container>.tag .tag,.dv-ui-theme .taginput .taginput-container>.tags .tag{margin-bottom:0;font-size:.9em;height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container>.tag .tag.is-delete,.dv-ui-theme .taginput .taginput-container>.tags .tag.is-delete{width:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container .autocomplete{position:static;flex:1}.dv-ui-theme .taginput .taginput-container .autocomplete input{height:calc(2em - 1px);margin-bottom:calc(.275em - 1px);padding-top:0;padding-bottom:0;border:none;box-shadow:none;min-width:8em}.dv-ui-theme .taginput .taginput-container .autocomplete input:focus{box-shadow:none!important}.dv-ui-theme .taginput .taginput-container .autocomplete .icon{height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container .autocomplete>.control.is-loading:after{top:.375em}.dv-ui-theme .timepicker .dropdown-menu{min-width:0}.dv-ui-theme .timepicker .dropdown,.dv-ui-theme .timepicker .dropdown-trigger{width:100%}.dv-ui-theme .timepicker .dropdown .input[readonly],.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .timepicker .dropdown .input[readonly].is-active,.dv-ui-theme .timepicker .dropdown .input[readonly].is-focused,.dv-ui-theme .timepicker .dropdown .input[readonly]:active,.dv-ui-theme .timepicker .dropdown .input[readonly]:focus,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .timepicker .dropdown.is-disabled{opacity:1}.dv-ui-theme .dropdown .dropdown-menu .has-link .timepicker a,.dv-ui-theme .timepicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .timepicker .dropdown-item{font-size:inherit;padding:0}.dv-ui-theme .timepicker .timepicker-footer{padding:0 .5rem 0 .5rem}.dv-ui-theme .timepicker .dropdown-content .control{font-size:1.25em;margin-right:0!important}.dv-ui-theme .timepicker .dropdown-content .control .select{margin:0 .125em}.dv-ui-theme .timepicker .dropdown-content .control .select select{font-weight:600;padding-right:calc(.75em - 1px);border:0}.dv-ui-theme .timepicker .dropdown-content .control .select select option:disabled{color:hsla(0,0%,48%,.7)}.dv-ui-theme .timepicker .dropdown-content .control .select:after{display:none}.dv-ui-theme .timepicker .dropdown-content .control.is-colon{font-size:1.7em;line-height:1.7em}.dv-ui-theme .timepicker .dropdown-content .control.is-colon:last-child{padding-right:calc(.75em - 1px)}.dv-ui-theme .timepicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .timepicker.is-medium{font-size:1.25rem}.dv-ui-theme .timepicker.is-large{font-size:1.5rem}.dv-ui-theme .b-tooltip{position:relative;display:inline-flex}.dv-ui-theme .b-tooltip.is-top .tooltip-content{top:auto;right:auto;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-tooltip.is-top .tooltip-content:before{top:100%;right:auto;bottom:auto;left:50%;transform:translateX(-50%);border-top:5px solid #7957d5;border-right:5px solid transparent;border-left:5px solid transparent}.dv-ui-theme .b-tooltip.is-top.is-white .tooltip-content:before{border-top-color:#fff}.dv-ui-theme .b-tooltip.is-top.is-black .tooltip-content:before{border-top-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-top.is-light .tooltip-content:before{border-top-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-top.is-dark .tooltip-content:before{border-top-color:#363636}.dv-ui-theme .b-tooltip.is-top.is-primary .tooltip-content:before{border-top-color:#7957d5}.dv-ui-theme .b-tooltip.is-top.is-primary.is-light .tooltip-content:before{border-top-color:#f2effb}.dv-ui-theme .b-tooltip.is-top.is-link .tooltip-content:before{border-top-color:#7957d5}.dv-ui-theme .b-tooltip.is-top.is-link.is-light .tooltip-content:before{border-top-color:#f2effb}.dv-ui-theme .b-tooltip.is-top.is-info .tooltip-content:before{border-top-color:#167df0}.dv-ui-theme .b-tooltip.is-top.is-info.is-light .tooltip-content:before{border-top-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-top.is-success .tooltip-content:before{border-top-color:#48c78e}.dv-ui-theme .b-tooltip.is-top.is-success.is-light .tooltip-content:before{border-top-color:#effaf5}.dv-ui-theme .b-tooltip.is-top.is-warning .tooltip-content:before{border-top-color:#ffe08a}.dv-ui-theme .b-tooltip.is-top.is-warning.is-light .tooltip-content:before{border-top-color:#fffaeb}.dv-ui-theme .b-tooltip.is-top.is-danger .tooltip-content:before{border-top-color:#f14668}.dv-ui-theme .b-tooltip.is-top.is-danger.is-light .tooltip-content:before{border-top-color:#feecf0}.dv-ui-theme .b-tooltip.is-right .tooltip-content{top:50%;right:auto;bottom:auto;left:calc(100% + 7px);transform:translateY(-50%)}.dv-ui-theme .b-tooltip.is-right .tooltip-content:before{top:50%;right:100%;bottom:auto;left:auto;transform:translateY(-50%);border-top:5px solid transparent;border-right:5px solid #7957d5;border-bottom:5px solid transparent}.dv-ui-theme .b-tooltip.is-right.is-white .tooltip-content:before{border-right-color:#fff}.dv-ui-theme .b-tooltip.is-right.is-black .tooltip-content:before{border-right-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-right.is-light .tooltip-content:before{border-right-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-right.is-dark .tooltip-content:before{border-right-color:#363636}.dv-ui-theme .b-tooltip.is-right.is-primary .tooltip-content:before{border-right-color:#7957d5}.dv-ui-theme .b-tooltip.is-right.is-primary.is-light .tooltip-content:before{border-right-color:#f2effb}.dv-ui-theme .b-tooltip.is-right.is-link .tooltip-content:before{border-right-color:#7957d5}.dv-ui-theme .b-tooltip.is-right.is-link.is-light .tooltip-content:before{border-right-color:#f2effb}.dv-ui-theme .b-tooltip.is-right.is-info .tooltip-content:before{border-right-color:#167df0}.dv-ui-theme .b-tooltip.is-right.is-info.is-light .tooltip-content:before{border-right-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-right.is-success .tooltip-content:before{border-right-color:#48c78e}.dv-ui-theme .b-tooltip.is-right.is-success.is-light .tooltip-content:before{border-right-color:#effaf5}.dv-ui-theme .b-tooltip.is-right.is-warning .tooltip-content:before{border-right-color:#ffe08a}.dv-ui-theme .b-tooltip.is-right.is-warning.is-light .tooltip-content:before{border-right-color:#fffaeb}.dv-ui-theme .b-tooltip.is-right.is-danger .tooltip-content:before{border-right-color:#f14668}.dv-ui-theme .b-tooltip.is-right.is-danger.is-light .tooltip-content:before{border-right-color:#feecf0}.dv-ui-theme .b-tooltip.is-bottom .tooltip-content{top:calc(100% + 7px);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.dv-ui-theme .b-tooltip.is-bottom .tooltip-content:before{top:auto;right:auto;bottom:100%;left:50%;transform:translateX(-50%);border-right:5px solid transparent;border-bottom:5px solid #7957d5;border-left:5px solid transparent}.dv-ui-theme .b-tooltip.is-bottom.is-white .tooltip-content:before{border-bottom-color:#fff}.dv-ui-theme .b-tooltip.is-bottom.is-black .tooltip-content:before{border-bottom-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-bottom.is-light .tooltip-content:before{border-bottom-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-bottom.is-dark .tooltip-content:before{border-bottom-color:#363636}.dv-ui-theme .b-tooltip.is-bottom.is-primary .tooltip-content:before{border-bottom-color:#7957d5}.dv-ui-theme .b-tooltip.is-bottom.is-primary.is-light .tooltip-content:before{border-bottom-color:#f2effb}.dv-ui-theme .b-tooltip.is-bottom.is-link .tooltip-content:before{border-bottom-color:#7957d5}.dv-ui-theme .b-tooltip.is-bottom.is-link.is-light .tooltip-content:before{border-bottom-color:#f2effb}.dv-ui-theme .b-tooltip.is-bottom.is-info .tooltip-content:before{border-bottom-color:#167df0}.dv-ui-theme .b-tooltip.is-bottom.is-info.is-light .tooltip-content:before{border-bottom-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-bottom.is-success .tooltip-content:before{border-bottom-color:#48c78e}.dv-ui-theme .b-tooltip.is-bottom.is-success.is-light .tooltip-content:before{border-bottom-color:#effaf5}.dv-ui-theme .b-tooltip.is-bottom.is-warning .tooltip-content:before{border-bottom-color:#ffe08a}.dv-ui-theme .b-tooltip.is-bottom.is-warning.is-light .tooltip-content:before{border-bottom-color:#fffaeb}.dv-ui-theme .b-tooltip.is-bottom.is-danger .tooltip-content:before{border-bottom-color:#f14668}.dv-ui-theme .b-tooltip.is-bottom.is-danger.is-light .tooltip-content:before{border-bottom-color:#feecf0}.dv-ui-theme .b-tooltip.is-left .tooltip-content{top:50%;right:calc(100% + 7px);bottom:auto;left:auto;transform:translateY(-50%)}.dv-ui-theme .b-tooltip.is-left .tooltip-content:before{top:50%;right:auto;bottom:auto;left:100%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #7957d5}.dv-ui-theme .b-tooltip.is-left.is-white .tooltip-content:before{border-left-color:#fff}.dv-ui-theme .b-tooltip.is-left.is-black .tooltip-content:before{border-left-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-left.is-light .tooltip-content:before{border-left-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-left.is-dark .tooltip-content:before{border-left-color:#363636}.dv-ui-theme .b-tooltip.is-left.is-primary .tooltip-content:before{border-left-color:#7957d5}.dv-ui-theme .b-tooltip.is-left.is-primary.is-light .tooltip-content:before{border-left-color:#f2effb}.dv-ui-theme .b-tooltip.is-left.is-link .tooltip-content:before{border-left-color:#7957d5}.dv-ui-theme .b-tooltip.is-left.is-link.is-light .tooltip-content:before{border-left-color:#f2effb}.dv-ui-theme .b-tooltip.is-left.is-info .tooltip-content:before{border-left-color:#167df0}.dv-ui-theme .b-tooltip.is-left.is-info.is-light .tooltip-content:before{border-left-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-left.is-success .tooltip-content:before{border-left-color:#48c78e}.dv-ui-theme .b-tooltip.is-left.is-success.is-light .tooltip-content:before{border-left-color:#effaf5}.dv-ui-theme .b-tooltip.is-left.is-warning .tooltip-content:before{border-left-color:#ffe08a}.dv-ui-theme .b-tooltip.is-left.is-warning.is-light .tooltip-content:before{border-left-color:#fffaeb}.dv-ui-theme .b-tooltip.is-left.is-danger .tooltip-content:before{border-left-color:#f14668}.dv-ui-theme .b-tooltip.is-left.is-danger.is-light .tooltip-content:before{border-left-color:#feecf0}.dv-ui-theme .b-tooltip .tooltip-content{width:auto;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:400;box-shadow:0 1px 2px 1px rgba(0,1,0,.2);z-index:38;white-space:nowrap;position:absolute}.dv-ui-theme .b-tooltip .tooltip-content:before{position:absolute;content:"";pointer-events:none;z-index:38}.dv-ui-theme .b-tooltip .tooltip-trigger{width:100%}.dv-ui-theme .b-tooltip.is-white .tooltip-content{background:#fff;color:#0a0a0a}.dv-ui-theme .b-tooltip.is-black .tooltip-content{background:#0a0a0a;color:#fff}.dv-ui-theme .b-tooltip.is-light .tooltip-content{background:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-tooltip.is-dark .tooltip-content{background:#363636;color:#fff}.dv-ui-theme .b-tooltip.is-primary .tooltip-content{background:#7957d5;color:#fff}.dv-ui-theme .b-tooltip.is-primary.is-light .tooltip-content{background:#f2effb;color:#552fbc}.dv-ui-theme .b-tooltip.is-link .tooltip-content{background:#7957d5;color:#fff}.dv-ui-theme .b-tooltip.is-link.is-light .tooltip-content{background:#f2effb;color:#552fbc}.dv-ui-theme .b-tooltip.is-info .tooltip-content{background:#167df0;color:#fff}.dv-ui-theme .b-tooltip.is-info.is-light .tooltip-content{background:#ecf4fe;color:#0d68ce}.dv-ui-theme .b-tooltip.is-success .tooltip-content{background:#48c78e;color:#fff}.dv-ui-theme .b-tooltip.is-success.is-light .tooltip-content{background:#effaf5;color:#257953}.dv-ui-theme .b-tooltip.is-warning .tooltip-content{background:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-tooltip.is-warning.is-light .tooltip-content{background:#fffaeb;color:#946c00}.dv-ui-theme .b-tooltip.is-danger .tooltip-content{background:#f14668;color:#fff}.dv-ui-theme .b-tooltip.is-danger.is-light .tooltip-content{background:#feecf0;color:#cc0f35}.dv-ui-theme .b-tooltip.is-always .tooltip-content,.dv-ui-theme .b-tooltip.is-always .tooltip-content:before{opacity:1;visibility:visible}.dv-ui-theme .b-tooltip.is-multiline .tooltip-content{display:flex-block;text-align:center;white-space:normal}.dv-ui-theme .b-tooltip.is-multiline.is-small .tooltip-content{width:180px}.dv-ui-theme .b-tooltip.is-multiline.is-medium .tooltip-content{width:240px}.dv-ui-theme .b-tooltip.is-multiline.is-large .tooltip-content{width:300px}.dv-ui-theme .b-tooltip.is-dashed .tooltip-trigger{border-bottom:1px dashed #b5b5b5;cursor:default}.dv-ui-theme .b-tooltip.is-square .tooltip-content{border-radius:0}.dv-ui-theme .upload{position:relative;display:inline-flex}.dv-ui-theme .upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;outline:none;cursor:pointer;z-index:-1}.dv-ui-theme .upload .upload-draggable{cursor:pointer;padding:.25em;border:1px dashed #b5b5b5;border-radius:6px}.dv-ui-theme .upload .upload-draggable.is-disabled{opacity:.5;cursor:not-allowed}.dv-ui-theme .upload .upload-draggable.is-loading{position:relative;pointer-events:none;opacity:.5}.dv-ui-theme .upload .upload-draggable.is-loading:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;top:0;left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.dv-ui-theme .upload .upload-draggable.is-hovered.is-white,.dv-ui-theme .upload .upload-draggable:hover.is-white{border-color:#fff;background:hsla(0,0%,100%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-black,.dv-ui-theme .upload .upload-draggable:hover.is-black{border-color:#0a0a0a;background:hsla(0,0%,4%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-light,.dv-ui-theme .upload .upload-draggable:hover.is-light{border-color:#f5f5f5;background:hsla(0,0%,96%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-dark,.dv-ui-theme .upload .upload-draggable:hover.is-dark{border-color:#363636;background:rgba(54,54,54,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-link,.dv-ui-theme .upload .upload-draggable.is-hovered.is-primary,.dv-ui-theme .upload .upload-draggable:hover.is-link,.dv-ui-theme .upload .upload-draggable:hover.is-primary{border-color:#7957d5;background:rgba(121,87,213,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-info,.dv-ui-theme .upload .upload-draggable:hover.is-info{border-color:#167df0;background:rgba(22,125,240,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-success,.dv-ui-theme .upload .upload-draggable:hover.is-success{border-color:#48c78e;background:rgba(72,199,142,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-warning,.dv-ui-theme .upload .upload-draggable:hover.is-warning{border-color:#ffe08a;background:rgba(255,224,138,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-danger,.dv-ui-theme .upload .upload-draggable:hover.is-danger{border-color:#f14668;background:rgba(241,70,104,.05)}.dv-ui-theme .upload .upload-draggable.is-expanded,.dv-ui-theme .upload.is-expanded{width:100%}.dv-ui-theme .upload.is-rounded{border-radius:9999px}.dv-ui-theme .upload.is-rounded .file-name{border-top-right-radius:9999px;border-bottom-right-radius:9999px}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.dv-ui-theme .upload input[type=file]{z-index:auto}.dv-ui-theme .upload .upload-draggable+input[type=file]{z-index:-1}}.dv-ui-theme h1{font-size:48px;color:#1a1a1a}.dv-ui-theme h2{font-size:24px;color:#1a1a1a}.dv-ui-theme a{color:var(--primary-color)}.dv-ui-theme .v-enter-active,.dv-ui-theme .v-leave-active{transition:opacity .2s ease-in-out}.dv-ui-theme .v-enter-from,.dv-ui-theme .v-leave-to{opacity:0}.dv-ui-theme button.is-primary{background-color:var(--primary-color)!important;color:#fff!important}.dv-ui-theme button.is-primary:hover:enabled{filter:brightness(.8) contrast(160%) grayscale(.4)}.dv-ui-theme button.is-primary:disabled{background-color:#858585}.dv-ui-theme button.finish-review-btn{margin-right:2px}.dv-ui-theme button.finish-review-btn:focus{box-shadow:none;outline:3px solid #344054;border:2px solid;margin-right:1px}.dv-ui-theme button.finish-review-btn .spinner{margin:auto!important}.dv-ui-theme button.edit-mode-btn[disabled]{border:1px solid #e2e3e4}.dv-ui-theme button[disabled]{border:none}.dv-ui-theme button[disabled]:hover{text-decoration:none}.dv-ui-theme button.primary-button{border-radius:var(--primary-button)!important}.dv-ui-theme button.tertiary-button{border-radius:20px!important}.dv-ui-theme .b-slider.is-full-height,.dv-ui-theme .b-slider.is-full-height .b-slider-track,.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper,.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger{height:100%}.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{height:100%;width:1px}.dv-ui-theme .b-slider.show-hover .b-slider-track:hover .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{width:4px;transform:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);opacity:.8}.dv-ui-theme .b-slider.show-line .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{background-color:#f0f0f0;background-image:none}.dv-ui-theme .b-slider.is-move{margin:0}.dv-ui-theme .b-slider.is-move.is-disabled .b-slider-thumb-wrapper,.dv-ui-theme .b-slider.is-move.is-disabled .b-slider-track{cursor:not-allowed!important}.dv-ui-theme .b-slider.is-move .b-slider-track{cursor:col-resize;color:#fff;background:transparent!important}.dv-ui-theme .b-slider.is-move .b-slider-fill{background:transparent!important}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper{cursor:col-resize}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper .b-slider-thumb{background:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);width:5px;border:none}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper .tooltip-content{-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .carousel-list.has-shadow{box-shadow:none!important}.dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:none!important}.dv-ui-theme .carousel-list .carousel-arrow .icon{color:var(--primary-color)}.dv-ui-theme .carousel-list .carousel-arrow .icon:hover{border:1px solid var(--primary-color)}.dv-ui-theme .carousel-list .carousel-arrow .icon svg{height:100%}.dv-ui-theme .error-message{position:absolute;width:100%}.dv-ui-theme .error-message .message{padding:0}.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}.dv-ui-theme .error-message .media-content{display:flex;justify-content:flex-end}.dv-ui-theme .error-message .message-container{display:flex;width:100%;justify-content:center;align-items:center}.dv-ui-theme .error-message .message-container .server-error{display:flex}.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}.dv-ui-theme .error-message .message-container .server-error .contact-support .icon{padding-left:10px}.dv-ui-theme .error-message .message-container .server-error .contact-support:hover{cursor:pointer}.dv-ui-theme .error-message .btn-container{cursor:pointer;display:flex;align-items:center}.dv-ui-theme .message.label-message .message-body{padding:5px 15px 5px 15px!important}.dv-ui-theme .dropdown.no-padding-bottom .dropdown-content{padding-bottom:0}.dv-ui-theme .dropdown.no-padding-top .dropdown-content{padding-top:0}.dv-ui-theme .dropdown+.dropdown{margin-left:0}.dv-ui-theme .dropdown.dropdown-full-width .dropdown-menu{width:100%}.dv-ui-theme .dropdown .dropdown-trigger{justify-content:space-between;width:100%}.dv-ui-theme .dropdown .dropdown-trigger .icon.download-file svg,.dv-ui-theme .dropdown .dropdown-trigger .icon.search-icon svg{height:100%!important;width:100%!important}.dv-ui-theme .dropdown .dropdown-menu{padding-top:0;min-width:40px;width:auto}.dv-ui-theme .dropdown a.dropdown-item{padding-right:16px}.dv-ui-theme .dropdown a.dropdown-item.is-active{background-color:var(--primary-color)}.dv-ui-theme .dropdown a.dropdown-item.is-disabled{color:#667085!important}.dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item{color:#1a1a1a;font-size:16px;line-height:24px}.dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item:hover{color:var(--primary-color);background:none;border:none}.dv-ui-theme .dropdown.dropdown-menu-animation.label-dropdown{width:100%}.dv-ui-theme .taginput-container.is-focused{box-shadow:none!important;border-color:var(--primary-color)!important}.dv-ui-theme .taginput-container .tag{border:none!important}.dv-ui-theme .field input{box-shadow:none!important}.dv-ui-theme .field input:focus{border-color:var(--primary-color)}.dv-ui-theme .field .control.has-icons-left .icon svg{height:20px;width:20px}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]+.check{background-color:#fff}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:var(--primary-color)!important}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{border-color:var(--primary-color)!important;background-color:var(--primary-color)}.dv-ui-theme .modal{z-index:999}.dv-ui-theme .modal.model-overflow-visible .modal-card-body,.dv-ui-theme .modal.model-overflow-visible .modal-content{overflow:visible}.dv-ui-theme .modal.modal-text-center{text-align:center}.dv-ui-theme .modal.modal-400{position:absolute!important}.dv-ui-theme .modal.modal-400 .modal-content{max-width:400px!important}.dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden{overflow:hidden;padding:0}.dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden .content{overflow:auto;padding:20px}.dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body{border-radius:16px 16px 16px 16px!important}.dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body.split-modal{padding-bottom:0}.dv-ui-theme .modal.is-active .modal-content{height:auto;margin-left:auto;margin-right:auto;position:relative}.dv-ui-theme .modal.is-active .modal-content .modal-close{position:absolute;top:14px}.dv-ui-theme .modal.is-active .modal-content .modal-close:after,.dv-ui-theme .modal.is-active .modal-content .modal-close:before{background-color:#858585}.dv-ui-theme .modal.is-active .modal-content .modal-close:hover{background-color:#fff}.dv-ui-theme .modal.is-active .modal-content .modal-card-body{background:#fff;border-radius:16px 16px 0 0!important}.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}.dv-ui-theme .modal.modal-absolute{position:absolute}.dv-ui-theme .modal .modal-background{background-color:#000;opacity:.5}.dv-ui-theme .modal.edit-modal .modal-content{max-width:440px!important}.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}.dv-ui-theme .modal.edit-modal .modal-content .content{text-align:left;font-weight:400;font-size:14px;color:#667085}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot{display:flex;gap:5px}.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}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button{width:100%}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button.is-primary{font-weight:500}.dv-ui-theme.invisible-parent-modal{background-color:transparent}.dv-ui-theme.invisible-parent-modal .modal-content{height:100vh!important;top:25%}.dv-ui-theme.invisible-parent-modal .modal-content .modal-card-body{overflow:visible}.dv-ui-theme .loading-background{background-color:transparent!important}.dv-ui-theme .loading-icon-size{width:13px;height:13px}.dv-ui-theme .notices .snackbar{background-color:#1a1a1a;min-height:40px}.dv-ui-theme .notices .snackbar .text{display:flex;font-size:14px}.dv-ui-theme .slide-fade-enter-active,.dv-ui-theme .slide-fade-leave-active{transition:all .3s ease}.dv-ui-theme .slide-fade-enter,.dv-ui-theme .slide-fade-leave-to{transform:translateY(-10px);opacity:0}.dv-ui-theme .b-tooltip{height:100%;align-items:center}.dv-ui-theme .b-tooltip .tooltip-content{background-color:#1a1a1a!important}.dv-ui-theme .b-tooltip .tooltip-content a{color:#fff;text-decoration:underline;font-weight:500}.dv-ui-theme .b-tooltip .tooltip-content:before{border-bottom-color:#1a1a1a!important;border-top-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.left-aligned .tooltip-content{left:-3px!important;transform:none!important;padding:8px 10px!important}.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}.dv-ui-theme .b-tooltip.right-aligned .tooltip-content{right:-20px!important;left:auto!important;transform:none!important;padding:8px 10px!important}.dv-ui-theme .b-tooltip.right-aligned .tooltip-content:before{right:16px!important;left:auto!important;border-bottom-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.right-aligned.no-right-margin .tooltip-content{right:0!important}.dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip{height:100%}.dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip .tooltip-content{right:0!important}.dv-ui-theme .b-tooltip.full-height-tooltip .tooltip-trigger{height:100%}.dv-ui-theme .b-tooltip.width-184 .tooltip-content{width:184px!important}.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}.dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content:before{top:17px;border-left-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.bottom-aligned{width:100%}.dv-ui-theme .b-tooltip.bottom-aligned .tooltip-content:before{border-bottom-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.top-aligned .tooltip-content:before{border-top-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.split-tooltip{width:100%}.dv-ui-theme .no-icon-margin .icon{margin:0!important}.dv-ui-theme .center-icon{vertical-align:middle}.dv-ui-theme .icon.is-48 svg{height:48px;width:48px}.dv-ui-theme .icon.is-24 svg{height:24px;width:24px}.dv-ui-theme .icon.is-20 svg{height:20px;width:20px}.dv-ui-theme .icon.is-12 svg{height:12px;width:12px}.dv-ui-theme .icon.is-16 svg{height:16px;width:16px}.dv-ui-theme .button .icon.is-small,.dv-ui-theme .button .icon.is-small svg,.dv-ui-theme .icon.is-small,.dv-ui-theme .icon.is-small svg{width:14px;height:14px}.dv-ui-theme .button .icon.is-small.caret svg,.dv-ui-theme .icon.is-small.caret svg{height:12px}.dv-ui-theme .button .icon.is-small.caret.split-mode-caret svg,.dv-ui-theme .icon.is-small.caret.split-mode-caret svg{color:#858585}.dv-ui-theme .button .icon.is-small.close-btn,.dv-ui-theme .icon.is-small.close-btn{width:10px;height:10px}.dv-ui-theme .button .icon.is-small.close-btn.error-icon,.dv-ui-theme .icon.is-small.close-btn.error-icon{color:#fff;padding-right:20px;padding-left:20px}.dv-ui-theme .button .icon.is-small.close-btn.error-icon svg,.dv-ui-theme .icon.is-small.close-btn.error-icon svg{height:15px!important}.dv-ui-theme .dropdown.split-mode .dropdown-trigger{font-size:14px;height:38px}.dv-ui-theme .dropdown.width-12 .dropdown-trigger{width:12px}.dv-ui-theme .dropdown .dropdown-trigger{height:100%;display:flex;justify-content:center;align-items:center}.dv-ui-theme .dropdown.is-disabled{cursor:not-allowed}.dv-ui-theme .b-table .table-wrapper{overflow:visible!important}.dv-ui-theme .b-table.full-height,.dv-ui-theme .b-table.full-height .table-wrapper,.dv-ui-theme .b-table.full-height .table-wrapper .table{height:100%}.dv-ui-theme .b-table.dark-header .table thead{background-color:#2f3032!important}.dv-ui-theme .b-table.dark-header .table thead th{font-weight:400;background-color:#2f3032!important}.dv-ui-theme .b-table.header-32 thead{height:32px}.dv-ui-theme .b-table .table,.dv-ui-theme .b-table .table-wrapper{cursor:text}.dv-ui-theme .b-table .table-wrapper.has-sticky-header,.dv-ui-theme .b-table .table.has-sticky-header{max-height:200px;height:-moz-fit-content;height:fit-content}.dv-ui-theme .b-table .table thead,.dv-ui-theme .b-table .table-wrapper thead{background-color:#7b61ff!important}.dv-ui-theme .b-table .table thead th,.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}.dv-ui-theme .b-table .table thead th .th-wrap,.dv-ui-theme .b-table .table-wrapper thead th .th-wrap{text-transform:none}.dv-ui-theme .b-table .table thead th .th-wrap .icon,.dv-ui-theme .b-table .table-wrapper thead th .th-wrap .icon{margin:0}.dv-ui-theme .b-table .table thead th[draggable=true],.dv-ui-theme .b-table .table-wrapper thead th[draggable=true]{cursor:move}.dv-ui-theme .b-table .table tbody,.dv-ui-theme .b-table .table-wrapper tbody{background-color:rgba(123,97,255,.1)}.dv-ui-theme .b-table .table tbody tr,.dv-ui-theme .b-table .table-wrapper tbody tr{background-color:#fff;color:#000}.dv-ui-theme .b-table .table tbody tr td,.dv-ui-theme .b-table .table-wrapper tbody tr td{font-weight:500;font-size:10px;line-height:18px}.dv-ui-theme .b-table .table tbody tr td.has-text-centered,.dv-ui-theme .b-table .table-wrapper tbody tr td.has-text-centered{vertical-align:middle}.dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected),.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected){background-color:rgba(123,97,255,.1)}.dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected):nth-child(2n),.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:rgba(123,97,255,.3)}.dv-ui-theme .switch input[type=checkbox]:checked+.check{background:var(--primary-color)!important;box-shadow:none!important}.dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:none!important}.dv-ui-theme .no-labels a{color:var(--primary-color);text-decoration:underline;font-weight:500}.dv-ui-theme .no-labels a:hover{filter:brightness(.8) contrast(160%) grayscale(.4)}.dv-ui-theme .splitpanes--horizontal>.splitpanes__splitter,.dv-ui-theme .splitpanes--vertical>.splitpanes__splitter{background:hsla(228,8%,88%,.5)}
|
|
1
|
+
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);.document-set-dropdown[data-v-57a73f96]{border-right:1px solid #e2e3e4;border-left:1px solid #e2e3e4}.document-set-dropdown .dropdown-doc-set[data-v-57a73f96]{display:flex;margin:0 16px;gap:8px;cursor:pointer;justify-content:center;align-items:center}.document-set-dropdown .dropdown-doc-set .dropdown-text[data-v-57a73f96]{display:flex;flex-direction:column;gap:4px}.loading-bar[data-v-57a73f96]{height:100%;display:flex;align-items:center;margin:0 16px}#document-pages[data-v-be92e2fe]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-be92e2fe]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-be92e2fe]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-be92e2fe]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-be92e2fe]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-be92e2fe]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-be92e2fe]{color:#858585;font-size:12px;margin-top:4px}.document-name-component[data-v-605ff746]{display:flex;align-items:center;justify-content:center;gap:12px;line-height:20px;width:400px}.document-name-component .document-icon[data-v-605ff746]{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:1px}.document-name-component .document-name[data-v-605ff746]{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-name-component .document-name.is-editable[data-v-605ff746]{display:inline-block;overflow-x:hidden;white-space:nowrap;border-radius:8px;padding:6px 14px 6px 14px;outline:1px solid #d0d5dd}.document-name-component .btn[data-v-605ff746]{color:var(--primary-color);font-weight:500}.document-name-component .btn[data-v-605ff746]:hover{cursor:pointer}.document-name-component .message-container[data-v-605ff746]{display:flex;align-items:center;gap:8px;color:#858585}.document-name-component .message-container .notification[data-v-605ff746]{background-color:transparent;padding:6px}.document-name-component .message-container .spinner[data-v-605ff746]{color:#858585}.document-name-component .message-container .cloud-icon[data-v-605ff746]{display:flex}#document-top-bar-component[data-v-3767df42]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}#document-top-bar-component .loading-top-bar[data-v-3767df42]{height:100%;display:flex;align-items:center}#document-top-bar-component .document-top-bar[data-v-3767df42]{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-3767df42]{flex-direction:row;display:flex;flex:1}#document-top-bar-component .document-top-bar .left-bar-components .app-info[data-v-3767df42]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-3767df42]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-3767df42]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-3767df42]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-3767df42]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-3767df42]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-3767df42]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info[data-v-3767df42]{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 .right-components .read-only-info .info-icon[data-v-3767df42]{margin-left:14px;vertical-align:text-top}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .doc-reviewed[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .info-icon.info-reviewed[data-v-3767df42]{color:var(--primary-color)}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .read-only-details[data-v-3767df42]{white-space:normal;font-size:12px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info[data-v-3767df42]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-title[data-v-3767df42]{font-weight:600;padding-bottom:10px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description[data-v-3767df42]{display:flex;flex-direction:column;row-gap:8px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line[data-v-3767df42]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-3767df42]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-3767df42]{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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-3767df42],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-3767df42]{font-weight:400;line-height:20px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons[data-v-3767df42]{display:flex;align-items:center;margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-3767df42]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-3767df42]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-3767df42]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-3767df42]{display:none}}.btn-container[data-v-3767df42]{display:flex;align-items:center;cursor:pointer}#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 .left-bar-components .app-info[data-v-bcf0f440]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-bcf0f440]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-bcf0f440]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-bcf0f440]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-bcf0f440]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-bcf0f440]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-bcf0f440]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .read-only-info .doc-reviewed[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .keyboard-actions-info[data-v-bcf0f440]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bcf0f440],#document-top-bar-component .document-top-bar .right-bar-components .right-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 .right-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 .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-bcf0f440]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-bcf0f440]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-bcf0f440]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-bcf0f440]{display:none}}.btn-container[data-v-bcf0f440]{display:flex;align-items:center;cursor:pointer}#document-top-bar-component[data-v-bd7cf984]{width:100%;height:56px;border-bottom:1px solid #e2e3e4}#document-top-bar-component .loading-top-bar[data-v-bd7cf984]{height:100%;display:flex;align-items:center}#document-top-bar-component .document-top-bar[data-v-bd7cf984]{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-bd7cf984]{flex-direction:row;display:flex;flex:1}#document-top-bar-component .document-top-bar .left-bar-components .app-info[data-v-bd7cf984]{color:#858585;display:flex;align-items:center;padding:12px 16px;gap:6px}#document-top-bar-component .document-top-bar .left-bar-components .app-info img[data-v-bd7cf984]{height:100%}#document-top-bar-component .document-top-bar .center-bar-components[data-v-bd7cf984]{display:flex;align-items:center}#document-top-bar-component .document-top-bar .center-bar-components.single-component[data-v-bd7cf984]{flex:1;align-items:center;justify-content:center}#document-top-bar-component .document-top-bar .center-bar-components .navigation-arrow[data-v-bd7cf984]:hover{cursor:pointer}#document-top-bar-component .document-top-bar .right-bar-components[data-v-bd7cf984]{flex:1}#document-top-bar-component .document-top-bar .right-bar-components .right-components[data-v-bd7cf984]{height:100%;align-items:center;justify-content:flex-end;display:flex}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info[data-v-bd7cf984]{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 .right-components .read-only-info .info-icon[data-v-bd7cf984]{margin-left:14px;vertical-align:text-top}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .doc-reviewed[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .info-icon.info-reviewed[data-v-bd7cf984]{color:var(--primary-color)}#document-top-bar-component .document-top-bar .right-bar-components .right-components .read-only-info .read-only-details[data-v-bd7cf984]{white-space:normal;font-size:12px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info[data-v-bd7cf984]{margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-title[data-v-bd7cf984]{font-weight:600;padding-bottom:10px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description[data-v-bd7cf984]{display:flex;flex-direction:column;row-gap:8px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line[data-v-bd7cf984]{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .tooltip-divider[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .tooltip-divider[data-v-bd7cf984]{width:1px;background-color:#e1e1e1;height:15px;margin-top:3px;opacity:30%}#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .action-item .key[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .key[data-v-bd7cf984]{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 .right-components .keyboard-actions-info .tooltip-description .action-item .keyboard-action-text[data-v-bd7cf984],#document-top-bar-component .document-top-bar .right-bar-components .right-components .keyboard-actions-info .tooltip-description .content-line .keyboard-action-text[data-v-bd7cf984]{font-weight:400;line-height:20px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons[data-v-bd7cf984]{display:flex;align-items:center;margin-right:16px}#document-top-bar-component .document-top-bar .right-bar-components .right-components .top-bar-buttons .buttons .edit-mode-btn[data-v-bd7cf984]{font-size:14px}@media(max-width:1300px){#document-top-bar-component .edit-mode-top-bar .center-bar-components[data-v-bd7cf984]{flex:1;justify-content:right}#document-top-bar-component .edit-mode-top-bar .right-bar-components[data-v-bd7cf984]{flex:2}#document-top-bar-component .edit-mode-top-bar .left-bar-components[data-v-bd7cf984]{display:none}}.btn-container[data-v-bd7cf984]{display:flex;align-items:center;cursor:pointer}.annotation-popup[data-v-60c53a7e]{border-radius:12px;background-color:#1a1a1a;display:flex;flex-direction:column;gap:8px;position:absolute;width:205px;z-index:40;color:#fff;padding:8px;cursor:default}.annotation-popup .popup-input[data-v-60c53a7e]{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;text-wrap:wrap;text-align:left}.annotation-popup .popup-input>span[data-v-60c53a7e]{white-space:nowrap;width:100%;overflow:hidden;margin-right:24px}.annotation-popup .popup-input .spinner[data-v-60c53a7e]{width:-moz-fit-content;width:fit-content}.annotation-popup .popup-input .caret-icon[data-v-60c53a7e]{position:absolute;right:18px;padding-top:1px}.annotation-popup .not-selected[data-v-60c53a7e]{color:#e1e1e1}.annotation-popup .add-ann-set[data-v-60c53a7e]{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-60c53a7e]{border-top:1px solid #e1e1e1}.annotation-popup .add-ann-set-modal[data-v-60c53a7e]{position:fixed;width:100vw;height:100vh;top:0;left:0}.annotation-popup .annotation-dropdown[data-v-60c53a7e]{border-radius:12px;border:1px solid hsla(220,9%,56%,.4)!important}.annotation-popup .annotation-dropdown .button.is-text[data-v-60c53a7e]{box-shadow:none!important;color:#fff!important;background-color:transparent!important;text-decoration:none}.annotation-popup .annotation-buttons[data-v-60c53a7e]{display:flex;justify-content:flex-end;flex-direction:row;gap:2px}.annotation-popup .annotation-buttons .button.is-text[data-v-60c53a7e]{color:#fff!important;text-decoration:none}.annotation-popup .annotation-buttons .cancel-button[data-v-60c53a7e]{color:#fff}.annotation-popup .annotation-buttons .cancel-button[data-v-60c53a7e]:hover{border:1px solid hsla(220,9%,56%,.4);background:transparent}.annotation-popup .annotation-buttons .popup-button[data-v-60c53a7e]{font-size:14px;border-radius:8px}.ann-set-table-header[data-v-0f7fbff8]{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-0f7fbff8]{cursor:pointer}.ann-set-table-header .ann-set-table-header-dropdown .ann-set-label-set-name[data-v-0f7fbff8]{margin-right:4px}.ann-set-table-header .ann-set-table-header-dropdown .delete-action[data-v-0f7fbff8]{color:#e7423a}.pdf-page-container[data-v-1726a38e]{position:relative;cursor:crosshair;width:-moz-fit-content;width:fit-content;margin:0 auto}.pdf-page-container.default-cursor[data-v-1726a38e]{cursor:default}.pdf-page-container .annotation-label[data-v-1726a38e]{position:absolute;z-index:999;background-color:#1a1a1a;color:#fff;font-size:12px;padding:5px;word-break:break-all;border-radius:5px;font-family:var(--font-family);font-weight:500}#toolbar-container[data-v-7d36430e]{position:absolute;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto}#toolbar-container .toolbar[data-v-7d36430e]{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-7d36430e]{display:none}#toolbar-container .toolbar .edit-mode-disabled[data-v-7d36430e],#toolbar-container .toolbar .zoom-disabled[data-v-7d36430e]{opacity:30%}#toolbar-container .toolbar .edit-mode-disabled[data-v-7d36430e]:hover,#toolbar-container .toolbar .zoom-disabled[data-v-7d36430e]:hover{cursor:not-allowed!important;background:inherit}#toolbar-container .toolbar .toolbar-divider[data-v-7d36430e]{width:1px;background-color:#e1e1e1;height:20px;margin-left:10px;margin-right:10px;opacity:30%}#toolbar-container .toolbar .icons[data-v-7d36430e]{display:flex;align-items:center}#toolbar-container .toolbar .icons .icon svg[data-v-7d36430e]{fill:#fff}#toolbar-container .toolbar .icons.icons-left[data-v-7d36430e]{padding-right:10px}#toolbar-container .toolbar .icons.icons-left[data-v-7d36430e]:hover{cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-7d36430e]{opacity:30%}#toolbar-container .toolbar .icons.icons-left.edit-mode-disabled[data-v-7d36430e]:hover{cursor:not-allowed!important;background:inherit}#toolbar-container .toolbar .icons.icons-left .edit-text[data-v-7d36430e]{color:#fff}#toolbar-container .toolbar .icons .percentage[data-v-7d36430e]{color:#fff;width:32px;padding:7px;margin-right:20px}#toolbar-container .toolbar .icons .icon[data-v-7d36430e]{width:32px;height:32px;padding:7px}#toolbar-container .toolbar .icons .icon[data-v-7d36430e]:hover:not(.edit-icon){cursor:pointer;background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .doc-faq[data-v-7d36430e],#toolbar-container .toolbar .download-file[data-v-7d36430e],#toolbar-container .toolbar .search-icon[data-v-7d36430e]{color:#fff}#toolbar-container .toolbar .doc-faq .is-active[data-v-7d36430e],#toolbar-container .toolbar .download-file .is-active[data-v-7d36430e],#toolbar-container .toolbar .search-icon .is-active[data-v-7d36430e]{background:hsla(0,0%,100%,.1);border-radius:4px}#toolbar-container .toolbar .doc-faq .is-active .icon[data-v-7d36430e]:hover,#toolbar-container .toolbar .download-file .is-active .icon[data-v-7d36430e]:hover,#toolbar-container .toolbar .search-icon .is-active .icon[data-v-7d36430e]:hover{background:none}#toolbar-container .toolbar .doc-faq[data-v-7d36430e]{cursor:pointer}#document-search[data-v-4a901e3d]{position:absolute;right:8px;min-width:276px;width:-moz-fit-content;width:fit-content;z-index:95}#document-search .search-container[data-v-4a901e3d]{background-color:#1a1a1a;color:#fff;height:40px;padding:8px 4px;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#document-search .search-container .button[data-v-4a901e3d]{background:none;color:inherit}#document-search .search-container .button[data-v-4a901e3d]:disabled{pointer-events:none}#document-search .search-container .button[data-v-4a901e3d]:hover{background:hsla(0,0%,100%,.1);border-radius:4px;color:inherit}#document-search .search-container .button .icon[data-v-4a901e3d]{vertical-align:middle}#document-search .search-container .search-input[data-v-4a901e3d]{margin-left:8px;flex:1;font-size:14px;background:inherit;color:inherit;border:0;outline:none}#document-search .search-container .search-no-results[data-v-4a901e3d]{color:#858585;font-size:12px}#document-search .search-container .search-navigation[data-v-4a901e3d]{display:flex;flex-direction:row;align-items:center}#document-search .search-container .search-navigation .search-counters[data-v-4a901e3d]{font-size:12px;margin-right:6px;color:#858585}#document-search .search-container .search-loading[data-v-4a901e3d]{display:flex;font-size:12px;color:#858585}.scrolling-document[data-v-0f38cc3c]{overflow:auto;height:100%;scroll-behavior:smooth}.scrolling-document .scrolling-page[data-v-0f38cc3c]{padding:8px 0}.scrolling-document .loading-page[data-v-0f38cc3c]{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}#document-pages[data-v-714f8116]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-714f8116]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-714f8116]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-714f8116]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-714f8116]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-714f8116]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-714f8116]{color:#858585;font-size:12px;margin-top:4px}#document-pages[data-v-b21f512c]{background:#fff;min-width:80px;overflow-y:auto;font-family:var(--font-family);height:100%;border-right:1px solid #e2e3e4}#document-pages .document-thumbnail[data-v-b21f512c]{text-align:center;padding:16px 0;margin:0 8px 16px 8px;cursor:pointer}#document-pages .document-thumbnail .image-container[data-v-b21f512c]{display:flex;justify-content:center}#document-pages .document-thumbnail .image-container .img-thumbnail[data-v-b21f512c]{border:1px solid #e1e1e1;border-radius:4px}#document-pages .document-thumbnail .image-container .img-thumbnail.selected[data-v-b21f512c]{border:2px solid var(--primary-color)}#document-pages .document-thumbnail .image-container .img-thumbnail img[data-v-b21f512c]{border-radius:4px}#document-pages .document-thumbnail .number-thumbnail[data-v-b21f512c]{color:#858585;font-size:12px;margin-top:4px}.empty-container[data-v-f6b38116]{width:100%;margin-top:74px;display:flex;flex-direction:column;justify-content:flex-start;font-family:var(--font-family)}.empty-container .empty-text[data-v-f6b38116],.empty-container svg[data-v-f6b38116]{align-self:center}.empty-container .empty-text .title[data-v-f6b38116]{font-size:16px;color:#344054;font-weight:500;text-align:center;margin:0}.empty-container .empty-text .description[data-v-f6b38116]{font-size:14px;line-height:20px;color:#858585;font-weight:400;text-align:center}.data-extraction-container[data-v-22a5db6f]{display:flex;flex-direction:column;align-items:center;height:100%;margin-top:142px}.data-extraction-container img[data-v-22a5db6f]{width:121px;height:121px}.data-extraction-container .data-extraction-text[data-v-22a5db6f]{width:50%;margin-left:auto;margin-right:auto;text-align:center}.data-extraction-container .data-extraction-text .title[data-v-22a5db6f]{font-size:16px;font-weight:500;line-height:24px;color:#1a1a1a;margin-bottom:3px}.data-extraction-container .data-extraction-text .description[data-v-22a5db6f]{font-size:14px;line-height:20px;color:#858585}.action-buttons[data-v-24255449]{display:flex;align-items:center;gap:6px}.action-buttons .ann-nav-btns[data-v-24255449]{display:flex;flex-direction:column;color:#667085;font-size:14px;text-align:center;padding-right:8px}.action-buttons .ann-nav-btns .button-icon[data-v-24255449]{width:12px!important;height:12px!important}.action-buttons .ann-nav-btns .button-icon.is-link[data-v-24255449]{cursor:pointer!important}.action-buttons .button-action[data-v-24255449]{padding:0;vertical-align:middle}.action-buttons .button-action.is-button-icon[data-v-24255449]{width:20px;height:20px}.action-buttons .button-action.is-button-text[data-v-24255449]{height:26px;padding:6px;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]{height:26px;color:#667085;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]:hover{text-decoration:none;color:#1a1a1a}.action-buttons .button-action.is-button-text-ghost[data-v-24255449]:focus{box-shadow:none!important}.action-buttons .button-action .button-icon[data-v-24255449]{width:20px;height:20px;vertical-align:middle}.action-buttons .button-action .button-icon.cancel-icon[data-v-24255449]{width:16px;height:16px}.action-buttons .button-action .button-icon.angle-icon[data-v-24255449]{width:12px;height:12px}.action-buttons .button-action .button-text[data-v-24255449]{display:block}.action-buttons .accept-all-icon[data-v-24255449],.action-buttons .accept-icon[data-v-24255449],.action-buttons .restore-icon[data-v-24255449]{color:#4bb543!important}.action-buttons .save-icon[data-v-24255449]{color:var(--primary-color)}.action-buttons .decline-icon[data-v-24255449]{color:#e7423a}.action-buttons .angle-icon[data-v-24255449],.action-buttons .cancel-icon[data-v-24255449],.action-buttons .link-icon[data-v-24255449],.action-buttons .missing-icon[data-v-24255449],.action-buttons .search-icon[data-v-24255449],.action-buttons .spinner-icon[data-v-24255449]{color:#667085}.action-buttons .spinner-icon[data-v-24255449]{width:16px}.action-buttons .missing-button-container[data-v-24255449]{background-color:transparent;display:flex;flex-direction:row}.annotation-details .label-icon[data-v-21369c27]{display:flex;align-items:center;justify-content:center}.annotation-details .label-icon .annotation-details-icon[data-v-21369c27]{display:flex}.annotation-details .label-icon .annotation-details-icon.animated-ripple[data-v-21369c27]{animation:bounce-21369c27 .4s .1s;transform:scale(1)}.annotation-details .label-icon .annotation-details-icon svg[data-v-21369c27]{width:25px}.annotation-details .label-icon .annotation-details-icon.user-icon[data-v-21369c27]{padding:0 3px}.annotation-details .label-icon .annotation-details-icon.user-icon svg[data-v-21369c27]{width:20px}.annotation-details .label-icon.is-small .annotation-details-icon svg[data-v-21369c27]{width:16px}.annotation-details .label-icon.is-small .annotation-details-icon.user-icon svg[data-v-21369c27]{width:12px}.annotation-details .label-details[data-v-21369c27]{display:flex;flex-direction:column;gap:8px;min-width:100px}.annotation-details .label-details .label-description[data-v-21369c27]{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;display:flex;align-items:center;gap:8px}.annotation-details .label-details .confidence[data-v-21369c27]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}.annotation-details .label-details .confidence[data-v-21369c27]:not(.tooltip-in-public-view){border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px}.annotation-details .label-details .confidence .value[data-v-21369c27]{color:#4bb543}.annotation-details .label-details .confidence .value.yellow[data-v-21369c27]{color:#ffd600}.annotation-details .label-details .confidence .value.red[data-v-21369c27]{color:#e7423a}.annotation-details .label-details .revision[data-v-21369c27]{font-weight:400;font-size:12px;line-height:18px;color:#fff}.annotation-details .label-details .revision>div[data-v-21369c27]{display:flex;align-items:center}.annotation-details .label-details .revision .annotation-details-icon[data-v-21369c27]{display:flex}.annotation-details .label-details .revision .annotation-details-icon svg[data-v-21369c27]{width:25px}.annotation-details .label-details .revision .annotation-details-icon.user-icon[data-v-21369c27]{padding-right:5px}.annotation-details .label-details .revision .annotation-details-icon.user-icon svg[data-v-21369c27]{width:20px}@keyframes bounce-21369c27{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)}}#document-annotations[data-v-087ca8b8]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-087ca8b8]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-087ca8b8]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-087ca8b8]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-087ca8b8]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-087ca8b8]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-087ca8b8]{width:100%}#document-annotations .annotation-set-list[data-v-087ca8b8]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-087ca8b8]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-087ca8b8]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-087ca8b8]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-087ca8b8]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-087ca8b8]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-087ca8b8]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-087ca8b8]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-087ca8b8]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-087ca8b8]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-087ca8b8]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-087ca8b8]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-087ca8b8]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-087ca8b8]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-087ca8b8]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-087ca8b8]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-087ca8b8]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-087ca8b8]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-087ca8b8]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-087ca8b8]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-087ca8b8]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-087ca8b8]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-087ca8b8]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-087ca8b8]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-087ca8b8]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-087ca8b8]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-087ca8b8]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-087ca8b8]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-087ca8b8]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-087ca8b8]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-087ca8b8]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-087ca8b8]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-087ca8b8]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-087ca8b8]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-087ca8b8]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-087ca8b8]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-087ca8b8]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-087ca8b8]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-087ca8b8]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-087ca8b8]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-087ca8b8]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-087ca8b8]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-087ca8b8]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-087ca8b8]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-087ca8b8]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-087ca8b8],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-087ca8b8]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-087ca8b8],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-087ca8b8]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-087ca8b8]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-087ca8b8]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-087ca8b8]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-087ca8b8]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-087ca8b8]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-087ca8b8]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-087ca8b8]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-087ca8b8]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-087ca8b8]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-087ca8b8]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-087ca8b8]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-087ca8b8]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-087ca8b8]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-087ca8b8]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-087ca8b8]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-087ca8b8]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-087ca8b8]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-087ca8b8]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-087ca8b8]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-087ca8b8]{color:#e7423a;animation:shake-087ca8b8 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-087ca8b8{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-087ca8b8]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-087ca8b8]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-087ca8b8]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-087ca8b8]{display:flex}.annotation-row .annotation-value[data-v-087ca8b8]{outline:none}.message .message-container[data-v-087ca8b8]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-087ca8b8]{display:flex}.hidden[data-v-087ca8b8]{display:none!important}#document-annotations[data-v-153d72f9]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-153d72f9]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-153d72f9]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-153d72f9]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-153d72f9]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-153d72f9]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-153d72f9]{width:100%}#document-annotations .annotation-set-list[data-v-153d72f9]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-153d72f9]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-153d72f9]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-153d72f9]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-153d72f9]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-153d72f9]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-153d72f9]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-153d72f9]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-153d72f9]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-153d72f9]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-153d72f9]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-153d72f9]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-153d72f9]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-153d72f9]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-153d72f9]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-153d72f9]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-153d72f9]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-153d72f9]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-153d72f9]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-153d72f9]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-153d72f9]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-153d72f9]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-153d72f9]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-153d72f9]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-153d72f9]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-153d72f9]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-153d72f9]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-153d72f9]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-153d72f9]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-153d72f9]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-153d72f9]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-153d72f9]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-153d72f9]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-153d72f9]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-153d72f9]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-153d72f9]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-153d72f9]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-153d72f9]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-153d72f9]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-153d72f9]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-153d72f9]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-153d72f9]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-153d72f9]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-153d72f9]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-153d72f9]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-153d72f9],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-153d72f9]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-153d72f9],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-153d72f9]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-153d72f9]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-153d72f9]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-153d72f9]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-153d72f9]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-153d72f9]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-153d72f9]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-153d72f9]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-153d72f9]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-153d72f9]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-153d72f9]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-153d72f9]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-153d72f9]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-153d72f9]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-153d72f9]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-153d72f9]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-153d72f9]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-153d72f9]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-153d72f9]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-153d72f9]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-153d72f9]{color:#e7423a;animation:shake-153d72f9 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-153d72f9{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-153d72f9]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-153d72f9]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-153d72f9]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-153d72f9]{display:flex}.annotation-row .annotation-value[data-v-153d72f9]{outline:none}.message .message-container[data-v-153d72f9]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-153d72f9]{display:flex}.hidden[data-v-153d72f9]{display:none!important}.action-buttons[data-v-1ca87cbe]{display:flex;align-items:center;gap:6px}.action-buttons .ann-nav-btns[data-v-1ca87cbe]{display:flex;flex-direction:column;color:#667085;font-size:14px;text-align:center;padding-right:8px}.action-buttons .ann-nav-btns .button-icon[data-v-1ca87cbe]{width:12px!important;height:12px!important}.action-buttons .ann-nav-btns .button-icon.is-link[data-v-1ca87cbe]{cursor:pointer!important}.action-buttons .button-action[data-v-1ca87cbe]{padding:0;vertical-align:middle}.action-buttons .button-action.is-button-icon[data-v-1ca87cbe]{width:20px;height:20px}.action-buttons .button-action.is-button-text[data-v-1ca87cbe]{height:26px;padding:6px;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]{height:26px;color:#667085;font-size:14px;font-weight:500}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]:hover{text-decoration:none;color:#1a1a1a}.action-buttons .button-action.is-button-text-ghost[data-v-1ca87cbe]:focus{box-shadow:none!important}.action-buttons .button-action .button-icon[data-v-1ca87cbe]{width:20px;height:20px;vertical-align:middle}.action-buttons .button-action .button-icon.cancel-icon[data-v-1ca87cbe]{width:16px;height:16px}.action-buttons .button-action .button-icon.angle-icon[data-v-1ca87cbe]{width:12px;height:12px}.action-buttons .button-action .button-text[data-v-1ca87cbe]{display:block}.action-buttons .accept-all-icon[data-v-1ca87cbe],.action-buttons .accept-icon[data-v-1ca87cbe],.action-buttons .restore-icon[data-v-1ca87cbe]{color:#4bb543!important}.action-buttons .save-icon[data-v-1ca87cbe]{color:var(--primary-color)}.action-buttons .decline-icon[data-v-1ca87cbe]{color:#e7423a}.action-buttons .angle-icon[data-v-1ca87cbe],.action-buttons .cancel-icon[data-v-1ca87cbe],.action-buttons .link-icon[data-v-1ca87cbe],.action-buttons .missing-icon[data-v-1ca87cbe],.action-buttons .search-icon[data-v-1ca87cbe],.action-buttons .spinner-icon[data-v-1ca87cbe]{color:#667085}.action-buttons .spinner-icon[data-v-1ca87cbe]{width:16px}.action-buttons .missing-button-container[data-v-1ca87cbe]{background-color:transparent;display:flex;flex-direction:row}#document-annotations[data-v-f2705b82]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-f2705b82]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-f2705b82]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-f2705b82]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-f2705b82]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-f2705b82]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-f2705b82]{width:100%}#document-annotations .annotation-set-list[data-v-f2705b82]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-f2705b82]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-f2705b82]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-f2705b82]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-f2705b82]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-f2705b82]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-f2705b82]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-f2705b82]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-f2705b82]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-f2705b82]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-f2705b82]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-f2705b82]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-f2705b82]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-f2705b82]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-f2705b82]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-f2705b82]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-f2705b82]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-f2705b82]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-f2705b82]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-f2705b82]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-f2705b82]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-f2705b82]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-f2705b82]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-f2705b82]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-f2705b82]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-f2705b82]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-f2705b82]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-f2705b82]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-f2705b82]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-f2705b82]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-f2705b82]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-f2705b82]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-f2705b82]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-f2705b82]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-f2705b82]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-f2705b82]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-f2705b82]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-f2705b82]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-f2705b82]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-f2705b82]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-f2705b82]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-f2705b82]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-f2705b82]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-f2705b82]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-f2705b82]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-f2705b82],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-f2705b82]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-f2705b82],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-f2705b82]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-f2705b82]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-f2705b82]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-f2705b82]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-f2705b82]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-f2705b82]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-f2705b82]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-f2705b82]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-f2705b82]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-f2705b82]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-f2705b82]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-f2705b82]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-f2705b82]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-f2705b82]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-f2705b82]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-f2705b82]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-f2705b82]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-f2705b82]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-f2705b82]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-f2705b82]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-f2705b82]{color:#e7423a;animation:shake-f2705b82 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-f2705b82{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-f2705b82]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-f2705b82]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-f2705b82]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-f2705b82]{display:flex}.annotation-row .annotation-value[data-v-f2705b82]{outline:none}.message .message-container[data-v-f2705b82]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-f2705b82]{display:flex}.hidden[data-v-f2705b82]{display:none!important}#document-annotations[data-v-29c5874e]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-29c5874e]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-29c5874e]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-29c5874e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-29c5874e]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-29c5874e]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-29c5874e]{width:100%}#document-annotations .annotation-set-list[data-v-29c5874e]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-29c5874e]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-29c5874e]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-29c5874e]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-29c5874e]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-29c5874e]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-29c5874e]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-29c5874e]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-29c5874e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-29c5874e]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-29c5874e]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-29c5874e]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-29c5874e]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-29c5874e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-29c5874e]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-29c5874e]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-29c5874e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-29c5874e]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-29c5874e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-29c5874e]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-29c5874e]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-29c5874e]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-29c5874e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-29c5874e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-29c5874e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-29c5874e]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-29c5874e]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-29c5874e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-29c5874e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-29c5874e]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-29c5874e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-29c5874e]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-29c5874e]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-29c5874e]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-29c5874e]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-29c5874e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-29c5874e]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-29c5874e]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-29c5874e]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-29c5874e]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-29c5874e]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-29c5874e]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-29c5874e]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-29c5874e]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-29c5874e]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-29c5874e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-29c5874e]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-29c5874e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-29c5874e]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-29c5874e]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-29c5874e]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-29c5874e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-29c5874e]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-29c5874e]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-29c5874e]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-29c5874e]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-29c5874e]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-29c5874e]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-29c5874e]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-29c5874e]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-29c5874e]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-29c5874e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-29c5874e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-29c5874e]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-29c5874e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-29c5874e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-29c5874e]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-29c5874e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-29c5874e]{color:#e7423a;animation:shake-29c5874e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-29c5874e{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-29c5874e]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-29c5874e]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-29c5874e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-29c5874e]{display:flex}.annotation-row .annotation-value[data-v-29c5874e]{outline:none}.message .message-container[data-v-29c5874e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-29c5874e]{display:flex}.hidden[data-v-29c5874e]{display:none!important}#document-annotations[data-v-e268669e]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-e268669e]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-e268669e]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-e268669e]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-e268669e]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-e268669e]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-e268669e]{width:100%}#document-annotations .annotation-set-list[data-v-e268669e]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-e268669e]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-e268669e]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-e268669e]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-e268669e]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-e268669e]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-e268669e]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-e268669e]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-e268669e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-e268669e]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-e268669e]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-e268669e]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-e268669e]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-e268669e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-e268669e]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-e268669e]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-e268669e]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-e268669e]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-e268669e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-e268669e]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-e268669e]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-e268669e]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-e268669e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-e268669e]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-e268669e]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-e268669e]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-e268669e]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-e268669e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-e268669e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-e268669e]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-e268669e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-e268669e]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-e268669e]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-e268669e]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-e268669e]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-e268669e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-e268669e]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-e268669e]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-e268669e]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-e268669e]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-e268669e]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-e268669e]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-e268669e]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-e268669e]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-e268669e]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-e268669e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-e268669e]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-e268669e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-e268669e]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-e268669e]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-e268669e]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-e268669e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-e268669e]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-e268669e]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-e268669e]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-e268669e]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-e268669e]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-e268669e]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-e268669e]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-e268669e]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-e268669e]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-e268669e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-e268669e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-e268669e]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-e268669e]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-e268669e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-e268669e]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-e268669e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-e268669e]{color:#e7423a;animation:shake-e268669e .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-e268669e{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-e268669e]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-e268669e]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-e268669e]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-e268669e]{display:flex}.annotation-row .annotation-value[data-v-e268669e]{outline:none}.message .message-container[data-v-e268669e]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-e268669e]{display:flex}.hidden[data-v-e268669e]{display:none!important}#document-annotations[data-v-07542bd0]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-07542bd0]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-07542bd0]{margin:24px 16px 8px 16px}#document-annotations .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}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-07542bd0]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-07542bd0]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-07542bd0]{width:100%}#document-annotations .annotation-set-list[data-v-07542bd0]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-07542bd0]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-07542bd0]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-07542bd0]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-07542bd0]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-07542bd0]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-07542bd0]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-07542bd0]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-07542bd0]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-07542bd0]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-07542bd0]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-07542bd0]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-07542bd0]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-07542bd0]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-07542bd0]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-07542bd0]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-07542bd0]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-07542bd0]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-07542bd0]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-07542bd0]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-07542bd0]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-07542bd0]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-07542bd0]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-07542bd0]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-07542bd0]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-07542bd0]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-07542bd0]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-07542bd0]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-07542bd0]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-07542bd0]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-07542bd0]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-07542bd0]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-07542bd0]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-07542bd0]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-07542bd0]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-07542bd0]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-07542bd0]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-07542bd0]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-07542bd0]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-07542bd0]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-07542bd0],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-07542bd0]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-07542bd0],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-07542bd0]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-07542bd0]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-07542bd0]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-07542bd0]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-07542bd0]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-07542bd0]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-07542bd0]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-07542bd0]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-07542bd0]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-07542bd0]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-07542bd0]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-07542bd0]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-07542bd0]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-07542bd0]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-07542bd0]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-07542bd0]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-07542bd0]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-07542bd0]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-07542bd0]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-07542bd0]{color:#fff;text-decoration:underline;font-weight:500}.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}#document-annotations[data-v-90b74e8e]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-90b74e8e]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-90b74e8e]{margin:24px 16px 8px 16px}#document-annotations .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}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-90b74e8e]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-90b74e8e]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-90b74e8e]{width:100%}#document-annotations .annotation-set-list[data-v-90b74e8e]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-90b74e8e]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-90b74e8e]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-90b74e8e]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-90b74e8e]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-90b74e8e]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-90b74e8e]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-90b74e8e]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-90b74e8e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-90b74e8e]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-90b74e8e]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-90b74e8e]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-90b74e8e]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-90b74e8e]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-90b74e8e]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-90b74e8e]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-90b74e8e]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-90b74e8e]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-90b74e8e]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-90b74e8e]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-90b74e8e]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-90b74e8e]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-90b74e8e]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-90b74e8e]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-90b74e8e]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-90b74e8e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-90b74e8e]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-90b74e8e]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-90b74e8e]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-90b74e8e]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-90b74e8e]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-90b74e8e]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-90b74e8e]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-90b74e8e]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-90b74e8e]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-90b74e8e]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-90b74e8e]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-90b74e8e]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-90b74e8e]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-90b74e8e]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-90b74e8e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-90b74e8e]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-90b74e8e],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-90b74e8e]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-90b74e8e]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-90b74e8e]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-90b74e8e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-90b74e8e]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-90b74e8e]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-90b74e8e]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-90b74e8e]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-90b74e8e]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-90b74e8e]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-90b74e8e]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-90b74e8e]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-90b74e8e]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-90b74e8e]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-90b74e8e]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-90b74e8e]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-90b74e8e]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-90b74e8e]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-90b74e8e]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-90b74e8e]{color:#fff;text-decoration:underline;font-weight:500}.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}#document-annotations[data-v-5e0eb750]{font-family:var(--font-family);background-color:#fff;position:relative;display:flex;flex-direction:column}#document-annotations.disabled[data-v-5e0eb750]{pointer-events:none}#document-annotations .annotations-skeleton .label-set-name-skeleton[data-v-5e0eb750]{margin:24px 16px 8px 16px}#document-annotations .annotations-skeleton .label-properties-skeleton[data-v-5e0eb750]{padding-left:16px;padding-right:16px;padding-bottom:8px;width:100%;box-shadow:0 1px 0 #f0f0f0;display:flex;align-items:center}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left[data-v-5e0eb750]{display:flex;width:80%;align-items:center;gap:10px}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-left .label-skeleton[data-v-5e0eb750]{padding-top:1px;width:100%}#document-annotations .annotations-skeleton .label-properties-skeleton .loading-right[data-v-5e0eb750]{width:100%}#document-annotations .annotation-set-list[data-v-5e0eb750]{padding-bottom:16px}#document-annotations .annotation-set-list .annotation-options[data-v-5e0eb750]{display:flex;justify-content:space-between;flex-direction:column;padding:16px 16px 0 16px;gap:16px}#document-annotations .annotation-set-list .annotation-options #annotation-filters[data-v-5e0eb750]{display:flex;flex-direction:row;width:100%;justify-content:space-around;gap:12px}#document-annotations .annotation-set-list .annotation-options #annotation-filters span[data-v-5e0eb750]{font-size:14px}#document-annotations .annotation-set-list .annotation-sets-accordions[data-v-5e0eb750]{margin-top:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group[data-v-5e0eb750]{margin:24px 16px 8px 16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .annotation-sets-list[data-v-5e0eb750]{position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.no-top-margin[data-v-5e0eb750]{margin-top:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group.hover-effect[data-v-5e0eb750]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-5e0eb750]{cursor:pointer;display:flex;align-items:center;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header[data-v-5e0eb750]:hover{background-color:#fff}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name[data-v-5e0eb750]{font-weight:600;font-size:14px;line-height:20px;color:#344054;display:flex;align-items:center;gap:8px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .label-set-header .label-set-name .icon[data-v-5e0eb750]{width:12px;height:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-5e0eb750]{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table[data-v-5e0eb750]:not(:last-child){padding-bottom:12px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon[data-v-5e0eb750]{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}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-icon .ann-set-number[data-v-5e0eb750]{font-weight:400;font-size:14px;line-height:20px;margin-left:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .ann-set-table .ann-set-table-label-set-name[data-v-5e0eb750]{margin-left:8px;font-size:14px;line-height:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group[data-v-5e0eb750]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;min-height:44px;cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left[data-v-5e0eb750]{display:flex;flex-direction:row;padding-left:16px;color:#858585;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left icon[data-v-5e0eb750]{width:26px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-left .label-name[data-v-5e0eb750]{padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right[data-v-5e0eb750]{display:flex;flex-direction:row;font-weight:400;font-size:14px;line-height:20px;cursor:default}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-pending[data-v-5e0eb750]{padding:0 8px;border-radius:20px;background:hsla(228,8%,88%,.5);color:#858585;margin-right:4px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group .label-group-right .label-annotations-accepted[data-v-5e0eb750]{padding:0 8px;border-radius:20px;background:rgba(75,181,67,.11);color:#4bb543}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list[data-v-5e0eb750]{background-color:#fafafa}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-group-annotation-list .annotation-row[data-v-5e0eb750]{padding-left:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .label-name[data-v-5e0eb750]{color:#858585;word-break:break-word;font-size:14px;line-height:20px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-5e0eb750]{width:100%;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease-out;align-items:center;height:100%;padding:0 16px;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotations-width-slider[data-v-5e0eb750]{background-color:transparent;top:0;bottom:0;left:4px;right:16px;margin:0 20%;display:flex;align-items:center;border-radius:8px;position:absolute}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.clickable-cursor[data-v-5e0eb750]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left[data-v-5e0eb750]{display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-icon[data-v-5e0eb750]{height:40px;padding-right:16px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .label-name[data-v-5e0eb750]{padding:10px 0;padding-right:6px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation[data-v-5e0eb750]{display:flex;padding-left:20px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation.pointer[data-v-5e0eb750]{cursor:pointer}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .icon[data-v-5e0eb750]{display:flex}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details[data-v-5e0eb750]{display:flex;flex-direction:column;gap:8px;min-width:216px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:8px;word-wrap:break-all;white-space:normal}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title[data-v-5e0eb750]{color:#fff;font-weight:400;font-size:12px;line-height:18px;display:flex;flex-direction:row;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string[data-v-5e0eb750]{font-weight:500;text-align:right}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-details .translation-title .translated-string.no-translation[data-v-5e0eb750]{color:#e7423a;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-left .annotation-translation .translation-info[data-v-5e0eb750]{padding-top:8px;line-height:18px;font-size:12px;opacity:.7;color:#fff;font-weight:400}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right[data-v-5e0eb750]{display:flex;align-items:center;justify-content:center;height:100%;position:relative}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .notification[data-v-5e0eb750]{background-color:transparent}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content[data-v-5e0eb750]{width:100%;height:100%;font-size:14px;line-height:20px;font-weight:400;padding:6px 0 6px 0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation[data-v-5e0eb750],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation[data-v-5e0eb750]{min-height:36px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation .annotation-checkbox[data-v-5e0eb750],#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .empty-annotation .annotation-checkbox[data-v-5e0eb750]{margin-right:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container[data-v-5e0eb750]{height:20px;display:flex;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .loading-container .loading-icon-size[data-v-5e0eb750]{width:13px;height:13px}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .spinner[data-v-5e0eb750]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-content .annotation-items[data-v-5e0eb750]{display:flex;flex-direction:row}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container[data-v-5e0eb750]{display:flex;height:100%;gap:8px;position:absolute;right:-16px;padding:0 16px;background-image:linear-gradient(90deg,transparent,#fafafa 20%)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .buttons-container.is-ann-editing[data-v-5e0eb750]{position:relative;background-image:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-5e0eb750]{display:inline-block;color:#344054;padding:0;border:none;background-color:transparent;inline-size:100%;overflow-wrap:break-word;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value[data-v-5e0eb750]:focus{outline:none}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty-clicked[data-v-5e0eb750]{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:400;color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .annotation-row-right .annotation-value .label-empty[data-v-5e0eb750]{font-weight:500;font-size:14px;color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .empty-annotation[data-v-5e0eb750]{display:flex;width:100%;justify-content:space-between}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row[data-v-5e0eb750]:hover{background-color:#fafafa!important}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.selected[data-v-5e0eb750]{background-color:#f0f0f0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-empty-labels[data-v-5e0eb750]{background-color:#f0f0f0;border-bottom-color:#e1e1e1}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-5e0eb750]{position:relative;border-bottom-color:var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.hovered-pending-annotations[data-v-5e0eb750]:before{display:block;content:"";width:100%;height:100%;background:var(--primary-color);opacity:.1;position:absolute;top:0;left:0}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row.editing[data-v-5e0eb750]{background-color:#fff;border-bottom:1px solid var(--primary-color)}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .not-found-text[data-v-5e0eb750]{color:#858585;opacity:.3}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .saving-changes[data-v-5e0eb750]{color:#858585}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .labels .label .annotation-row .error-editing[data-v-5e0eb750]{color:#e7423a;animation:shake-5e0eb750 .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake-5e0eb750{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)}}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels[data-v-5e0eb750]{display:flex;gap:5px;padding-left:28px;color:#858585;font-size:14px;line-height:20px;min-height:44px;align-items:center}#document-annotations .annotation-set-list .annotation-sets-accordions .annotation-set-group .no-labels a[data-v-5e0eb750]{color:#fff;text-decoration:underline;font-weight:500}.annotation-row[data-v-5e0eb750]{display:flex;align-items:center}.annotation-row .annotation-icon[data-v-5e0eb750]{display:flex}.annotation-row .annotation-value[data-v-5e0eb750]{outline:none}.message .message-container[data-v-5e0eb750]{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px;font-size:14px!important}.message .btn-container[data-v-5e0eb750]{display:flex}.hidden[data-v-5e0eb750]{display:none!important}.choose-label-set-modal .content h3[data-v-565aea8a]{font-weight:500;font-size:18px;line-height:28px;color:#101828}.choose-label-set-modal .content p[data-v-565aea8a]{font-weight:400;font-size:14px;line-height:20px;color:#2f3032}.choose-label-set-modal .content .label-set-list[data-v-565aea8a]{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.choose-label-set-modal .content .label-set-list button.full-width[data-v-565aea8a]{width:100%}.choose-label-set-modal .content .labels-list[data-v-565aea8a]{color:#667085;font-size:14px;font-weight:400;line-height:20px}.choose-label-set-modal .content .next-step-description[data-v-565aea8a]{font-weight:400;font-size:12px;line-height:18px;text-align:center;color:#1a1a1a;margin-top:8px}.multi-ann-table-overlay[data-v-09abf8f6]{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-09abf8f6]{padding-bottom:6px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper[data-v-09abf8f6]{overflow:visible}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown[data-v-09abf8f6]{cursor:pointer}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .icon.arrow[data-v-09abf8f6]{margin-left:4px}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .draggable[data-v-09abf8f6]{margin-right:4px;cursor:move}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .header-dropdown .delete-action[data-v-09abf8f6]{color:#e7423a}.multi-ann-table-overlay .multi-ann-set-table .table-wrapper .annotations-table[data-v-09abf8f6]{min-height:22px;display:flex}#document-edit[data-v-c4cb62fa]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#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;height:100%;align-items:center}#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;z-index:999}#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}#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-info[data-v-c4cb62fa]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .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-info .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}#document-edit[data-v-bc1216ea]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-bc1216ea]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-bc1216ea]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-bc1216ea]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-bc1216ea]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-bc1216ea]{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-bc1216ea]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-bc1216ea]{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-bc1216ea],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-bc1216ea]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-bc1216ea]{padding-right:0}#document-edit .pages-section .info-bar[data-v-bc1216ea]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-bc1216ea]{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-bc1216ea]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-bc1216ea]{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-bc1216ea]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-bc1216ea]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-bc1216ea]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]{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-bc1216ea]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-bc1216ea]{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-bc1216ea]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-bc1216ea]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-bc1216ea]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-bc1216ea]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-bc1216ea]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-bc1216ea]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-bc1216ea]{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-bc1216ea]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-bc1216ea]{width:60%}}#document-edit.rename-and-categorize-component[data-v-bc1216ea]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-bc1216ea]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-bc1216ea]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-bc1216ea]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-bc1216ea]{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-bc1216ea]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-bc1216ea]{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-bc1216ea]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-bc1216ea]{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-bc1216ea]{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-bc1216ea]{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-bc1216ea]: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-bc1216ea]{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-bc1216ea]{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-bc1216ea]{flex:1}.category-chooser[data-v-00b8045a]{cursor:pointer;height:100%}.category-chooser.split-mode[data-v-00b8045a]{border:1px solid #d0d5dd;border-radius:4px;background-color:#fff}.category-chooser.split-mode[data-v-00b8045a]:hover{border-color:#b5b5b5;background-color:transparent}.category-chooser.disabled[data-v-00b8045a]{cursor:not-allowed}.category-chooser:not(.split-mode) .category-drop-down[data-v-00b8045a]{border-right:1px solid #e2e3e4}.category-chooser .category-drop-down[data-v-00b8045a]{display:flex;height:100%;align-items:center;padding:0 8px 0 14px}.category-chooser .category-drop-down .caret-section[data-v-00b8045a]{padding-top:5px}.category-chooser .category-drop-down .caret[data-v-00b8045a],.category-chooser .category-drop-down .icon[data-v-00b8045a]{text-align:center;margin-right:4px}.category-chooser .category-drop-down .caret.split-mode-caret[data-v-00b8045a],.category-chooser .category-drop-down .icon.split-mode-caret[data-v-00b8045a]{padding-left:8px;padding-right:8px;padding-top:10px}.category-chooser .category-drop-down .category-info[data-v-00b8045a]{min-width:100px;margin-left:5px;margin-right:5px}.category-chooser .category-drop-down .category-info .category-title[data-v-00b8045a]{font-size:12px;color:#858585}.category-chooser .category-drop-down .category-info .category-name[data-v-00b8045a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-chooser .category-drop-down .category-info .left-bar-options[data-v-00b8045a]{display:flex}.category-chooser .category-drop-down .category-info .category-drop-down[data-v-00b8045a]{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-00b8045a]{font-size:12px;color:#858585}.loading-bar[data-v-00b8045a]{height:100%;display:flex;align-items:center}#document-edit[data-v-7b97ae82]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-7b97ae82]{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-7b97ae82]{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-7b97ae82]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-7b97ae82]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-7b97ae82]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-7b97ae82]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-7b97ae82]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-7b97ae82]{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-7b97ae82]{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-7b97ae82]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-7b97ae82]{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-7b97ae82]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-7b97ae82]{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-7b97ae82],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-7b97ae82]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-7b97ae82]{padding-right:0}#document-edit .pages-section .info-bar[data-v-7b97ae82]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-7b97ae82]{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-7b97ae82]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-7b97ae82]{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-7b97ae82]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-7b97ae82]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-7b97ae82]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b97ae82]{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-7b97ae82]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-7b97ae82]{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-7b97ae82]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-7b97ae82]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-7b97ae82]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b97ae82]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-7b97ae82]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-7b97ae82]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-7b97ae82]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-7b97ae82]{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-7b97ae82]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-7b97ae82]{width:60%}}#document-edit.rename-and-categorize-component[data-v-7b97ae82]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-7b97ae82]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-7b97ae82]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-7b97ae82]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-7b97ae82]{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-7b97ae82]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-7b97ae82]{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-7b97ae82]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-7b97ae82]{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-7b97ae82]{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-7b97ae82]{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-7b97ae82]: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-7b97ae82]{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-7b97ae82]{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-7b97ae82]{flex:1}.edit-page-thumbnail[data-v-3284908e]{width:80px;display:flex;flex-direction:column;position:relative;padding:6px}.edit-page-thumbnail .action-checkbox[data-v-3284908e]{cursor:pointer;position:absolute;left:0;top:0;z-index:999}.edit-page-thumbnail .page-thumbnail[data-v-3284908e]{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-3284908e]{border:1px solid #1a1a1a}.edit-page-thumbnail .page-thumbnail.selected[data-v-3284908e]{border:2px solid var(--primary-color)}.edit-page-thumbnail .page-thumbnail .action-icon[data-v-3284908e]{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-3284908e]{height:16px}#document-edit[data-v-233044dc]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-233044dc]{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-233044dc]{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-233044dc]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-233044dc]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-233044dc]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-233044dc]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-233044dc]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-233044dc]{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-233044dc]{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-233044dc]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-233044dc]{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-233044dc]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-233044dc]{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-233044dc],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-233044dc]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-233044dc]{padding-right:0}#document-edit .pages-section .info-bar[data-v-233044dc]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-233044dc]{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-233044dc]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-233044dc]{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-233044dc]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-233044dc]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-233044dc]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]{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-233044dc]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-233044dc]{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-233044dc]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-233044dc]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-233044dc]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-233044dc]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-233044dc]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-233044dc]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-233044dc]{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-233044dc]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-233044dc]{width:60%}}#document-edit.rename-and-categorize-component[data-v-233044dc]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-233044dc]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-233044dc]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-233044dc]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-233044dc]{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-233044dc]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-233044dc]{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-233044dc]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-233044dc]{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-233044dc]{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-233044dc]{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-233044dc]: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-233044dc]{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-233044dc]{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-233044dc]{flex:1}#document-edit[data-v-53be5126]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-53be5126]{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-53be5126]{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-53be5126]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-53be5126]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-53be5126]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-53be5126]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-53be5126]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-53be5126]{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-53be5126]{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-53be5126]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-53be5126]{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-53be5126]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-53be5126]{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-53be5126],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-53be5126]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-53be5126]{padding-right:0}#document-edit .pages-section .info-bar[data-v-53be5126]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-53be5126]{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-53be5126]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-53be5126]{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-53be5126]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-53be5126]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-53be5126]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]{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-53be5126]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-53be5126]{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-53be5126]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-53be5126]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-53be5126]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-53be5126]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-53be5126]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-53be5126]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-53be5126]{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-53be5126]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-53be5126]{width:60%}}#document-edit.rename-and-categorize-component[data-v-53be5126]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-53be5126]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-53be5126]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-53be5126]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-53be5126]{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-53be5126]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-53be5126]{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-53be5126]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-53be5126]{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-53be5126]{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-53be5126]{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-53be5126]: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-53be5126]{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-53be5126]{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-53be5126]{flex:1}#document-edit[data-v-01991ceb]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-01991ceb]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-01991ceb]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-01991ceb]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-01991ceb]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-01991ceb]{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-01991ceb]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-01991ceb]{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-01991ceb],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-01991ceb]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-01991ceb]{padding-right:0}#document-edit .pages-section .info-bar[data-v-01991ceb]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-01991ceb]{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-01991ceb]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-01991ceb]{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-01991ceb]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-01991ceb]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-01991ceb]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]{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-01991ceb]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-01991ceb]{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-01991ceb]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-01991ceb]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-01991ceb]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-01991ceb]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-01991ceb]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-01991ceb]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-01991ceb]{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-01991ceb]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-01991ceb]{width:60%}}#document-edit.rename-and-categorize-component[data-v-01991ceb]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-01991ceb]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-01991ceb]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-01991ceb]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-01991ceb]{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-01991ceb]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-01991ceb]{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-01991ceb]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-01991ceb]{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-01991ceb]{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-01991ceb]{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-01991ceb]: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-01991ceb]{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-01991ceb]{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-01991ceb]{flex:1}#document-edit[data-v-0ecba500]{background-color:#f7f7f7;position:relative;display:flex;height:100%}#document-edit .pages-section[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{color:#1a1a1a;font-weight:600;font-size:18px;line-height:18px;padding-left:28px}#document-edit .pages-section .document-grid[data-v-0ecba500]{padding:32px;display:flex;flex-wrap:wrap;row-gap:16px}#document-edit .pages-section .document-grid .image-section[data-v-0ecba500]{cursor:grab;display:flex;align-items:center;flex-direction:column}#document-edit .pages-section .document-grid .image-section .top-section[data-v-0ecba500]{display:flex;flex-direction:row;justify-content:space-between;height:100%;align-items:center}#document-edit .pages-section .document-grid .image-section .bottom-section[data-v-0ecba500]{text-align:center}#document-edit .pages-section .document-grid .image-section .page-number[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{display:flex;align-items:center;justify-content:center}#document-edit .pages-section .document-grid .image-section .splitting-lines .scissors-icon[data-v-0ecba500]{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-0ecba500]{display:block}#document-edit .pages-section .document-grid .image-section .splitting-lines.active-split .lines[data-v-0ecba500]{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-0ecba500],#document-edit .pages-section .document-grid .image-section:last-child .splitting-lines[data-v-0ecba500]{display:none}#document-edit .pages-section .document-grid .image-section:last-child .page-number[data-v-0ecba500]{padding-right:0}#document-edit .pages-section .info-bar[data-v-0ecba500]{position:sticky;width:-moz-fit-content;width:fit-content;bottom:20px;left:0;right:0;margin:0 auto;padding:10px;z-index:999}#document-edit .pages-section .info-bar .split-info-bar[data-v-0ecba500]{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-0ecba500]{width:45%;max-width:300px;min-width:270px;background-color:#fff}#document-edit .sidebar .edit-sidebar[data-v-0ecba500]{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-0ecba500]{width:85%;display:flex;flex-direction:column;color:#344054}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected[data-v-0ecba500]{font-weight:400;font-size:14px;margin-bottom:15px}#document-edit .sidebar .edit-sidebar .buttons-container .pages-selected.disabled[data-v-0ecba500]{color:#858585}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]{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-0ecba500]{display:flex;width:100%}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons .edit-mode-btn .button-content[data-v-0ecba500]{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-0ecba500]{font-size:14px;font-weight:500}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-0ecba500]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons .sidebar-buttons[data-v-0ecba500]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]:first-child{margin-top:14px}#document-edit .sidebar .edit-sidebar .buttons-container .edit-buttons[data-v-0ecba500]:last-child{margin-bottom:14px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info[data-v-0ecba500]{display:flex;align-items:center;gap:8px}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .control-label .switch-text[data-v-0ecba500]{font-size:14px;padding-right:10px;color:#344054;font-weight:500}#document-edit .sidebar .edit-sidebar .smart-split .switch-info .new-badge[data-v-0ecba500]{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-0ecba500]{width:50%}}@media(max-width:1100px){#document-edit .sidebar[data-v-0ecba500]{width:60%}}#document-edit.rename-and-categorize-component[data-v-0ecba500]{background-color:#fff;min-width:600px}#document-edit.rename-and-categorize-component .rename-and-categorize-section[data-v-0ecba500]{padding-left:30px;padding-right:10px;overflow-y:scroll;width:100%}#document-edit.rename-and-categorize-component .rename-and-categorize[data-v-0ecba500]{margin-top:20px}#document-edit.rename-and-categorize-component .rename-and-categorize img[data-v-0ecba500]{height:30px!important;width:30px!important}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section[data-v-0ecba500]{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-0ecba500]{padding-top:4px}#document-edit.rename-and-categorize-component .rename-and-categorize .back-section .back-text[data-v-0ecba500]{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-0ecba500]{color:#1a1a1a;font-size:16px;font-weight:600}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]:hover{cursor:pointer}#document-edit.rename-and-categorize-component .rename-and-categorize .new-documents-container .document-details .doc-info[data-v-0ecba500]{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-0ecba500]{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-0ecba500]{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-0ecba500]: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-0ecba500]{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-0ecba500]{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-0ecba500]{flex:1}.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}.document-error-modal[data-v-254242fc]{text-align:left}.document-error-modal .modal.is-active .modal-content[data-v-254242fc]{height:auto;max-width:400px!important}.document-error-modal .modal.is-active .modal-content .modal-close[data-v-254242fc]{display:none!important}.document-error-modal .modal.is-active .modal-content .modal-card-body[data-v-254242fc]{background:#fff;border-radius:12px 12px 0 0!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .header[data-v-254242fc]{display:flex;justify-content:space-between}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .error-icon[data-v-254242fc]{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-254242fc]{color:#858585}.document-error-modal .modal.is-active .modal-content .modal-card-body .header .close-btn[data-v-254242fc]:hover{cursor:pointer}.document-error-modal .modal.is-active .modal-content .modal-card-body .content[data-v-254242fc]{padding-top:15px;color:#1a1a1a!important}.document-error-modal .modal.is-active .modal-content .modal-card-body .content h3[data-v-254242fc]{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-254242fc]{font-weight:400;line-height:20px;font-size:14px}.document-error-modal .modal.is-active .modal-content .modal-card-foot[data-v-254242fc]{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-254242fc]{width:100%;height:44px;font-weight:500!important;font-size:16px!important;line-height:24px!important}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:after,.splitpanes.default-theme .splitpanes__splitter:before{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:after,.splitpanes.default-theme .splitpanes__splitter:hover:before{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme .splitpanes--vertical>.splitpanes__splitter,.default-theme.splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme .splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme.splitpanes--vertical>.splitpanes__splitter:before{transform:translateY(-50%);width:1px;height:30px}.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme .splitpanes--vertical>.splitpanes__splitter:after,.default-theme.splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter,.default-theme.splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme.splitpanes--horizontal>.splitpanes__splitter:before{transform:translate(-50%);width:30px;height:1px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme .splitpanes--horizontal>.splitpanes__splitter:after,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.dashboard[data-v-c94c01cc]{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard .dashboard-viewer[data-v-c94c01cc]{display:flex;min-height:0;height:100%}.dashboard .dashboard-viewer.loading-skeleton[data-v-c94c01cc]{overflow:hidden}.dashboard .dashboard-viewer .dashboard-document[data-v-c94c01cc]{height:100%;overflow:auto;position:relative;background-image:radial-gradient(#bfc1c9 .8px,#ededed 0);background-size:9px 9px}.dashboard .dashboard-viewer .document-sidebar[data-v-c94c01cc]{overflow-y:auto;background-color:#fff}@media print{.dashboard .dashboard-viewer .dashboard-document[data-v-c94c01cc]{position:static}}.dashboard .not-supported[data-v-c94c01cc]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:999}.error-page[data-v-6b311fc9]{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.error-page .error-icon[data-v-6b311fc9]{color:#e7423a}.documents-list[data-v-710ee0ae]{background-color:#fff;font-family:var(--font-family)}.documents-list .documents-list-top[data-v-710ee0ae]{display:flex;flex-direction:row;padding:40px;margin-bottom:14px}.documents-list .documents-list-top .documents-list-top-left[data-v-710ee0ae]{flex:1}.documents-list .documents-list-top .documents-list-top-left h2[data-v-710ee0ae]{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-710ee0ae]{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-710ee0ae]{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-710ee0ae]{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-710ee0ae]: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-710ee0ae]{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-710ee0ae]{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-710ee0ae]{display:flex;flex-direction:row;border-bottom:1px solid #e2e3e4}.documents-list .documents-list-bottom .documents-list-thumbnail[data-v-710ee0ae]{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-710ee0ae]{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-710ee0ae],.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail[data-v-710ee0ae]{height:100%}.documents-list .documents-list-bottom .documents-list-thumbnail .img-thumbnail.selected[data-v-710ee0ae]{outline:1px solid #2f3032}.documents-list .documents-list-bottom .documents-list-thumbnail .document-name[data-v-710ee0ae]{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-710ee0ae]{font-weight:600}.documents-list .documents-list-bottom .documents-list-thumbnail .error-icon[data-v-710ee0ae]{display:flex;padding-left:10px}:root{--konfuzio-green:#41af85;--white:#fff;--primary-color:var(--konfuzio-green);--primary-button:4px;--top-bar-background:var(--white);--font-family:"Inter",sans-serif}.dv-ui-app-container{display:flex;height:100%;flex-direction:column;margin:0}.dv-ui-app-container .overlay{height:100%;width:100%;position:fixed;z-index:999;top:0;left:0;background-color:transparent;overflow-x:hidden}.dv-ui-theme{font-family:var(--font-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box/*! Buefy v0.2.0 | MIT License | github.com/buefy/buefy *//*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma *//*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */}.dv-ui-theme .button,.dv-ui-theme .file-cta,.dv-ui-theme .file-name,.dv-ui-theme .input,.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous,.dv-ui-theme .select select,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.dv-ui-theme .button:active,.dv-ui-theme .button:focus,.dv-ui-theme .file-cta:active,.dv-ui-theme .file-cta:focus,.dv-ui-theme .file-name:active,.dv-ui-theme .file-name:focus,.dv-ui-theme .input:active,.dv-ui-theme .input:focus,.dv-ui-theme .is-active.button,.dv-ui-theme .is-active.file-cta,.dv-ui-theme .is-active.file-name,.dv-ui-theme .is-active.input,.dv-ui-theme .is-active.pagination-ellipsis,.dv-ui-theme .is-active.pagination-link,.dv-ui-theme .is-active.pagination-next,.dv-ui-theme .is-active.pagination-previous,.dv-ui-theme .is-active.textarea,.dv-ui-theme .is-focused.button,.dv-ui-theme .is-focused.file-cta,.dv-ui-theme .is-focused.file-name,.dv-ui-theme .is-focused.input,.dv-ui-theme .is-focused.pagination-ellipsis,.dv-ui-theme .is-focused.pagination-link,.dv-ui-theme .is-focused.pagination-next,.dv-ui-theme .is-focused.pagination-previous,.dv-ui-theme .is-focused.textarea,.dv-ui-theme .pagination-ellipsis:active,.dv-ui-theme .pagination-ellipsis:focus,.dv-ui-theme .pagination-link:active,.dv-ui-theme .pagination-link:focus,.dv-ui-theme .pagination-next:active,.dv-ui-theme .pagination-next:focus,.dv-ui-theme .pagination-previous:active,.dv-ui-theme .pagination-previous:focus,.dv-ui-theme .select select.is-active,.dv-ui-theme .select select.is-focused,.dv-ui-theme .select select:active,.dv-ui-theme .select select:focus,.dv-ui-theme .taginput .is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:active,.dv-ui-theme .taginput .taginput-container.is-focusable:focus,.dv-ui-theme .textarea:active,.dv-ui-theme .textarea:focus{outline:none}.dv-ui-theme .select fieldset[disabled] select,.dv-ui-theme .select select[disabled],.dv-ui-theme .taginput [disabled].taginput-container.is-focusable,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable,.dv-ui-theme [disabled].button,.dv-ui-theme [disabled].file-cta,.dv-ui-theme [disabled].file-name,.dv-ui-theme [disabled].input,.dv-ui-theme [disabled].pagination-ellipsis,.dv-ui-theme [disabled].pagination-link,.dv-ui-theme [disabled].pagination-next,.dv-ui-theme [disabled].pagination-previous,.dv-ui-theme [disabled].textarea,.dv-ui-theme fieldset[disabled] .button,.dv-ui-theme fieldset[disabled] .file-cta,.dv-ui-theme fieldset[disabled] .file-name,.dv-ui-theme fieldset[disabled] .input,.dv-ui-theme fieldset[disabled] .pagination-ellipsis,.dv-ui-theme fieldset[disabled] .pagination-link,.dv-ui-theme fieldset[disabled] .pagination-next,.dv-ui-theme fieldset[disabled] .pagination-previous,.dv-ui-theme fieldset[disabled] .select select,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable,.dv-ui-theme fieldset[disabled] .textarea{cursor:not-allowed}.dv-ui-theme .b-checkbox.checkbox,.dv-ui-theme .b-radio.radio,.dv-ui-theme .breadcrumb,.dv-ui-theme .button,.dv-ui-theme .carousel,.dv-ui-theme .carousel-list,.dv-ui-theme .file,.dv-ui-theme .is-unselectable,.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous,.dv-ui-theme .switch,.dv-ui-theme .tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .navbar-link:not(.is-arrowless):after,.dv-ui-theme .select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.dv-ui-theme .block:not(:last-child),.dv-ui-theme .box:not(:last-child),.dv-ui-theme .breadcrumb:not(:last-child),.dv-ui-theme .content:not(:last-child),.dv-ui-theme .level:not(:last-child),.dv-ui-theme .message:not(:last-child),.dv-ui-theme .notification:not(:last-child),.dv-ui-theme .pagination:not(:last-child),.dv-ui-theme .progress-wrapper.is-not-native:not(:last-child),.dv-ui-theme .progress:not(:last-child),.dv-ui-theme .subtitle:not(:last-child),.dv-ui-theme .table-container:not(:last-child),.dv-ui-theme .table:not(:last-child),.dv-ui-theme .tabs:not(:last-child),.dv-ui-theme .title:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .delete,.dv-ui-theme .modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.dv-ui-theme .delete:after,.dv-ui-theme .delete:before,.dv-ui-theme .modal-close:after,.dv-ui-theme .modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.dv-ui-theme .delete:before,.dv-ui-theme .modal-close:before{height:2px;width:50%}.dv-ui-theme .delete:after,.dv-ui-theme .modal-close:after{height:50%;width:2px}.dv-ui-theme .delete:focus,.dv-ui-theme .delete:hover,.dv-ui-theme .modal-close:focus,.dv-ui-theme .modal-close:hover{background-color:hsla(0,0%,4%,.3)}.dv-ui-theme .delete:active,.dv-ui-theme .modal-close:active{background-color:hsla(0,0%,4%,.4)}.dv-ui-theme .is-small.delete,.dv-ui-theme .is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.dv-ui-theme .is-medium.delete,.dv-ui-theme .is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.dv-ui-theme .is-large.delete,.dv-ui-theme .is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.dv-ui-theme .button.is-loading:after,.dv-ui-theme .control.is-loading:after,.dv-ui-theme .loader,.dv-ui-theme .select.is-loading:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.dv-ui-theme .b-image-wrapper>img.has-ratio,.dv-ui-theme .b-image-wrapper>img.placeholder,.dv-ui-theme .hero-video,.dv-ui-theme .image.is-16by9 .has-ratio,.dv-ui-theme .image.is-16by9 img,.dv-ui-theme .image.is-1by1 .has-ratio,.dv-ui-theme .image.is-1by1 img,.dv-ui-theme .image.is-1by2 .has-ratio,.dv-ui-theme .image.is-1by2 img,.dv-ui-theme .image.is-1by3 .has-ratio,.dv-ui-theme .image.is-1by3 img,.dv-ui-theme .image.is-2by1 .has-ratio,.dv-ui-theme .image.is-2by1 img,.dv-ui-theme .image.is-2by3 .has-ratio,.dv-ui-theme .image.is-2by3 img,.dv-ui-theme .image.is-3by1 .has-ratio,.dv-ui-theme .image.is-3by1 img,.dv-ui-theme .image.is-3by2 .has-ratio,.dv-ui-theme .image.is-3by2 img,.dv-ui-theme .image.is-3by4 .has-ratio,.dv-ui-theme .image.is-3by4 img,.dv-ui-theme .image.is-3by5 .has-ratio,.dv-ui-theme .image.is-3by5 img,.dv-ui-theme .image.is-4by3 .has-ratio,.dv-ui-theme .image.is-4by3 img,.dv-ui-theme .image.is-4by5 .has-ratio,.dv-ui-theme .image.is-4by5 img,.dv-ui-theme .image.is-5by3 .has-ratio,.dv-ui-theme .image.is-5by3 img,.dv-ui-theme .image.is-5by4 .has-ratio,.dv-ui-theme .image.is-5by4 img,.dv-ui-theme .image.is-9by16 .has-ratio,.dv-ui-theme .image.is-9by16 img,.dv-ui-theme .image.is-square .has-ratio,.dv-ui-theme .image.is-square img,.dv-ui-theme .is-overlay,.dv-ui-theme .modal,.dv-ui-theme .modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.dv-ui-theme .navbar-burger{color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.dv-ui-theme blockquote,.dv-ui-theme body,.dv-ui-theme dd,.dv-ui-theme dl,.dv-ui-theme dt,.dv-ui-theme fieldset,.dv-ui-theme figure,.dv-ui-theme h1,.dv-ui-theme h2,.dv-ui-theme h3,.dv-ui-theme h4,.dv-ui-theme h5,.dv-ui-theme h6,.dv-ui-theme hr,.dv-ui-theme html,.dv-ui-theme iframe,.dv-ui-theme legend,.dv-ui-theme li,.dv-ui-theme ol,.dv-ui-theme p,.dv-ui-theme pre,.dv-ui-theme textarea,.dv-ui-theme ul{margin:0;padding:0}.dv-ui-theme h1,.dv-ui-theme h2,.dv-ui-theme h3,.dv-ui-theme h4,.dv-ui-theme h5,.dv-ui-theme h6{font-size:100%;font-weight:400}.dv-ui-theme ul{list-style:none}.dv-ui-theme button,.dv-ui-theme input,.dv-ui-theme select,.dv-ui-theme textarea{margin:0}.dv-ui-theme html{box-sizing:border-box}.dv-ui-theme *,.dv-ui-theme :after,.dv-ui-theme :before{box-sizing:inherit}.dv-ui-theme img,.dv-ui-theme video{height:auto;max-width:100%}.dv-ui-theme iframe{border:0}.dv-ui-theme table{border-collapse:collapse;border-spacing:0}.dv-ui-theme td,.dv-ui-theme th{padding:0}.dv-ui-theme td:not([align]),.dv-ui-theme th:not([align]){text-align:inherit}.dv-ui-theme html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.dv-ui-theme article,.dv-ui-theme aside,.dv-ui-theme figure,.dv-ui-theme footer,.dv-ui-theme header,.dv-ui-theme hgroup,.dv-ui-theme section{display:block}.dv-ui-theme body,.dv-ui-theme button,.dv-ui-theme input,.dv-ui-theme optgroup,.dv-ui-theme select,.dv-ui-theme textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.dv-ui-theme code,.dv-ui-theme pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}.dv-ui-theme body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}.dv-ui-theme a{color:#7957d5;cursor:pointer;text-decoration:none}.dv-ui-theme a strong{color:currentColor}.dv-ui-theme a:hover{color:#363636}.dv-ui-theme code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em .25em}.dv-ui-theme hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}.dv-ui-theme img{height:auto;max-width:100%}.dv-ui-theme input[type=checkbox],.dv-ui-theme input[type=radio]{vertical-align:baseline}.dv-ui-theme small{font-size:.875em}.dv-ui-theme span{font-style:inherit;font-weight:inherit}.dv-ui-theme strong{color:#363636;font-weight:700}.dv-ui-theme fieldset{border:none}.dv-ui-theme pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}.dv-ui-theme pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}.dv-ui-theme table td,.dv-ui-theme table th{vertical-align:top}.dv-ui-theme table td:not([align]),.dv-ui-theme table th:not([align]){text-align:inherit}.dv-ui-theme table th{color:#363636}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.dv-ui-theme .box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;display:block;padding:1.25rem}.dv-ui-theme a.box:focus,.dv-ui-theme a.box:hover{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px #7957d5}.dv-ui-theme a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #7957d5}.dv-ui-theme .button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.dv-ui-theme .button strong{color:inherit}.dv-ui-theme .button .icon,.dv-ui-theme .button .icon.is-large,.dv-ui-theme .button .icon.is-medium,.dv-ui-theme .button .icon.is-small{height:1.5em;width:1.5em}.dv-ui-theme .button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.dv-ui-theme .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.dv-ui-theme .button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.dv-ui-theme .button.is-hovered,.dv-ui-theme .button:hover{border-color:#b5b5b5;color:#363636}.dv-ui-theme .button.is-focused,.dv-ui-theme .button:focus{border-color:#7957d5;color:#363636}.dv-ui-theme .button.is-focused:not(:active),.dv-ui-theme .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-active,.dv-ui-theme .button:active{border-color:#4a4a4a;color:#363636}.dv-ui-theme .button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.dv-ui-theme .button.is-text.is-focused,.dv-ui-theme .button.is-text.is-hovered,.dv-ui-theme .button.is-text:focus,.dv-ui-theme .button.is-text:hover{background-color:#f5f5f5;color:#363636}.dv-ui-theme .button.is-text.is-active,.dv-ui-theme .button.is-text:active{background-color:#e8e8e8;color:#363636}.dv-ui-theme .button.is-text[disabled],.dv-ui-theme fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.dv-ui-theme .button.is-ghost{background:none;border-color:transparent;color:#7957d5;text-decoration:none}.dv-ui-theme .button.is-ghost.is-hovered,.dv-ui-theme .button.is-ghost:hover{color:#7957d5;text-decoration:underline}.dv-ui-theme .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-hovered,.dv-ui-theme .button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-focused,.dv-ui-theme .button.is-white:focus{border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white.is-focused:not(:active),.dv-ui-theme .button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .button.is-white.is-active,.dv-ui-theme .button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.dv-ui-theme .button.is-white[disabled],.dv-ui-theme fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.dv-ui-theme .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-hovered,.dv-ui-theme .button.is-white.is-inverted:hover{background-color:#000}.dv-ui-theme .button.is-white.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.dv-ui-theme .button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-white.is-outlined.is-focused,.dv-ui-theme .button.is-white.is-outlined.is-hovered,.dv-ui-theme .button.is-white.is-outlined:focus,.dv-ui-theme .button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-white.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-white.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-white.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-white.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-white.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-white.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-hovered,.dv-ui-theme .button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-focused,.dv-ui-theme .button.is-black:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-black.is-focused:not(:active),.dv-ui-theme .button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .button.is-black.is-active,.dv-ui-theme .button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.dv-ui-theme .button.is-black[disabled],.dv-ui-theme fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.dv-ui-theme .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-hovered,.dv-ui-theme .button.is-black.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-black.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .button.is-black.is-outlined.is-focused,.dv-ui-theme .button.is-black.is-outlined.is-hovered,.dv-ui-theme .button.is-black.is-outlined:focus,.dv-ui-theme .button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-black.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-black.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-black.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-black.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-black.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.dv-ui-theme .button.is-black.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-hovered,.dv-ui-theme .button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-focused,.dv-ui-theme .button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-focused:not(:active),.dv-ui-theme .button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .button.is-light.is-active,.dv-ui-theme .button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light[disabled],.dv-ui-theme fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.dv-ui-theme .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-hovered,.dv-ui-theme .button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.dv-ui-theme .button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.dv-ui-theme .button.is-light.is-outlined.is-focused,.dv-ui-theme .button.is-light.is-outlined.is-hovered,.dv-ui-theme .button.is-light.is-outlined:focus,.dv-ui-theme .button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.dv-ui-theme .button.is-light.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-light.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-light.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-light.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-light.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.dv-ui-theme .button.is-light.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-hovered,.dv-ui-theme .button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-focused,.dv-ui-theme .button.is-dark:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark.is-focused:not(:active),.dv-ui-theme .button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .button.is-dark.is-active,.dv-ui-theme .button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.dv-ui-theme .button.is-dark[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.dv-ui-theme .button.is-dark.is-inverted{background-color:#fff;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-hovered,.dv-ui-theme .button.is-dark.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-dark.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.dv-ui-theme .button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.dv-ui-theme .button.is-dark.is-outlined.is-focused,.dv-ui-theme .button.is-dark.is-outlined.is-hovered,.dv-ui-theme .button.is-dark.is-outlined:focus,.dv-ui-theme .button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.dv-ui-theme .button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.dv-ui-theme .button.is-dark.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-dark.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-dark.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #363636 #363636!important}.dv-ui-theme .button.is-dark.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-primary{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-hovered,.dv-ui-theme .button.is-primary:hover{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-focused,.dv-ui-theme .button.is-primary:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary.is-focused:not(:active),.dv-ui-theme .button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-primary.is-active,.dv-ui-theme .button.is-primary:active{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-primary[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary{background-color:#7957d5;border-color:#7957d5;box-shadow:none}.dv-ui-theme .button.is-primary.is-inverted{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-hovered,.dv-ui-theme .button.is-primary.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-primary.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.dv-ui-theme .button.is-primary.is-outlined.is-focused,.dv-ui-theme .button.is-primary.is-outlined.is-hovered,.dv-ui-theme .button.is-primary.is-outlined:focus,.dv-ui-theme .button.is-primary.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-primary.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-primary.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-primary.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-primary.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .button.is-primary.is-light.is-hovered,.dv-ui-theme .button.is-primary.is-light:hover{background-color:#eae4f8;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-primary.is-light.is-active,.dv-ui-theme .button.is-primary.is-light:active{background-color:#e2daf6;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-link{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-hovered,.dv-ui-theme .button.is-link:hover{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-focused,.dv-ui-theme .button.is-link:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-link.is-focused:not(:active),.dv-ui-theme .button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .button.is-link.is-active,.dv-ui-theme .button.is-link:active{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-link[disabled],.dv-ui-theme fieldset[disabled] .button.is-link{background-color:#7957d5;border-color:#7957d5;box-shadow:none}.dv-ui-theme .button.is-link.is-inverted{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-hovered,.dv-ui-theme .button.is-link.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-link.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.dv-ui-theme .button.is-link.is-outlined.is-focused,.dv-ui-theme .button.is-link.is-outlined.is-hovered,.dv-ui-theme .button.is-link.is-outlined:focus,.dv-ui-theme .button.is-link.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-link.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-link.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-link.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-link.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-link.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #7957d5 #7957d5!important}.dv-ui-theme .button.is-link.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .button.is-link.is-light.is-hovered,.dv-ui-theme .button.is-link.is-light:hover{background-color:#eae4f8;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-link.is-light.is-active,.dv-ui-theme .button.is-link.is-light:active{background-color:#e2daf6;border-color:transparent;color:#552fbc}.dv-ui-theme .button.is-info{background-color:#167df0;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-hovered,.dv-ui-theme .button.is-info:hover{background-color:#0f77ea;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-focused,.dv-ui-theme .button.is-info:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-info.is-focused:not(:active),.dv-ui-theme .button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .button.is-info.is-active,.dv-ui-theme .button.is-info:active{background-color:#0e71de;border-color:transparent;color:#fff}.dv-ui-theme .button.is-info[disabled],.dv-ui-theme fieldset[disabled] .button.is-info{background-color:#167df0;border-color:#167df0;box-shadow:none}.dv-ui-theme .button.is-info.is-inverted{background-color:#fff;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-hovered,.dv-ui-theme .button.is-info.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-info.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#167df0}.dv-ui-theme .button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-info.is-outlined{background-color:transparent;border-color:#167df0;color:#167df0}.dv-ui-theme .button.is-info.is-outlined.is-focused,.dv-ui-theme .button.is-info.is-outlined.is-hovered,.dv-ui-theme .button.is-info.is-outlined:focus,.dv-ui-theme .button.is-info.is-outlined:hover{background-color:#167df0;border-color:#167df0;color:#fff}.dv-ui-theme .button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #167df0 #167df0!important}.dv-ui-theme .button.is-info.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-info.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-info.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-info.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#167df0;box-shadow:none;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-info.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#167df0}.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #167df0 #167df0!important}.dv-ui-theme .button.is-info.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .button.is-info.is-light.is-hovered,.dv-ui-theme .button.is-info.is-light:hover{background-color:#e0eefd;border-color:transparent;color:#0d68ce}.dv-ui-theme .button.is-info.is-light.is-active,.dv-ui-theme .button.is-info.is-light:active{background-color:#d4e7fc;border-color:transparent;color:#0d68ce}.dv-ui-theme .button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-hovered,.dv-ui-theme .button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-focused,.dv-ui-theme .button.is-success:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-success.is-focused:not(:active),.dv-ui-theme .button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .button.is-success.is-active,.dv-ui-theme .button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.dv-ui-theme .button.is-success[disabled],.dv-ui-theme fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:#48c78e;box-shadow:none}.dv-ui-theme .button.is-success.is-inverted{background-color:#fff;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-hovered,.dv-ui-theme .button.is-success.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-success.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c78e}.dv-ui-theme .button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}.dv-ui-theme .button.is-success.is-outlined.is-focused,.dv-ui-theme .button.is-success.is-outlined.is-hovered,.dv-ui-theme .button.is-success.is-outlined:focus,.dv-ui-theme .button.is-success.is-outlined:hover{background-color:#48c78e;border-color:#48c78e;color:#fff}.dv-ui-theme .button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #48c78e #48c78e!important}.dv-ui-theme .button.is-success.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-success.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-success.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-success.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;box-shadow:none;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-success.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c78e}.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #48c78e #48c78e!important}.dv-ui-theme .button.is-success.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .button.is-success.is-light.is-hovered,.dv-ui-theme .button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.dv-ui-theme .button.is-success.is-light.is-active,.dv-ui-theme .button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.dv-ui-theme .button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-hovered,.dv-ui-theme .button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-focused,.dv-ui-theme .button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-focused:not(:active),.dv-ui-theme .button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .button.is-warning.is-active,.dv-ui-theme .button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:#ffe08a;box-shadow:none}.dv-ui-theme .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-hovered,.dv-ui-theme .button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffe08a}.dv-ui-theme .button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;color:#ffe08a}.dv-ui-theme .button.is-warning.is-outlined.is-focused,.dv-ui-theme .button.is-warning.is-outlined.is-hovered,.dv-ui-theme .button.is-warning.is-outlined:focus,.dv-ui-theme .button.is-warning.is-outlined:hover{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffe08a #ffe08a!important}.dv-ui-theme .button.is-warning.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.dv-ui-theme .button.is-warning.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;box-shadow:none;color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-warning.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #ffe08a #ffe08a!important}.dv-ui-theme .button.is-warning.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.dv-ui-theme .button.is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .button.is-warning.is-light.is-hovered,.dv-ui-theme .button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.dv-ui-theme .button.is-warning.is-light.is-active,.dv-ui-theme .button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.dv-ui-theme .button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-hovered,.dv-ui-theme .button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-focused,.dv-ui-theme .button.is-danger:focus{border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger.is-focused:not(:active),.dv-ui-theme .button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .button.is-danger.is-active,.dv-ui-theme .button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.dv-ui-theme .button.is-danger[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.dv-ui-theme .button.is-danger.is-inverted{background-color:#fff;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-hovered,.dv-ui-theme .button.is-danger.is-inverted:hover{background-color:#f2f2f2}.dv-ui-theme .button.is-danger.is-inverted[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.dv-ui-theme .button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.dv-ui-theme .button.is-danger.is-outlined.is-focused,.dv-ui-theme .button.is-danger.is-outlined.is-hovered,.dv-ui-theme .button.is-danger.is-outlined:focus,.dv-ui-theme .button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.dv-ui-theme .button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #f14668 #f14668!important}.dv-ui-theme .button.is-danger.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.dv-ui-theme .button.is-danger.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-focused,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-hovered,.dv-ui-theme .button.is-danger.is-inverted.is-outlined:focus,.dv-ui-theme .button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.dv-ui-theme .button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f14668 #f14668!important}.dv-ui-theme .button.is-danger.is-inverted.is-outlined[disabled],.dv-ui-theme fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.dv-ui-theme .button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .button.is-danger.is-light.is-hovered,.dv-ui-theme .button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.dv-ui-theme .button.is-danger.is-light.is-active,.dv-ui-theme .button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.dv-ui-theme .button.is-small{font-size:.75rem}.dv-ui-theme .button.is-small:not(.is-rounded){border-radius:2px}.dv-ui-theme .button.is-normal{font-size:1rem}.dv-ui-theme .button.is-medium{font-size:1.25rem}.dv-ui-theme .button.is-large{font-size:1.5rem}.dv-ui-theme .button[disabled],.dv-ui-theme fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.dv-ui-theme .button.is-fullwidth{display:flex;width:100%}.dv-ui-theme .button.is-loading{color:transparent!important;pointer-events:none}.dv-ui-theme .button.is-loading:after{position:absolute;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important}.dv-ui-theme .button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.dv-ui-theme .button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.dv-ui-theme .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .buttons .button{margin-bottom:.5rem}.dv-ui-theme .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.dv-ui-theme .buttons:last-child{margin-bottom:-.5rem}.dv-ui-theme .buttons:not(:last-child){margin-bottom:1rem}.dv-ui-theme .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.dv-ui-theme .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.dv-ui-theme .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.dv-ui-theme .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.dv-ui-theme .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.dv-ui-theme .buttons.has-addons .button:last-child{margin-right:0}.dv-ui-theme .buttons.has-addons .button.is-hovered,.dv-ui-theme .buttons.has-addons .button:hover{z-index:2}.dv-ui-theme .buttons.has-addons .button.is-active,.dv-ui-theme .buttons.has-addons .button.is-focused,.dv-ui-theme .buttons.has-addons .button.is-selected,.dv-ui-theme .buttons.has-addons .button:active,.dv-ui-theme .buttons.has-addons .button:focus{z-index:3}.dv-ui-theme .buttons.has-addons .button.is-active:hover,.dv-ui-theme .buttons.has-addons .button.is-focused:hover,.dv-ui-theme .buttons.has-addons .button.is-selected:hover,.dv-ui-theme .buttons.has-addons .button:active:hover,.dv-ui-theme .buttons.has-addons .button:focus:hover{z-index:4}.dv-ui-theme .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .buttons.is-centered{justify-content:center}.dv-ui-theme .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.dv-ui-theme .buttons.is-right{justify-content:flex-end}.dv-ui-theme .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.dv-ui-theme .button.is-responsive.is-small{font-size:.5625rem}.dv-ui-theme .button.is-responsive,.dv-ui-theme .button.is-responsive.is-normal{font-size:.65625rem}.dv-ui-theme .button.is-responsive.is-medium{font-size:.75rem}.dv-ui-theme .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .button.is-responsive.is-small{font-size:.65625rem}.dv-ui-theme .button.is-responsive,.dv-ui-theme .button.is-responsive.is-normal{font-size:.75rem}.dv-ui-theme .button.is-responsive.is-medium{font-size:1rem}.dv-ui-theme .button.is-responsive.is-large{font-size:1.25rem}}.dv-ui-theme .container{flex-grow:1;margin:0 auto;position:relative;width:auto}.dv-ui-theme .container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.dv-ui-theme .container{max-width:960px}}@media screen and (max-width:1215px){.dv-ui-theme .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.dv-ui-theme .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.dv-ui-theme .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.dv-ui-theme .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.dv-ui-theme .content li+li{margin-top:.25em}.dv-ui-theme .content blockquote:not(:last-child),.dv-ui-theme .content dl:not(:last-child),.dv-ui-theme .content ol:not(:last-child),.dv-ui-theme .content p:not(:last-child),.dv-ui-theme .content pre:not(:last-child),.dv-ui-theme .content table:not(:last-child),.dv-ui-theme .content ul:not(:last-child){margin-bottom:1em}.dv-ui-theme .content h1,.dv-ui-theme .content h2,.dv-ui-theme .content h3,.dv-ui-theme .content h4,.dv-ui-theme .content h5,.dv-ui-theme .content h6{color:#363636;font-weight:600;line-height:1.125}.dv-ui-theme .content h1{font-size:2em;margin-bottom:.5em}.dv-ui-theme .content h1:not(:first-child){margin-top:1em}.dv-ui-theme .content h2{font-size:1.75em;margin-bottom:.5714em}.dv-ui-theme .content h2:not(:first-child){margin-top:1.1428em}.dv-ui-theme .content h3{font-size:1.5em;margin-bottom:.6666em}.dv-ui-theme .content h3:not(:first-child){margin-top:1.3333em}.dv-ui-theme .content h4{font-size:1.25em;margin-bottom:.8em}.dv-ui-theme .content h5{font-size:1.125em;margin-bottom:.8888em}.dv-ui-theme .content h6{font-size:1em;margin-bottom:1em}.dv-ui-theme .content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.dv-ui-theme .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.dv-ui-theme .content ol:not([type]){list-style-type:decimal}.dv-ui-theme .content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.dv-ui-theme .content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.dv-ui-theme .content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.dv-ui-theme .content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.dv-ui-theme .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.dv-ui-theme .content ul ul{list-style-type:circle;margin-top:.5em}.dv-ui-theme .content ul ul ul{list-style-type:square}.dv-ui-theme .content dd{margin-left:2em}.dv-ui-theme .content figure{margin-left:2em;margin-right:2em;text-align:center}.dv-ui-theme .content figure:not(:first-child){margin-top:2em}.dv-ui-theme .content figure:not(:last-child){margin-bottom:2em}.dv-ui-theme .content figure img{display:inline-block}.dv-ui-theme .content figure figcaption{font-style:italic}.dv-ui-theme .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.dv-ui-theme .content sub,.dv-ui-theme .content sup{font-size:75%}.dv-ui-theme .content table{width:100%}.dv-ui-theme .content table td,.dv-ui-theme .content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.dv-ui-theme .content table th{color:#363636}.dv-ui-theme .content table th:not([align]){text-align:inherit}.dv-ui-theme .content table thead td,.dv-ui-theme .content table thead th{border-width:0 0 2px;color:#363636}.dv-ui-theme .content table tfoot td,.dv-ui-theme .content table tfoot th{border-width:2px 0 0;color:#363636}.dv-ui-theme .content table tbody tr:last-child td,.dv-ui-theme .content table tbody tr:last-child th{border-bottom-width:0}.dv-ui-theme .content .tabs li+li{margin-top:0}.dv-ui-theme .content.is-small{font-size:.75rem}.dv-ui-theme .content.is-normal{font-size:1rem}.dv-ui-theme .content.is-medium{font-size:1.25rem}.dv-ui-theme .content.is-large{font-size:1.5rem}.dv-ui-theme .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.dv-ui-theme .icon.is-small{height:1rem;width:1rem}.dv-ui-theme .icon.is-medium{height:2rem;width:2rem}.dv-ui-theme .icon.is-large{height:3rem;width:3rem}.dv-ui-theme .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.dv-ui-theme .icon-text .icon{flex-grow:0;flex-shrink:0}.dv-ui-theme .icon-text .icon:not(:last-child){margin-right:.25em}.dv-ui-theme .icon-text .icon:not(:first-child){margin-left:.25em}.dv-ui-theme div.icon-text{display:flex}.dv-ui-theme .image{display:block;position:relative}.dv-ui-theme .image img{display:block;height:auto;width:100%}.dv-ui-theme .image img.is-rounded{border-radius:9999px}.dv-ui-theme .image.is-fullwidth{width:100%}.dv-ui-theme .image.is-16by9 .has-ratio,.dv-ui-theme .image.is-16by9 img,.dv-ui-theme .image.is-1by1 .has-ratio,.dv-ui-theme .image.is-1by1 img,.dv-ui-theme .image.is-1by2 .has-ratio,.dv-ui-theme .image.is-1by2 img,.dv-ui-theme .image.is-1by3 .has-ratio,.dv-ui-theme .image.is-1by3 img,.dv-ui-theme .image.is-2by1 .has-ratio,.dv-ui-theme .image.is-2by1 img,.dv-ui-theme .image.is-2by3 .has-ratio,.dv-ui-theme .image.is-2by3 img,.dv-ui-theme .image.is-3by1 .has-ratio,.dv-ui-theme .image.is-3by1 img,.dv-ui-theme .image.is-3by2 .has-ratio,.dv-ui-theme .image.is-3by2 img,.dv-ui-theme .image.is-3by4 .has-ratio,.dv-ui-theme .image.is-3by4 img,.dv-ui-theme .image.is-3by5 .has-ratio,.dv-ui-theme .image.is-3by5 img,.dv-ui-theme .image.is-4by3 .has-ratio,.dv-ui-theme .image.is-4by3 img,.dv-ui-theme .image.is-4by5 .has-ratio,.dv-ui-theme .image.is-4by5 img,.dv-ui-theme .image.is-5by3 .has-ratio,.dv-ui-theme .image.is-5by3 img,.dv-ui-theme .image.is-5by4 .has-ratio,.dv-ui-theme .image.is-5by4 img,.dv-ui-theme .image.is-9by16 .has-ratio,.dv-ui-theme .image.is-9by16 img,.dv-ui-theme .image.is-square .has-ratio,.dv-ui-theme .image.is-square img{height:100%;width:100%}.dv-ui-theme .image.is-1by1,.dv-ui-theme .image.is-square{padding-top:100%}.dv-ui-theme .image.is-5by4{padding-top:80%}.dv-ui-theme .image.is-4by3{padding-top:75%}.dv-ui-theme .image.is-3by2{padding-top:66.6666%}.dv-ui-theme .image.is-5by3{padding-top:60%}.dv-ui-theme .image.is-16by9{padding-top:56.25%}.dv-ui-theme .image.is-2by1{padding-top:50%}.dv-ui-theme .image.is-3by1{padding-top:33.3333%}.dv-ui-theme .image.is-4by5{padding-top:125%}.dv-ui-theme .image.is-3by4{padding-top:133.3333%}.dv-ui-theme .image.is-2by3{padding-top:150%}.dv-ui-theme .image.is-3by5{padding-top:166.6666%}.dv-ui-theme .image.is-9by16{padding-top:177.7777%}.dv-ui-theme .image.is-1by2{padding-top:200%}.dv-ui-theme .image.is-1by3{padding-top:300%}.dv-ui-theme .image.is-16x16{height:16px;width:16px}.dv-ui-theme .image.is-24x24{height:24px;width:24px}.dv-ui-theme .image.is-32x32{height:32px;width:32px}.dv-ui-theme .image.is-48x48{height:48px;width:48px}.dv-ui-theme .image.is-64x64{height:64px;width:64px}.dv-ui-theme .image.is-96x96{height:96px;width:96px}.dv-ui-theme .image.is-128x128{height:128px;width:128px}.dv-ui-theme .notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.dv-ui-theme .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.dv-ui-theme .notification strong{color:currentColor}.dv-ui-theme .notification code,.dv-ui-theme .notification pre{background:#fff}.dv-ui-theme .notification pre code{background:transparent}.dv-ui-theme .notification>.delete{right:.5rem;position:absolute;top:.5rem}.dv-ui-theme .notification .content,.dv-ui-theme .notification .subtitle,.dv-ui-theme .notification .title{color:currentColor}.dv-ui-theme .notification.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .notification.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .notification.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .notification.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .notification.is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .notification.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .notification.is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .notification.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .notification.is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .notification.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .notification.is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .notification.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .progress,.dv-ui-theme .progress-wrapper.is-not-native{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.dv-ui-theme .progress-wrapper.is-not-native::-webkit-progress-bar,.dv-ui-theme .progress::-webkit-progress-bar{background-color:#ededed}.dv-ui-theme .progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress::-webkit-progress-value{background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress::-moz-progress-bar{background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress::-ms-fill{background-color:#4a4a4a;border:none}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-white::-webkit-progress-value{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-white::-moz-progress-bar{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-white::-ms-fill{background-color:#fff}.dv-ui-theme .is-white.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 0)}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-black::-ms-fill{background-color:#0a0a0a}.dv-ui-theme .is-black.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-black:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0)}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-light::-ms-fill{background-color:#f5f5f5}.dv-ui-theme .is-light.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 0)}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-dark::-webkit-progress-value{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-dark::-moz-progress-bar{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-dark::-ms-fill{background-color:#363636}.dv-ui-theme .is-dark.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 0)}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-primary::-webkit-progress-value{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-primary::-moz-progress-bar{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-primary::-ms-fill{background-color:#7957d5}.dv-ui-theme .is-primary.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#7957d5 30%,#ededed 0)}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-link::-webkit-progress-value{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-link::-moz-progress-bar{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-link::-ms-fill{background-color:#7957d5}.dv-ui-theme .is-link.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-link:indeterminate{background-image:linear-gradient(90deg,#7957d5 30%,#ededed 0)}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-info::-webkit-progress-value{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-info::-moz-progress-bar{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-info::-ms-fill{background-color:#167df0}.dv-ui-theme .is-info.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-info:indeterminate{background-image:linear-gradient(90deg,#167df0 30%,#ededed 0)}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-success::-webkit-progress-value{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-success::-moz-progress-bar{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-success::-ms-fill{background-color:#48c78e}.dv-ui-theme .is-success.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-success:indeterminate{background-image:linear-gradient(90deg,#48c78e 30%,#ededed 0)}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-warning::-ms-fill{background-color:#ffe08a}.dv-ui-theme .is-warning.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#ffe08a 30%,#ededed 0)}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress.is-danger::-webkit-progress-value{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-moz-progress-bar,.dv-ui-theme .progress.is-danger::-moz-progress-bar{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native::-ms-fill,.dv-ui-theme .progress.is-danger::-ms-fill{background-color:#f14668}.dv-ui-theme .is-danger.progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#f14668 30%,#ededed 0)}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate,.dv-ui-theme .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(90deg,#4a4a4a 30%,#ededed 0);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-webkit-progress-bar,.dv-ui-theme .progress:indeterminate::-webkit-progress-bar{background-color:transparent}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-moz-progress-bar,.dv-ui-theme .progress:indeterminate::-moz-progress-bar{background-color:transparent}.dv-ui-theme .progress-wrapper.is-not-native:indeterminate::-ms-fill,.dv-ui-theme .progress:indeterminate::-ms-fill{animation-name:none}.dv-ui-theme .is-small.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-small{height:.75rem}.dv-ui-theme .is-medium.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-medium{height:1.25rem}.dv-ui-theme .is-large.progress-wrapper.is-not-native,.dv-ui-theme .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.dv-ui-theme .table{background-color:#fff;color:#363636}.dv-ui-theme .table td,.dv-ui-theme .table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.dv-ui-theme .table td.is-white,.dv-ui-theme .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .table td.is-black,.dv-ui-theme .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .table td.is-light,.dv-ui-theme .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .table td.is-dark,.dv-ui-theme .table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.dv-ui-theme .table td.is-link,.dv-ui-theme .table td.is-primary,.dv-ui-theme .table th.is-link,.dv-ui-theme .table th.is-primary{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .table td.is-info,.dv-ui-theme .table th.is-info{background-color:#167df0;border-color:#167df0;color:#fff}.dv-ui-theme .table td.is-success,.dv-ui-theme .table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.dv-ui-theme .table td.is-warning,.dv-ui-theme .table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .table td.is-danger,.dv-ui-theme .table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.dv-ui-theme .table td.is-narrow,.dv-ui-theme .table th.is-narrow{white-space:nowrap;width:1%}.dv-ui-theme .table td.is-selected,.dv-ui-theme .table th.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .table td.is-selected a,.dv-ui-theme .table td.is-selected strong,.dv-ui-theme .table th.is-selected a,.dv-ui-theme .table th.is-selected strong{color:currentColor}.dv-ui-theme .table td.is-vcentered,.dv-ui-theme .table th.is-vcentered{vertical-align:middle}.dv-ui-theme .table th{color:#363636}.dv-ui-theme .table th:not([align]){text-align:left}.dv-ui-theme .table tr.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .table tr.is-selected a,.dv-ui-theme .table tr.is-selected strong{color:currentColor}.dv-ui-theme .table tr.is-selected td,.dv-ui-theme .table tr.is-selected th{border-color:#fff;color:currentColor}.dv-ui-theme .table thead{background-color:transparent}.dv-ui-theme .table thead td,.dv-ui-theme .table thead th{border-width:0 0 2px;color:#363636}.dv-ui-theme .table tfoot{background-color:transparent}.dv-ui-theme .table tfoot td,.dv-ui-theme .table tfoot th{border-width:2px 0 0;color:#363636}.dv-ui-theme .table tbody{background-color:transparent}.dv-ui-theme .table tbody tr:last-child td,.dv-ui-theme .table tbody tr:last-child th{border-bottom-width:0}.dv-ui-theme .table.is-bordered td,.dv-ui-theme .table.is-bordered th{border-width:1px}.dv-ui-theme .table.is-bordered tr:last-child td,.dv-ui-theme .table.is-bordered tr:last-child th{border-bottom-width:1px}.dv-ui-theme .table.is-fullwidth{width:100%}.dv-ui-theme .table.is-hoverable tbody tr:not(.is-selected):hover,.dv-ui-theme .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.dv-ui-theme .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.dv-ui-theme .table.is-narrow td,.dv-ui-theme .table.is-narrow th{padding:.25em .5em}.dv-ui-theme .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.dv-ui-theme .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.dv-ui-theme .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .tags .tag{margin-bottom:.5rem}.dv-ui-theme .tags .tag:not(:last-child){margin-right:.5rem}.dv-ui-theme .tags:last-child{margin-bottom:-.5rem}.dv-ui-theme .tags:not(:last-child){margin-bottom:1rem}.dv-ui-theme .tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.dv-ui-theme .tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.dv-ui-theme .tags.is-centered{justify-content:center}.dv-ui-theme .tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.dv-ui-theme .tags.is-right{justify-content:flex-end}.dv-ui-theme .tags.is-right .tag:not(:first-child){margin-left:.5rem}.dv-ui-theme .tags.has-addons .tag,.dv-ui-theme .tags.is-right .tag:not(:last-child){margin-right:0}.dv-ui-theme .tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.dv-ui-theme .tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.dv-ui-theme .tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.dv-ui-theme .tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.dv-ui-theme .tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .tag:not(body).is-dark{background-color:#363636;color:#fff}.dv-ui-theme .tag:not(body).is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .tag:not(body).is-primary.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .tag:not(body).is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .tag:not(body).is-link.is-light{background-color:#f2effb;color:#552fbc}.dv-ui-theme .tag:not(body).is-info{background-color:#167df0;color:#fff}.dv-ui-theme .tag:not(body).is-info.is-light{background-color:#ecf4fe;color:#0d68ce}.dv-ui-theme .tag:not(body).is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.dv-ui-theme .tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.dv-ui-theme .tag:not(body).is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.dv-ui-theme .tag:not(body).is-normal{font-size:.75rem}.dv-ui-theme .tag:not(body).is-medium{font-size:1rem}.dv-ui-theme .tag:not(body).is-large{font-size:1.25rem}.dv-ui-theme .tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.dv-ui-theme .tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.dv-ui-theme .tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.dv-ui-theme .tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.dv-ui-theme .tag:not(body).is-delete:after,.dv-ui-theme .tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.dv-ui-theme .tag:not(body).is-delete:before{height:1px;width:50%}.dv-ui-theme .tag:not(body).is-delete:after{height:50%;width:1px}.dv-ui-theme .tag:not(body).is-delete:focus,.dv-ui-theme .tag:not(body).is-delete:hover{background-color:#e8e8e8}.dv-ui-theme .tag:not(body).is-delete:active{background-color:#dbdbdb}.dv-ui-theme .tag:not(body).is-rounded{border-radius:9999px}.dv-ui-theme a.tag:hover{text-decoration:underline}.dv-ui-theme .subtitle,.dv-ui-theme .title{word-break:break-word}.dv-ui-theme .subtitle em,.dv-ui-theme .subtitle span,.dv-ui-theme .title em,.dv-ui-theme .title span{font-weight:inherit}.dv-ui-theme .subtitle sub,.dv-ui-theme .subtitle sup,.dv-ui-theme .title sub,.dv-ui-theme .title sup{font-size:.75em}.dv-ui-theme .subtitle .tag,.dv-ui-theme .title .tag{vertical-align:middle}.dv-ui-theme .title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.dv-ui-theme .title strong{color:inherit;font-weight:inherit}.dv-ui-theme .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.dv-ui-theme .title.is-1{font-size:3rem}.dv-ui-theme .title.is-2{font-size:2.5rem}.dv-ui-theme .title.is-3{font-size:2rem}.dv-ui-theme .title.is-4{font-size:1.5rem}.dv-ui-theme .title.is-5{font-size:1.25rem}.dv-ui-theme .title.is-6{font-size:1rem}.dv-ui-theme .title.is-7{font-size:.75rem}.dv-ui-theme .subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.dv-ui-theme .subtitle strong{color:#363636;font-weight:600}.dv-ui-theme .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.dv-ui-theme .subtitle.is-1{font-size:3rem}.dv-ui-theme .subtitle.is-2{font-size:2.5rem}.dv-ui-theme .subtitle.is-3{font-size:2rem}.dv-ui-theme .subtitle.is-4{font-size:1.5rem}.dv-ui-theme .subtitle.is-5{font-size:1.25rem}.dv-ui-theme .subtitle.is-6{font-size:1rem}.dv-ui-theme .subtitle.is-7{font-size:.75rem}.dv-ui-theme .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.dv-ui-theme .number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.dv-ui-theme .input,.dv-ui-theme .select select,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.dv-ui-theme .input::-moz-placeholder,.dv-ui-theme .select select::-moz-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme .textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input::-webkit-input-placeholder,.dv-ui-theme .select select::-webkit-input-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme .textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:-moz-placeholder,.dv-ui-theme .select select:-moz-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme .textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:-ms-input-placeholder,.dv-ui-theme .select select:-ms-input-placeholder,.dv-ui-theme .taginput .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme .textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.dv-ui-theme .input:hover,.dv-ui-theme .is-hovered.input,.dv-ui-theme .is-hovered.textarea,.dv-ui-theme .select select.is-hovered,.dv-ui-theme .select select:hover,.dv-ui-theme .taginput .is-hovered.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:hover,.dv-ui-theme .textarea:hover{border-color:#b5b5b5}.dv-ui-theme .input:active,.dv-ui-theme .input:focus,.dv-ui-theme .is-active.input,.dv-ui-theme .is-active.textarea,.dv-ui-theme .is-focused.input,.dv-ui-theme .is-focused.textarea,.dv-ui-theme .select select.is-active,.dv-ui-theme .select select.is-focused,.dv-ui-theme .select select:active,.dv-ui-theme .select select:focus,.dv-ui-theme .taginput .is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container.is-focusable:active,.dv-ui-theme .taginput .taginput-container.is-focusable:focus,.dv-ui-theme .textarea:active,.dv-ui-theme .textarea:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select fieldset[disabled] select,.dv-ui-theme .select select[disabled],.dv-ui-theme .taginput [disabled].taginput-container.is-focusable,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable,.dv-ui-theme [disabled].input,.dv-ui-theme [disabled].textarea,.dv-ui-theme fieldset[disabled] .input,.dv-ui-theme fieldset[disabled] .select select,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable,.dv-ui-theme fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.dv-ui-theme .select fieldset[disabled] select::-moz-placeholder,.dv-ui-theme .select select[disabled]::-moz-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme [disabled].input::-moz-placeholder,.dv-ui-theme [disabled].textarea::-moz-placeholder,.dv-ui-theme fieldset[disabled] .input::-moz-placeholder,.dv-ui-theme fieldset[disabled] .select select::-moz-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,.dv-ui-theme fieldset[disabled] .textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select::-webkit-input-placeholder,.dv-ui-theme .select select[disabled]::-webkit-input-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme [disabled].input::-webkit-input-placeholder,.dv-ui-theme [disabled].textarea::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .input::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .select select::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.dv-ui-theme fieldset[disabled] .textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select:-moz-placeholder,.dv-ui-theme .select select[disabled]:-moz-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme [disabled].input:-moz-placeholder,.dv-ui-theme [disabled].textarea:-moz-placeholder,.dv-ui-theme fieldset[disabled] .input:-moz-placeholder,.dv-ui-theme fieldset[disabled] .select select:-moz-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,.dv-ui-theme fieldset[disabled] .textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .select fieldset[disabled] select:-ms-input-placeholder,.dv-ui-theme .select select[disabled]:-ms-input-placeholder,.dv-ui-theme .taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme [disabled].input:-ms-input-placeholder,.dv-ui-theme [disabled].textarea:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .input:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .select select:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,.dv-ui-theme fieldset[disabled] .textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.dv-ui-theme .input,.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .textarea{box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05);max-width:100%;width:100%}.dv-ui-theme .taginput [readonly].taginput-container.is-focusable,.dv-ui-theme [readonly].input,.dv-ui-theme [readonly].textarea{box-shadow:none}.dv-ui-theme .is-white.input,.dv-ui-theme .is-white.textarea,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable{border-color:#fff}.dv-ui-theme .is-white.input:active,.dv-ui-theme .is-white.input:focus,.dv-ui-theme .is-white.is-active.input,.dv-ui-theme .is-white.is-active.textarea,.dv-ui-theme .is-white.is-focused.input,.dv-ui-theme .is-white.is-focused.textarea,.dv-ui-theme .is-white.textarea:active,.dv-ui-theme .is-white.textarea:focus,.dv-ui-theme .taginput .is-white.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-white.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-white.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .is-black.input,.dv-ui-theme .is-black.textarea,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable{border-color:#0a0a0a}.dv-ui-theme .is-black.input:active,.dv-ui-theme .is-black.input:focus,.dv-ui-theme .is-black.is-active.input,.dv-ui-theme .is-black.is-active.textarea,.dv-ui-theme .is-black.is-focused.input,.dv-ui-theme .is-black.is-focused.textarea,.dv-ui-theme .is-black.textarea:active,.dv-ui-theme .is-black.textarea:focus,.dv-ui-theme .taginput .is-black.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-black.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-black.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .is-light.input,.dv-ui-theme .is-light.textarea,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable{border-color:#f5f5f5}.dv-ui-theme .is-light.input:active,.dv-ui-theme .is-light.input:focus,.dv-ui-theme .is-light.is-active.input,.dv-ui-theme .is-light.is-active.textarea,.dv-ui-theme .is-light.is-focused.input,.dv-ui-theme .is-light.is-focused.textarea,.dv-ui-theme .is-light.textarea:active,.dv-ui-theme .is-light.textarea:focus,.dv-ui-theme .taginput .is-light.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-light.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-light.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .is-dark.input,.dv-ui-theme .is-dark.textarea,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable{border-color:#363636}.dv-ui-theme .is-dark.input:active,.dv-ui-theme .is-dark.input:focus,.dv-ui-theme .is-dark.is-active.input,.dv-ui-theme .is-dark.is-active.textarea,.dv-ui-theme .is-dark.is-focused.input,.dv-ui-theme .is-dark.is-focused.textarea,.dv-ui-theme .is-dark.textarea:active,.dv-ui-theme .is-dark.textarea:focus,.dv-ui-theme .taginput .is-dark.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-dark.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-dark.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .is-primary.input,.dv-ui-theme .is-primary.textarea,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable{border-color:#7957d5}.dv-ui-theme .is-primary.input:active,.dv-ui-theme .is-primary.input:focus,.dv-ui-theme .is-primary.is-active.input,.dv-ui-theme .is-primary.is-active.textarea,.dv-ui-theme .is-primary.is-focused.input,.dv-ui-theme .is-primary.is-focused.textarea,.dv-ui-theme .is-primary.textarea:active,.dv-ui-theme .is-primary.textarea:focus,.dv-ui-theme .taginput .is-primary.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-primary.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-primary.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .is-link.input,.dv-ui-theme .is-link.textarea,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable{border-color:#7957d5}.dv-ui-theme .is-link.input:active,.dv-ui-theme .is-link.input:focus,.dv-ui-theme .is-link.is-active.input,.dv-ui-theme .is-link.is-active.textarea,.dv-ui-theme .is-link.is-focused.input,.dv-ui-theme .is-link.is-focused.textarea,.dv-ui-theme .is-link.textarea:active,.dv-ui-theme .is-link.textarea:focus,.dv-ui-theme .taginput .is-link.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-link.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-link.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .is-info.input,.dv-ui-theme .is-info.textarea,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable{border-color:#167df0}.dv-ui-theme .is-info.input:active,.dv-ui-theme .is-info.input:focus,.dv-ui-theme .is-info.is-active.input,.dv-ui-theme .is-info.is-active.textarea,.dv-ui-theme .is-info.is-focused.input,.dv-ui-theme .is-info.is-focused.textarea,.dv-ui-theme .is-info.textarea:active,.dv-ui-theme .is-info.textarea:focus,.dv-ui-theme .taginput .is-info.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-info.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-info.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .is-success.input,.dv-ui-theme .is-success.textarea,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable{border-color:#48c78e}.dv-ui-theme .is-success.input:active,.dv-ui-theme .is-success.input:focus,.dv-ui-theme .is-success.is-active.input,.dv-ui-theme .is-success.is-active.textarea,.dv-ui-theme .is-success.is-focused.input,.dv-ui-theme .is-success.is-focused.textarea,.dv-ui-theme .is-success.textarea:active,.dv-ui-theme .is-success.textarea:focus,.dv-ui-theme .taginput .is-success.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-success.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-success.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .is-warning.input,.dv-ui-theme .is-warning.textarea,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable{border-color:#ffe08a}.dv-ui-theme .is-warning.input:active,.dv-ui-theme .is-warning.input:focus,.dv-ui-theme .is-warning.is-active.input,.dv-ui-theme .is-warning.is-active.textarea,.dv-ui-theme .is-warning.is-focused.input,.dv-ui-theme .is-warning.is-focused.textarea,.dv-ui-theme .is-warning.textarea:active,.dv-ui-theme .is-warning.textarea:focus,.dv-ui-theme .taginput .is-warning.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-warning.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-warning.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .is-danger.input,.dv-ui-theme .is-danger.textarea,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable{border-color:#f14668}.dv-ui-theme .is-danger.input:active,.dv-ui-theme .is-danger.input:focus,.dv-ui-theme .is-danger.is-active.input,.dv-ui-theme .is-danger.is-active.textarea,.dv-ui-theme .is-danger.is-focused.input,.dv-ui-theme .is-danger.is-focused.textarea,.dv-ui-theme .is-danger.textarea:active,.dv-ui-theme .is-danger.textarea:focus,.dv-ui-theme .taginput .is-danger.is-active.taginput-container.is-focusable,.dv-ui-theme .taginput .is-danger.is-focused.taginput-container.is-focusable,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable:active,.dv-ui-theme .taginput .is-danger.taginput-container.is-focusable:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .is-small.input,.dv-ui-theme .is-small.textarea,.dv-ui-theme .taginput .is-small.taginput-container.is-focusable{border-radius:2px;font-size:.75rem}.dv-ui-theme .is-medium.input,.dv-ui-theme .is-medium.textarea,.dv-ui-theme .taginput .is-medium.taginput-container.is-focusable{font-size:1.25rem}.dv-ui-theme .is-large.input,.dv-ui-theme .is-large.textarea,.dv-ui-theme .taginput .is-large.taginput-container.is-focusable{font-size:1.5rem}.dv-ui-theme .is-fullwidth.input,.dv-ui-theme .is-fullwidth.textarea,.dv-ui-theme .taginput .is-fullwidth.taginput-container.is-focusable{display:block;width:100%}.dv-ui-theme .is-inline.input,.dv-ui-theme .is-inline.textarea,.dv-ui-theme .taginput .is-inline.taginput-container.is-focusable{display:inline;width:auto}.dv-ui-theme .input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.dv-ui-theme .input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.dv-ui-theme .textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.dv-ui-theme .textarea:not([rows]){max-height:40em;min-height:8em}.dv-ui-theme .textarea[rows]{height:auto}.dv-ui-theme .textarea.has-fixed-size{resize:none}.dv-ui-theme .checkbox,.dv-ui-theme .radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.dv-ui-theme .checkbox input,.dv-ui-theme .radio input{cursor:pointer}.dv-ui-theme .checkbox:hover,.dv-ui-theme .radio:hover{color:#363636}.dv-ui-theme .checkbox input[disabled],.dv-ui-theme .radio input[disabled],.dv-ui-theme [disabled].checkbox,.dv-ui-theme [disabled].radio,.dv-ui-theme fieldset[disabled] .checkbox,.dv-ui-theme fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.dv-ui-theme .radio+.radio{margin-left:.5em}.dv-ui-theme .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.dv-ui-theme .select:not(.is-multiple){height:2.5em}.dv-ui-theme .select:not(.is-multiple):not(.is-loading):after{border-color:#7957d5;right:1.125em;z-index:4}.dv-ui-theme .select.is-rounded select{border-radius:9999px;padding-left:1em}.dv-ui-theme .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.dv-ui-theme .select select::-ms-expand{display:none}.dv-ui-theme .select select[disabled]:hover,.dv-ui-theme fieldset[disabled] .select select:hover{border-color:#f5f5f5}.dv-ui-theme .select select:not([multiple]){padding-right:2.5em}.dv-ui-theme .select select[multiple]{height:auto;padding:0}.dv-ui-theme .select select[multiple] option{padding:.5em 1em}.dv-ui-theme .select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.dv-ui-theme .select.is-white select,.dv-ui-theme .select.is-white:not(:hover):after{border-color:#fff}.dv-ui-theme .select.is-white select.is-hovered,.dv-ui-theme .select.is-white select:hover{border-color:#f2f2f2}.dv-ui-theme .select.is-white select.is-active,.dv-ui-theme .select.is-white select.is-focused,.dv-ui-theme .select.is-white select:active,.dv-ui-theme .select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.dv-ui-theme .select.is-black select,.dv-ui-theme .select.is-black:not(:hover):after{border-color:#0a0a0a}.dv-ui-theme .select.is-black select.is-hovered,.dv-ui-theme .select.is-black select:hover{border-color:#000}.dv-ui-theme .select.is-black select.is-active,.dv-ui-theme .select.is-black select.is-focused,.dv-ui-theme .select.is-black select:active,.dv-ui-theme .select.is-black select:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.dv-ui-theme .select.is-light select,.dv-ui-theme .select.is-light:not(:hover):after{border-color:#f5f5f5}.dv-ui-theme .select.is-light select.is-hovered,.dv-ui-theme .select.is-light select:hover{border-color:#e8e8e8}.dv-ui-theme .select.is-light select.is-active,.dv-ui-theme .select.is-light select.is-focused,.dv-ui-theme .select.is-light select:active,.dv-ui-theme .select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.dv-ui-theme .select.is-dark select,.dv-ui-theme .select.is-dark:not(:hover):after{border-color:#363636}.dv-ui-theme .select.is-dark select.is-hovered,.dv-ui-theme .select.is-dark select:hover{border-color:#292929}.dv-ui-theme .select.is-dark select.is-active,.dv-ui-theme .select.is-dark select.is-focused,.dv-ui-theme .select.is-dark select:active,.dv-ui-theme .select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.dv-ui-theme .select.is-primary select,.dv-ui-theme .select.is-primary:not(:hover):after{border-color:#7957d5}.dv-ui-theme .select.is-primary select.is-hovered,.dv-ui-theme .select.is-primary select:hover{border-color:#6943d0}.dv-ui-theme .select.is-primary select.is-active,.dv-ui-theme .select.is-primary select.is-focused,.dv-ui-theme .select.is-primary select:active,.dv-ui-theme .select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select.is-link select,.dv-ui-theme .select.is-link:not(:hover):after{border-color:#7957d5}.dv-ui-theme .select.is-link select.is-hovered,.dv-ui-theme .select.is-link select:hover{border-color:#6943d0}.dv-ui-theme .select.is-link select.is-active,.dv-ui-theme .select.is-link select.is-focused,.dv-ui-theme .select.is-link select:active,.dv-ui-theme .select.is-link select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .select.is-info select,.dv-ui-theme .select.is-info:not(:hover):after{border-color:#167df0}.dv-ui-theme .select.is-info select.is-hovered,.dv-ui-theme .select.is-info select:hover{border-color:#0e71de}.dv-ui-theme .select.is-info select.is-active,.dv-ui-theme .select.is-info select.is-focused,.dv-ui-theme .select.is-info select:active,.dv-ui-theme .select.is-info select:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.dv-ui-theme .select.is-success select,.dv-ui-theme .select.is-success:not(:hover):after{border-color:#48c78e}.dv-ui-theme .select.is-success select.is-hovered,.dv-ui-theme .select.is-success select:hover{border-color:#3abb81}.dv-ui-theme .select.is-success select.is-active,.dv-ui-theme .select.is-success select.is-focused,.dv-ui-theme .select.is-success select:active,.dv-ui-theme .select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.dv-ui-theme .select.is-warning select,.dv-ui-theme .select.is-warning:not(:hover):after{border-color:#ffe08a}.dv-ui-theme .select.is-warning select.is-hovered,.dv-ui-theme .select.is-warning select:hover{border-color:#ffd970}.dv-ui-theme .select.is-warning select.is-active,.dv-ui-theme .select.is-warning select.is-focused,.dv-ui-theme .select.is-warning select:active,.dv-ui-theme .select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.dv-ui-theme .select.is-danger select,.dv-ui-theme .select.is-danger:not(:hover):after{border-color:#f14668}.dv-ui-theme .select.is-danger select.is-hovered,.dv-ui-theme .select.is-danger select:hover{border-color:#ef2e55}.dv-ui-theme .select.is-danger select.is-active,.dv-ui-theme .select.is-danger select.is-focused,.dv-ui-theme .select.is-danger select:active,.dv-ui-theme .select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.dv-ui-theme .select.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .select.is-medium{font-size:1.25rem}.dv-ui-theme .select.is-large{font-size:1.5rem}.dv-ui-theme .select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}.dv-ui-theme .select.is-fullwidth,.dv-ui-theme .select.is-fullwidth select{width:100%}.dv-ui-theme .select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.dv-ui-theme .select.is-loading.is-small:after{font-size:.75rem}.dv-ui-theme .select.is-loading.is-medium:after{font-size:1.25rem}.dv-ui-theme .select.is-loading.is-large:after{font-size:1.5rem}.dv-ui-theme .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.dv-ui-theme .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-white.is-hovered .file-cta,.dv-ui-theme .file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-white.is-focused .file-cta,.dv-ui-theme .file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.dv-ui-theme .file.is-white.is-active .file-cta,.dv-ui-theme .file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.dv-ui-theme .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.dv-ui-theme .file.is-black.is-hovered .file-cta,.dv-ui-theme .file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.dv-ui-theme .file.is-black.is-focused .file-cta,.dv-ui-theme .file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.dv-ui-theme .file.is-black.is-active .file-cta,.dv-ui-theme .file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.dv-ui-theme .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-hovered .file-cta,.dv-ui-theme .file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-focused .file-cta,.dv-ui-theme .file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-light.is-active .file-cta,.dv-ui-theme .file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.dv-ui-theme .file.is-dark.is-hovered .file-cta,.dv-ui-theme .file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.dv-ui-theme .file.is-dark.is-focused .file-cta,.dv-ui-theme .file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.dv-ui-theme .file.is-dark.is-active .file-cta,.dv-ui-theme .file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary.is-hovered .file-cta,.dv-ui-theme .file.is-primary:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .file.is-primary.is-focused .file-cta,.dv-ui-theme .file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.dv-ui-theme .file.is-primary.is-active .file-cta,.dv-ui-theme .file.is-primary:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link.is-hovered .file-cta,.dv-ui-theme .file.is-link:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.dv-ui-theme .file.is-link.is-focused .file-cta,.dv-ui-theme .file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.dv-ui-theme .file.is-link.is-active .file-cta,.dv-ui-theme .file.is-link:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info .file-cta{background-color:#167df0;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info.is-hovered .file-cta,.dv-ui-theme .file.is-info:hover .file-cta{background-color:#0f77ea;border-color:transparent;color:#fff}.dv-ui-theme .file.is-info.is-focused .file-cta,.dv-ui-theme .file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(22,125,240,.25);color:#fff}.dv-ui-theme .file.is-info.is-active .file-cta,.dv-ui-theme .file.is-info:active .file-cta{background-color:#0e71de;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success.is-hovered .file-cta,.dv-ui-theme .file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#fff}.dv-ui-theme .file.is-success.is-focused .file-cta,.dv-ui-theme .file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#fff}.dv-ui-theme .file.is-success.is-active .file-cta,.dv-ui-theme .file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.dv-ui-theme .file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-hovered .file-cta,.dv-ui-theme .file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-focused .file-cta,.dv-ui-theme .file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-warning.is-active .file-cta,.dv-ui-theme .file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.dv-ui-theme .file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.dv-ui-theme .file.is-danger.is-hovered .file-cta,.dv-ui-theme .file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.dv-ui-theme .file.is-danger.is-focused .file-cta,.dv-ui-theme .file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.dv-ui-theme .file.is-danger.is-active .file-cta,.dv-ui-theme .file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.dv-ui-theme .file.is-small{font-size:.75rem}.dv-ui-theme .file.is-normal{font-size:1rem}.dv-ui-theme .file.is-medium{font-size:1.25rem}.dv-ui-theme .file.is-medium .file-icon .fa{font-size:21px}.dv-ui-theme .file.is-large{font-size:1.5rem}.dv-ui-theme .file.is-large .file-icon .fa{font-size:28px}.dv-ui-theme .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .file.has-name.is-empty .file-cta{border-radius:4px}.dv-ui-theme .file.has-name.is-empty .file-name{display:none}.dv-ui-theme .file.is-boxed .file-label{flex-direction:column}.dv-ui-theme .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.dv-ui-theme .file.is-boxed .file-name{border-width:0 1px 1px}.dv-ui-theme .file.is-boxed .file-icon{height:1.5em;width:1.5em}.dv-ui-theme .file.is-boxed .file-icon .fa{font-size:21px}.dv-ui-theme .file.is-boxed.is-small .file-icon .fa{font-size:14px}.dv-ui-theme .file.is-boxed.is-medium .file-icon .fa{font-size:28px}.dv-ui-theme .file.is-boxed.is-large .file-icon .fa{font-size:35px}.dv-ui-theme .file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.dv-ui-theme .file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.dv-ui-theme .file.is-centered{justify-content:center}.dv-ui-theme .file.is-fullwidth .file-label{width:100%}.dv-ui-theme .file.is-fullwidth .file-name{flex-grow:1;max-width:none}.dv-ui-theme .file.is-right{justify-content:flex-end}.dv-ui-theme .file.is-right .file-cta{border-radius:0 4px 4px 0}.dv-ui-theme .file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.dv-ui-theme .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.dv-ui-theme .file-label:hover .file-cta{background-color:#eee;color:#363636}.dv-ui-theme .file-label:hover .file-name{border-color:#d5d5d5}.dv-ui-theme .file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.dv-ui-theme .file-label:active .file-name{border-color:#cfcfcf}.dv-ui-theme .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.dv-ui-theme .file-cta,.dv-ui-theme .file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.dv-ui-theme .file-cta{background-color:#f5f5f5;color:#4a4a4a}.dv-ui-theme .file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.dv-ui-theme .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.dv-ui-theme .file-icon .fa{font-size:14px}.dv-ui-theme .label{color:#363636;display:block;font-size:1rem;font-weight:600}.dv-ui-theme .label:not(:last-child){margin-bottom:.5em}.dv-ui-theme .label.is-small{font-size:.75rem}.dv-ui-theme .label.is-medium{font-size:1.25rem}.dv-ui-theme .label.is-large{font-size:1.5rem}.dv-ui-theme .help{display:block;font-size:.75rem;margin-top:.25rem}.dv-ui-theme .help.is-white{color:#fff}.dv-ui-theme .help.is-black{color:#0a0a0a}.dv-ui-theme .help.is-light{color:#f5f5f5}.dv-ui-theme .help.is-dark{color:#363636}.dv-ui-theme .help.is-link,.dv-ui-theme .help.is-primary{color:#7957d5}.dv-ui-theme .help.is-info{color:#167df0}.dv-ui-theme .help.is-success{color:#48c78e}.dv-ui-theme .help.is-warning{color:#ffe08a}.dv-ui-theme .help.is-danger{color:#f14668}.dv-ui-theme .field:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .field.has-addons{display:flex;justify-content:flex-start}.dv-ui-theme .field.has-addons .control:not(:last-child){margin-right:-1px}.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .button,.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .input,.dv-ui-theme .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .button,.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .input,.dv-ui-theme .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .button,.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .input,.dv-ui-theme .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .button:not([disabled]):hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .input:not([disabled]):hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-hovered,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):hover{z-index:2}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .button:not([disabled]):active,.dv-ui-theme .field.has-addons .control .button:not([disabled]):focus,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .input:not([disabled]):active,.dv-ui-theme .field.has-addons .control .input:not([disabled]):focus,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-active,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-focused,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):active,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):focus{z-index:3}.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .button:not([disabled]):focus:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .input:not([disabled]):focus:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-active:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]).is-focused:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):active:hover,.dv-ui-theme .field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.dv-ui-theme .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.has-addons.has-addons-centered{justify-content:center}.dv-ui-theme .field.has-addons.has-addons-right{justify-content:flex-end}.dv-ui-theme .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.dv-ui-theme .field.is-grouped{display:flex;justify-content:flex-start}.dv-ui-theme .field.is-grouped>.control{flex-shrink:0}.dv-ui-theme .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.dv-ui-theme .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.is-grouped.is-grouped-centered{justify-content:center}.dv-ui-theme .field.is-grouped.is-grouped-right{justify-content:flex-end}.dv-ui-theme .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.dv-ui-theme .field.is-grouped.is-grouped-multiline>.control:last-child,.dv-ui-theme .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.dv-ui-theme .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.dv-ui-theme .field.is-horizontal{display:flex}}.dv-ui-theme .field-label .label{font-size:inherit}@media screen and (max-width:768px){.dv-ui-theme .field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.dv-ui-theme .field-label.is-small{font-size:.75rem;padding-top:.375em}.dv-ui-theme .field-label.is-normal{padding-top:.375em}.dv-ui-theme .field-label.is-medium{font-size:1.25rem;padding-top:.375em}.dv-ui-theme .field-label.is-large{font-size:1.5rem;padding-top:.375em}}.dv-ui-theme .field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.dv-ui-theme .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.dv-ui-theme .field-body .field{margin-bottom:0}.dv-ui-theme .field-body>.field{flex-shrink:1}.dv-ui-theme .field-body>.field:not(.is-narrow){flex-grow:1}.dv-ui-theme .field-body>.field:not(:last-child){margin-right:.75rem}}.dv-ui-theme .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.dv-ui-theme .control.has-icons-left .input:focus~.icon,.dv-ui-theme .control.has-icons-left .select:focus~.icon,.dv-ui-theme .control.has-icons-right .input:focus~.icon,.dv-ui-theme .control.has-icons-right .select:focus~.icon{color:#4a4a4a}.dv-ui-theme .control.has-icons-left .input.is-small~.icon,.dv-ui-theme .control.has-icons-left .select.is-small~.icon,.dv-ui-theme .control.has-icons-right .input.is-small~.icon,.dv-ui-theme .control.has-icons-right .select.is-small~.icon{font-size:.75rem}.dv-ui-theme .control.has-icons-left .input.is-medium~.icon,.dv-ui-theme .control.has-icons-left .select.is-medium~.icon,.dv-ui-theme .control.has-icons-right .input.is-medium~.icon,.dv-ui-theme .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.dv-ui-theme .control.has-icons-left .input.is-large~.icon,.dv-ui-theme .control.has-icons-left .select.is-large~.icon,.dv-ui-theme .control.has-icons-right .input.is-large~.icon,.dv-ui-theme .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.dv-ui-theme .control.has-icons-left .icon,.dv-ui-theme .control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.dv-ui-theme .control.has-icons-left .input,.dv-ui-theme .control.has-icons-left .select select{padding-left:2.5em}.dv-ui-theme .control.has-icons-left .icon.is-left{left:0}.dv-ui-theme .control.has-icons-right .input,.dv-ui-theme .control.has-icons-right .select select{padding-right:2.5em}.dv-ui-theme .control.has-icons-right .icon.is-right{right:0}.dv-ui-theme .control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.dv-ui-theme .control.is-loading.is-small:after{font-size:.75rem}.dv-ui-theme .control.is-loading.is-medium:after{font-size:1.25rem}.dv-ui-theme .control.is-loading.is-large:after{font-size:1.5rem}.dv-ui-theme .breadcrumb{font-size:1rem;white-space:nowrap}.dv-ui-theme .breadcrumb a{align-items:center;color:#7957d5;display:flex;justify-content:center;padding:0 .75em}.dv-ui-theme .breadcrumb a:hover{color:#363636}.dv-ui-theme .breadcrumb li{align-items:center;display:flex}.dv-ui-theme .breadcrumb li:first-child a{padding-left:0}.dv-ui-theme .breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.dv-ui-theme .breadcrumb li+li:before{color:#b5b5b5;content:"/"}.dv-ui-theme .breadcrumb ol,.dv-ui-theme .breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.dv-ui-theme .breadcrumb .icon:first-child{margin-right:.5em}.dv-ui-theme .breadcrumb .icon:last-child{margin-left:.5em}.dv-ui-theme .breadcrumb.is-centered ol,.dv-ui-theme .breadcrumb.is-centered ul{justify-content:center}.dv-ui-theme .breadcrumb.is-right ol,.dv-ui-theme .breadcrumb.is-right ul{justify-content:flex-end}.dv-ui-theme .breadcrumb.is-small{font-size:.75rem}.dv-ui-theme .breadcrumb.is-medium{font-size:1.25rem}.dv-ui-theme .breadcrumb.is-large{font-size:1.5rem}.dv-ui-theme .breadcrumb.has-arrow-separator li+li:before{content:"→"}.dv-ui-theme .breadcrumb.has-bullet-separator li+li:before{content:"•"}.dv-ui-theme .breadcrumb.has-dot-separator li+li:before{content:"·"}.dv-ui-theme .breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.dv-ui-theme .card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;max-width:100%;position:relative}.dv-ui-theme .card-content:first-child,.dv-ui-theme .card-footer:first-child,.dv-ui-theme .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .card-content:last-child,.dv-ui-theme .card-footer:last-child,.dv-ui-theme .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.dv-ui-theme .card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em hsla(0,0%,4%,.1);display:flex}.dv-ui-theme .card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.dv-ui-theme .card-header-title.is-centered{justify-content:center}.dv-ui-theme .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.dv-ui-theme .card-image{display:block;position:relative}.dv-ui-theme .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.dv-ui-theme .card-content{background-color:transparent;padding:1.5rem}.dv-ui-theme .card-footer{background-color:transparent;border-top:1px solid #ededed;align-items:stretch;display:flex}.dv-ui-theme .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.dv-ui-theme .card-footer-item:not(:last-child){border-right:1px solid #ededed}.dv-ui-theme .card .media:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .dropdown{display:inline-flex;position:relative;vertical-align:top}.dv-ui-theme .dropdown.is-active .dropdown-menu,.dv-ui-theme .dropdown.is-hoverable:hover .dropdown-menu{display:block}.dv-ui-theme .dropdown.is-right .dropdown-menu{left:auto;right:0}.dv-ui-theme .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dv-ui-theme .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dv-ui-theme .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding-bottom:.5rem;padding-top:.5rem}.dv-ui-theme .dropdown .dropdown-menu .has-link a,.dv-ui-theme .dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.dv-ui-theme .dropdown .dropdown-menu .has-link a,.dv-ui-theme a.dropdown-item,.dv-ui-theme button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}.dv-ui-theme .dropdown .dropdown-menu .has-link a:hover,.dv-ui-theme a.dropdown-item:hover,.dv-ui-theme button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-active,.dv-ui-theme a.dropdown-item.is-active,.dv-ui-theme button.dropdown-item.is-active{background-color:#7957d5;color:#fff}.dv-ui-theme .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.dv-ui-theme .level{align-items:center;justify-content:space-between}.dv-ui-theme .level code{border-radius:4px}.dv-ui-theme .level img{display:inline-block;vertical-align:top}.dv-ui-theme .level.is-mobile,.dv-ui-theme .level.is-mobile .level-left,.dv-ui-theme .level.is-mobile .level-right{display:flex}.dv-ui-theme .level.is-mobile .level-left+.level-right{margin-top:0}.dv-ui-theme .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.dv-ui-theme .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.dv-ui-theme .level{display:flex}.dv-ui-theme .level>.level-item:not(.is-narrow){flex-grow:1}}.dv-ui-theme .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.dv-ui-theme .level-item .subtitle,.dv-ui-theme .level-item .title{margin-bottom:0}@media screen and (max-width:768px){.dv-ui-theme .level-item:not(:last-child){margin-bottom:.75rem}}.dv-ui-theme .level-left,.dv-ui-theme .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.dv-ui-theme .level-left .level-item.is-flexible,.dv-ui-theme .level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.dv-ui-theme .level-left .level-item:not(:last-child),.dv-ui-theme .level-right .level-item:not(:last-child){margin-right:.75rem}}.dv-ui-theme .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.dv-ui-theme .level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .level-left{display:flex}}.dv-ui-theme .level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.dv-ui-theme .level-right{display:flex}}.dv-ui-theme .media{align-items:flex-start;display:flex;text-align:inherit}.dv-ui-theme .media .content:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .media .media{border-top:1px solid hsla(0,0%,86%,.5);display:flex;padding-top:.75rem}.dv-ui-theme .media .media .content:not(:last-child),.dv-ui-theme .media .media .control:not(:last-child){margin-bottom:.5rem}.dv-ui-theme .media .media .media{padding-top:.5rem}.dv-ui-theme .media .media .media+.media{margin-top:.5rem}.dv-ui-theme .media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.dv-ui-theme .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.dv-ui-theme .media-left,.dv-ui-theme .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.dv-ui-theme .media-left{margin-right:1rem}.dv-ui-theme .media-right{margin-left:1rem}.dv-ui-theme .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.dv-ui-theme .media-content{overflow-x:auto}}.dv-ui-theme .menu{font-size:1rem}.dv-ui-theme .menu.is-small{font-size:.75rem}.dv-ui-theme .menu.is-medium{font-size:1.25rem}.dv-ui-theme .menu.is-large{font-size:1.5rem}.dv-ui-theme .menu-list{line-height:1.25}.dv-ui-theme .menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.dv-ui-theme .menu-list a:hover{background-color:#f5f5f5;color:#363636}.dv-ui-theme .menu-list a.is-active{background-color:#7957d5;color:#fff}.dv-ui-theme .menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.dv-ui-theme .menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.dv-ui-theme .menu-label:not(:first-child){margin-top:1em}.dv-ui-theme .menu-label:not(:last-child){margin-bottom:1em}.dv-ui-theme .message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.dv-ui-theme .message strong{color:currentColor}.dv-ui-theme .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.dv-ui-theme .message.is-small{font-size:.75rem}.dv-ui-theme .message.is-medium{font-size:1.25rem}.dv-ui-theme .message.is-large{font-size:1.5rem}.dv-ui-theme .message.is-white{background-color:#fff}.dv-ui-theme .message.is-white .message-header{background-color:#fff;color:#0a0a0a}.dv-ui-theme .message.is-white .message-body{border-color:#fff}.dv-ui-theme .message.is-black{background-color:#fafafa}.dv-ui-theme .message.is-black .message-header{background-color:#0a0a0a;color:#fff}.dv-ui-theme .message.is-black .message-body{border-color:#0a0a0a}.dv-ui-theme .message.is-light{background-color:#fafafa}.dv-ui-theme .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .message.is-light .message-body{border-color:#f5f5f5}.dv-ui-theme .message.is-dark{background-color:#fafafa}.dv-ui-theme .message.is-dark .message-header{background-color:#363636;color:#fff}.dv-ui-theme .message.is-dark .message-body{border-color:#363636}.dv-ui-theme .message.is-primary{background-color:#f2effb}.dv-ui-theme .message.is-primary .message-header{background-color:#7957d5;color:#fff}.dv-ui-theme .message.is-primary .message-body{border-color:#7957d5;color:#552fbc}.dv-ui-theme .message.is-link{background-color:#f2effb}.dv-ui-theme .message.is-link .message-header{background-color:#7957d5;color:#fff}.dv-ui-theme .message.is-link .message-body{border-color:#7957d5;color:#552fbc}.dv-ui-theme .message.is-info{background-color:#ecf4fe}.dv-ui-theme .message.is-info .message-header{background-color:#167df0;color:#fff}.dv-ui-theme .message.is-info .message-body{border-color:#167df0;color:#0d68ce}.dv-ui-theme .message.is-success{background-color:#effaf5}.dv-ui-theme .message.is-success .message-header{background-color:#48c78e;color:#fff}.dv-ui-theme .message.is-success .message-body{border-color:#48c78e;color:#257953}.dv-ui-theme .message.is-warning{background-color:#fffaeb}.dv-ui-theme .message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.dv-ui-theme .message.is-danger{background-color:#feecf0}.dv-ui-theme .message.is-danger .message-header{background-color:#f14668;color:#fff}.dv-ui-theme .message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.dv-ui-theme .message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.dv-ui-theme .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.dv-ui-theme .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.dv-ui-theme .message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.dv-ui-theme .message-body code,.dv-ui-theme .message-body pre{background-color:#fff}.dv-ui-theme .message-body pre code{background-color:transparent}.dv-ui-theme .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.dv-ui-theme .modal.is-active{display:flex}.dv-ui-theme .modal-background{background-color:hsla(0,0%,4%,.86)}.dv-ui-theme .modal-card,.dv-ui-theme .modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.dv-ui-theme .modal-card,.dv-ui-theme .modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.dv-ui-theme .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.dv-ui-theme .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.dv-ui-theme .modal-card-foot,.dv-ui-theme .modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.dv-ui-theme .modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.dv-ui-theme .modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.dv-ui-theme .modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.dv-ui-theme .modal-card-foot .button:not(:last-child){margin-right:.5em}.dv-ui-theme .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.dv-ui-theme .navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.dv-ui-theme .navbar.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-white .navbar-end .navbar-link,.dv-ui-theme .navbar.is-white .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link,.dv-ui-theme .navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.dv-ui-theme .navbar.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-black .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-black .navbar-end .navbar-link,.dv-ui-theme .navbar.is-black .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link,.dv-ui-theme .navbar.is-black .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-black .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.dv-ui-theme .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.dv-ui-theme .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-light .navbar-end .navbar-link,.dv-ui-theme .navbar.is-light .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link,.dv-ui-theme .navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-light .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.dv-ui-theme .navbar.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-dark .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.dv-ui-theme .navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.dv-ui-theme .navbar.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.dv-ui-theme .navbar.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-link .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-link .navbar-end .navbar-link,.dv-ui-theme .navbar.is-link .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link,.dv-ui-theme .navbar.is-link .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-link .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.dv-ui-theme .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.dv-ui-theme .navbar.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-info .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-info .navbar-end .navbar-link,.dv-ui-theme .navbar.is-info .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link,.dv-ui-theme .navbar.is-info .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-info .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#0e71de;color:#fff}.dv-ui-theme .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#167df0;color:#fff}}.dv-ui-theme .navbar.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-success .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-success .navbar-end .navbar-link,.dv-ui-theme .navbar.is-success .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link,.dv-ui-theme .navbar.is-success .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-success .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#fff}.dv-ui-theme .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.dv-ui-theme .navbar.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;color:rgba(0,0,0,.7)}}.dv-ui-theme .navbar.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-end>.navbar-item,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-start>.navbar-item{color:#fff}.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-end>a.navbar-item:hover,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link.is-active,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:focus,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:hover,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item.is-active,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item:focus,.dv-ui-theme .navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-end .navbar-link:after,.dv-ui-theme .navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.dv-ui-theme .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.dv-ui-theme .navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.dv-ui-theme .navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.dv-ui-theme .navbar.is-fixed-bottom,.dv-ui-theme .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.dv-ui-theme .navbar.is-fixed-top{top:0}.dv-ui-theme body.has-navbar-fixed-top,.dv-ui-theme html.has-navbar-fixed-top{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom,.dv-ui-theme html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.dv-ui-theme .navbar-brand,.dv-ui-theme .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.dv-ui-theme .navbar-brand a.navbar-item:focus,.dv-ui-theme .navbar-brand a.navbar-item:hover{background-color:transparent}.dv-ui-theme .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.dv-ui-theme .navbar-burger{color:#4a4a4a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.dv-ui-theme .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.dv-ui-theme .navbar-burger span:first-child{top:calc(50% - 6px)}.dv-ui-theme .navbar-burger span:nth-child(2){top:calc(50% - 1px)}.dv-ui-theme .navbar-burger span:nth-child(3){top:calc(50% + 4px)}.dv-ui-theme .navbar-burger:hover{background-color:rgba(0,0,0,.05)}.dv-ui-theme .navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.dv-ui-theme .navbar-burger.is-active span:nth-child(2){opacity:0}.dv-ui-theme .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.dv-ui-theme .navbar-menu{display:none}.dv-ui-theme .navbar-item,.dv-ui-theme .navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.dv-ui-theme .navbar-item .icon:only-child,.dv-ui-theme .navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.dv-ui-theme .navbar-link,.dv-ui-theme a.navbar-item{cursor:pointer}.dv-ui-theme .navbar-link.is-active,.dv-ui-theme .navbar-link:focus,.dv-ui-theme .navbar-link:focus-within,.dv-ui-theme .navbar-link:hover,.dv-ui-theme a.navbar-item.is-active,.dv-ui-theme a.navbar-item:focus,.dv-ui-theme a.navbar-item:focus-within,.dv-ui-theme a.navbar-item:hover{background-color:#fafafa;color:#7957d5}.dv-ui-theme .navbar-item{flex-grow:0;flex-shrink:0}.dv-ui-theme .navbar-item img{max-height:1.75rem}.dv-ui-theme .navbar-item.has-dropdown{padding:0}.dv-ui-theme .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.dv-ui-theme .navbar-item.is-tab.is-active,.dv-ui-theme .navbar-item.is-tab:focus,.dv-ui-theme .navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#7957d5}.dv-ui-theme .navbar-item.is-tab.is-active{border-bottom-style:solid;border-bottom-width:3px;color:#7957d5;padding-bottom:calc(.5rem - 3px)}.dv-ui-theme .navbar-content{flex-grow:1;flex-shrink:1}.dv-ui-theme .navbar-link:not(.is-arrowless){padding-right:2.5em}.dv-ui-theme .navbar-link:not(.is-arrowless):after{border-color:#7957d5;margin-top:-.375em;right:1.125em}.dv-ui-theme .navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.dv-ui-theme .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.dv-ui-theme .navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.dv-ui-theme .navbar>.container{display:block}.dv-ui-theme .navbar-brand .navbar-item,.dv-ui-theme .navbar-tabs .navbar-item{align-items:center;display:flex}.dv-ui-theme .navbar-link:after{display:none}.dv-ui-theme .navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.dv-ui-theme .navbar-menu.is-active{display:block}.dv-ui-theme .navbar.is-fixed-bottom-touch,.dv-ui-theme .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom-touch{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.dv-ui-theme .navbar.is-fixed-top-touch{top:0}.dv-ui-theme .navbar.is-fixed-top .navbar-menu,.dv-ui-theme .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}.dv-ui-theme body.has-navbar-fixed-top-touch,.dv-ui-theme html.has-navbar-fixed-top-touch{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom-touch,.dv-ui-theme html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .navbar,.dv-ui-theme .navbar-end,.dv-ui-theme .navbar-menu,.dv-ui-theme .navbar-start{align-items:stretch;display:flex}.dv-ui-theme .navbar{min-height:3.25rem}.dv-ui-theme .navbar.is-spaced{padding:1rem 2rem}.dv-ui-theme .navbar.is-spaced .navbar-end,.dv-ui-theme .navbar.is-spaced .navbar-start{align-items:center}.dv-ui-theme .navbar.is-spaced .navbar-link,.dv-ui-theme .navbar.is-spaced a.navbar-item{border-radius:4px}.dv-ui-theme .navbar.is-transparent .navbar-link.is-active,.dv-ui-theme .navbar.is-transparent .navbar-link:focus,.dv-ui-theme .navbar.is-transparent .navbar-link:hover,.dv-ui-theme .navbar.is-transparent a.navbar-item.is-active,.dv-ui-theme .navbar.is-transparent a.navbar-item:focus,.dv-ui-theme .navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.dv-ui-theme .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.dv-ui-theme .navbar-burger{display:none}.dv-ui-theme .navbar-item,.dv-ui-theme .navbar-link{align-items:center;display:flex}.dv-ui-theme .navbar-item.has-dropdown{align-items:stretch}.dv-ui-theme .navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.dv-ui-theme .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.dv-ui-theme .navbar-item.is-active .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:focus .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:focus-within .navbar-dropdown,.dv-ui-theme .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.dv-ui-theme .navbar-item.is-active .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.dv-ui-theme .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.dv-ui-theme .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.dv-ui-theme .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.dv-ui-theme .navbar-menu{flex-grow:1;flex-shrink:0}.dv-ui-theme .navbar-start{justify-content:flex-start;margin-right:auto}.dv-ui-theme .navbar-end{justify-content:flex-end;margin-left:auto}.dv-ui-theme .navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.dv-ui-theme .navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.dv-ui-theme .navbar-dropdown a.navbar-item{padding-right:3rem}.dv-ui-theme .navbar-dropdown a.navbar-item:focus,.dv-ui-theme .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dv-ui-theme .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.dv-ui-theme .navbar-dropdown.is-boxed,.dv-ui-theme .navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.dv-ui-theme .navbar-dropdown.is-right{left:auto;right:0}.dv-ui-theme .navbar-divider{display:block}.dv-ui-theme .container>.navbar .navbar-brand,.dv-ui-theme .navbar>.container .navbar-brand{margin-left:-.75rem}.dv-ui-theme .container>.navbar .navbar-menu,.dv-ui-theme .navbar>.container .navbar-menu{margin-right:-.75rem}.dv-ui-theme .navbar.is-fixed-bottom-desktop,.dv-ui-theme .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.dv-ui-theme .navbar.is-fixed-bottom-desktop{bottom:0}.dv-ui-theme .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.dv-ui-theme .navbar.is-fixed-top-desktop{top:0}.dv-ui-theme body.has-navbar-fixed-top-desktop,.dv-ui-theme html.has-navbar-fixed-top-desktop{padding-top:3.25rem}.dv-ui-theme body.has-navbar-fixed-bottom-desktop,.dv-ui-theme html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}.dv-ui-theme body.has-spaced-navbar-fixed-top,.dv-ui-theme html.has-spaced-navbar-fixed-top{padding-top:5.25rem}.dv-ui-theme body.has-spaced-navbar-fixed-bottom,.dv-ui-theme html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.dv-ui-theme .navbar-link.is-active,.dv-ui-theme a.navbar-item.is-active{color:#0a0a0a}.dv-ui-theme .navbar-link.is-active:not(:focus):not(:hover),.dv-ui-theme a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.dv-ui-theme .navbar-item.has-dropdown.is-active .navbar-link,.dv-ui-theme .navbar-item.has-dropdown:focus .navbar-link,.dv-ui-theme .navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.dv-ui-theme .hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.dv-ui-theme .pagination{font-size:1rem;margin:-.25rem}.dv-ui-theme .pagination.is-small{font-size:.75rem}.dv-ui-theme .pagination.is-medium{font-size:1.25rem}.dv-ui-theme .pagination.is-large{font-size:1.5rem}.dv-ui-theme .pagination.is-rounded .pagination-next,.dv-ui-theme .pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.dv-ui-theme .pagination.is-rounded .pagination-link{border-radius:9999px}.dv-ui-theme .pagination,.dv-ui-theme .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.dv-ui-theme .pagination-link:hover,.dv-ui-theme .pagination-next:hover,.dv-ui-theme .pagination-previous:hover{border-color:#b5b5b5;color:#363636}.dv-ui-theme .pagination-link:focus,.dv-ui-theme .pagination-next:focus,.dv-ui-theme .pagination-previous:focus{border-color:#7957d5}.dv-ui-theme .pagination-link:active,.dv-ui-theme .pagination-next:active,.dv-ui-theme .pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.dv-ui-theme .pagination-link.is-disabled,.dv-ui-theme .pagination-link[disabled],.dv-ui-theme .pagination-next.is-disabled,.dv-ui-theme .pagination-next[disabled],.dv-ui-theme .pagination-previous.is-disabled,.dv-ui-theme .pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.dv-ui-theme .pagination-link.is-current{background-color:#7957d5;border-color:#7957d5;color:#fff}.dv-ui-theme .pagination-ellipsis{color:#b5b5b5;pointer-events:none}.dv-ui-theme .pagination-list{flex-wrap:wrap}.dv-ui-theme .pagination-list li{list-style:none}@media screen and (max-width:768px){.dv-ui-theme .pagination{flex-wrap:wrap}.dv-ui-theme .pagination-list li,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.dv-ui-theme .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.dv-ui-theme .pagination-ellipsis,.dv-ui-theme .pagination-link,.dv-ui-theme .pagination-next,.dv-ui-theme .pagination-previous{margin-bottom:0;margin-top:0}.dv-ui-theme .pagination-previous{order:2}.dv-ui-theme .pagination-next{order:3}.dv-ui-theme .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.dv-ui-theme .pagination.is-centered .pagination-previous{order:1}.dv-ui-theme .pagination.is-centered .pagination-list{justify-content:center;order:2}.dv-ui-theme .pagination.is-centered .pagination-next{order:3}.dv-ui-theme .pagination.is-right .pagination-previous{order:1}.dv-ui-theme .pagination.is-right .pagination-next{order:2}.dv-ui-theme .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.dv-ui-theme .panel{border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);font-size:1rem}.dv-ui-theme .panel:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.dv-ui-theme .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.dv-ui-theme .panel.is-white .panel-block.is-active .panel-icon{color:#fff}.dv-ui-theme .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.dv-ui-theme .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.dv-ui-theme .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.dv-ui-theme .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.dv-ui-theme .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.dv-ui-theme .panel.is-dark .panel-heading{background-color:#363636;color:#fff}.dv-ui-theme .panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.dv-ui-theme .panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.dv-ui-theme .panel.is-primary .panel-heading{background-color:#7957d5;color:#fff}.dv-ui-theme .panel.is-primary .panel-tabs a.is-active{border-bottom-color:#7957d5}.dv-ui-theme .panel.is-primary .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel.is-link .panel-heading{background-color:#7957d5;color:#fff}.dv-ui-theme .panel.is-link .panel-tabs a.is-active{border-bottom-color:#7957d5}.dv-ui-theme .panel.is-link .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel.is-info .panel-heading{background-color:#167df0;color:#fff}.dv-ui-theme .panel.is-info .panel-tabs a.is-active{border-bottom-color:#167df0}.dv-ui-theme .panel.is-info .panel-block.is-active .panel-icon{color:#167df0}.dv-ui-theme .panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.dv-ui-theme .panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.dv-ui-theme .panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.dv-ui-theme .panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.dv-ui-theme .panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.dv-ui-theme .panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.dv-ui-theme .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.dv-ui-theme .panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.dv-ui-theme .panel-block:not(:last-child),.dv-ui-theme .panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.dv-ui-theme .panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.dv-ui-theme .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.dv-ui-theme .panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.dv-ui-theme .panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.dv-ui-theme .panel-list a{color:#4a4a4a}.dv-ui-theme .panel-list a:hover{color:#7957d5}.dv-ui-theme .panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.dv-ui-theme .panel-block input[type=checkbox]{margin-right:.75em}.dv-ui-theme .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.dv-ui-theme .panel-block.is-wrapped{flex-wrap:wrap}.dv-ui-theme .panel-block.is-active{border-left-color:#7957d5;color:#363636}.dv-ui-theme .panel-block.is-active .panel-icon{color:#7957d5}.dv-ui-theme .panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.dv-ui-theme a.panel-block,.dv-ui-theme label.panel-block{cursor:pointer}.dv-ui-theme a.panel-block:hover,.dv-ui-theme label.panel-block:hover{background-color:#f5f5f5}.dv-ui-theme .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.dv-ui-theme .panel-icon .fa{font-size:inherit;line-height:inherit}.dv-ui-theme .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.dv-ui-theme .tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.dv-ui-theme .tabs a:hover{border-bottom-color:#363636;color:#363636}.dv-ui-theme .tabs li{display:block}.dv-ui-theme .tabs li.is-active a{border-bottom-color:#7957d5;color:#7957d5}.dv-ui-theme .tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.dv-ui-theme .tabs ul.is-left{padding-right:.75em}.dv-ui-theme .tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.dv-ui-theme .tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.dv-ui-theme .tabs .icon:first-child{margin-right:.5em}.dv-ui-theme .tabs .icon:last-child{margin-left:.5em}.dv-ui-theme .tabs.is-centered ul{justify-content:center}.dv-ui-theme .tabs.is-right ul{justify-content:flex-end}.dv-ui-theme .tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.dv-ui-theme .tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.dv-ui-theme .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.dv-ui-theme .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.dv-ui-theme .tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.dv-ui-theme .tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.dv-ui-theme .tabs.is-toggle li+li{margin-left:-1px}.dv-ui-theme .tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.dv-ui-theme .tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.dv-ui-theme .tabs.is-toggle li.is-active a{background-color:#7957d5;border-color:#7957d5;color:#fff;z-index:1}.dv-ui-theme .tabs.is-toggle ul{border-bottom:none}.dv-ui-theme .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.dv-ui-theme .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.dv-ui-theme .tabs.is-small{font-size:.75rem}.dv-ui-theme .tabs.is-medium{font-size:1.25rem}.dv-ui-theme .tabs.is-large{font-size:1.5rem}.dv-ui-theme .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.dv-ui-theme .columns.is-mobile>.column.is-narrow{flex:none;width:unset}.dv-ui-theme .columns.is-mobile>.column.is-full{flex:none;width:100%}.dv-ui-theme .columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.dv-ui-theme .columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.dv-ui-theme .columns.is-mobile>.column.is-half{flex:none;width:50%}.dv-ui-theme .columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.dv-ui-theme .columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.dv-ui-theme .columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.dv-ui-theme .columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.dv-ui-theme .columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.dv-ui-theme .columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.dv-ui-theme .columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.dv-ui-theme .columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.dv-ui-theme .columns.is-mobile>.column.is-offset-half{margin-left:50%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.dv-ui-theme .columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.dv-ui-theme .columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.dv-ui-theme .columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.dv-ui-theme .columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.dv-ui-theme .columns.is-mobile>.column.is-0{flex:none;width:0}.dv-ui-theme .columns.is-mobile>.column.is-offset-0{margin-left:0}.dv-ui-theme .columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-3{flex:none;width:25%}.dv-ui-theme .columns.is-mobile>.column.is-offset-3{margin-left:25%}.dv-ui-theme .columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-6{flex:none;width:50%}.dv-ui-theme .columns.is-mobile>.column.is-offset-6{margin-left:50%}.dv-ui-theme .columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-9{flex:none;width:75%}.dv-ui-theme .columns.is-mobile>.column.is-offset-9{margin-left:75%}.dv-ui-theme .columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.dv-ui-theme .columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.dv-ui-theme .columns.is-mobile>.column.is-12{flex:none;width:100%}.dv-ui-theme .columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.dv-ui-theme .column.is-narrow-mobile{flex:none;width:unset}.dv-ui-theme .column.is-full-mobile{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-mobile{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-mobile{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-mobile{flex:none;width:50%}.dv-ui-theme .column.is-one-third-mobile{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-mobile{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-mobile{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-mobile{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-mobile{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-mobile{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-mobile{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-mobile{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-mobile{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-mobile{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-mobile{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-mobile{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-mobile{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-mobile{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-mobile{margin-left:80%}.dv-ui-theme .column.is-0-mobile{flex:none;width:0}.dv-ui-theme .column.is-offset-0-mobile{margin-left:0}.dv-ui-theme .column.is-1-mobile{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-mobile{margin-left:8.33333337%}.dv-ui-theme .column.is-2-mobile{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-mobile{margin-left:16.66666674%}.dv-ui-theme .column.is-3-mobile{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-mobile{margin-left:25%}.dv-ui-theme .column.is-4-mobile{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-mobile{margin-left:33.33333337%}.dv-ui-theme .column.is-5-mobile{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-mobile{margin-left:41.66666674%}.dv-ui-theme .column.is-6-mobile{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-mobile{margin-left:50%}.dv-ui-theme .column.is-7-mobile{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-mobile{margin-left:58.33333337%}.dv-ui-theme .column.is-8-mobile{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-mobile{margin-left:66.66666674%}.dv-ui-theme .column.is-9-mobile{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-mobile{margin-left:75%}.dv-ui-theme .column.is-10-mobile{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-mobile{margin-left:83.33333337%}.dv-ui-theme .column.is-11-mobile{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-mobile{margin-left:91.66666674%}.dv-ui-theme .column.is-12-mobile{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.dv-ui-theme .column.is-narrow,.dv-ui-theme .column.is-narrow-tablet{flex:none;width:unset}.dv-ui-theme .column.is-full,.dv-ui-theme .column.is-full-tablet{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters,.dv-ui-theme .column.is-three-quarters-tablet{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds,.dv-ui-theme .column.is-two-thirds-tablet{flex:none;width:66.6666%}.dv-ui-theme .column.is-half,.dv-ui-theme .column.is-half-tablet{flex:none;width:50%}.dv-ui-theme .column.is-one-third,.dv-ui-theme .column.is-one-third-tablet{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter,.dv-ui-theme .column.is-one-quarter-tablet{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth,.dv-ui-theme .column.is-one-fifth-tablet{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths,.dv-ui-theme .column.is-two-fifths-tablet{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths,.dv-ui-theme .column.is-three-fifths-tablet{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths,.dv-ui-theme .column.is-four-fifths-tablet{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters,.dv-ui-theme .column.is-offset-three-quarters-tablet{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds,.dv-ui-theme .column.is-offset-two-thirds-tablet{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half,.dv-ui-theme .column.is-offset-half-tablet{margin-left:50%}.dv-ui-theme .column.is-offset-one-third,.dv-ui-theme .column.is-offset-one-third-tablet{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter,.dv-ui-theme .column.is-offset-one-quarter-tablet{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth,.dv-ui-theme .column.is-offset-one-fifth-tablet{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths,.dv-ui-theme .column.is-offset-two-fifths-tablet{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths,.dv-ui-theme .column.is-offset-three-fifths-tablet{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths,.dv-ui-theme .column.is-offset-four-fifths-tablet{margin-left:80%}.dv-ui-theme .column.is-0,.dv-ui-theme .column.is-0-tablet{flex:none;width:0}.dv-ui-theme .column.is-offset-0,.dv-ui-theme .column.is-offset-0-tablet{margin-left:0}.dv-ui-theme .column.is-1,.dv-ui-theme .column.is-1-tablet{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1,.dv-ui-theme .column.is-offset-1-tablet{margin-left:8.33333337%}.dv-ui-theme .column.is-2,.dv-ui-theme .column.is-2-tablet{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2,.dv-ui-theme .column.is-offset-2-tablet{margin-left:16.66666674%}.dv-ui-theme .column.is-3,.dv-ui-theme .column.is-3-tablet{flex:none;width:25%}.dv-ui-theme .column.is-offset-3,.dv-ui-theme .column.is-offset-3-tablet{margin-left:25%}.dv-ui-theme .column.is-4,.dv-ui-theme .column.is-4-tablet{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4,.dv-ui-theme .column.is-offset-4-tablet{margin-left:33.33333337%}.dv-ui-theme .column.is-5,.dv-ui-theme .column.is-5-tablet{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5,.dv-ui-theme .column.is-offset-5-tablet{margin-left:41.66666674%}.dv-ui-theme .column.is-6,.dv-ui-theme .column.is-6-tablet{flex:none;width:50%}.dv-ui-theme .column.is-offset-6,.dv-ui-theme .column.is-offset-6-tablet{margin-left:50%}.dv-ui-theme .column.is-7,.dv-ui-theme .column.is-7-tablet{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7,.dv-ui-theme .column.is-offset-7-tablet{margin-left:58.33333337%}.dv-ui-theme .column.is-8,.dv-ui-theme .column.is-8-tablet{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8,.dv-ui-theme .column.is-offset-8-tablet{margin-left:66.66666674%}.dv-ui-theme .column.is-9,.dv-ui-theme .column.is-9-tablet{flex:none;width:75%}.dv-ui-theme .column.is-offset-9,.dv-ui-theme .column.is-offset-9-tablet{margin-left:75%}.dv-ui-theme .column.is-10,.dv-ui-theme .column.is-10-tablet{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10,.dv-ui-theme .column.is-offset-10-tablet{margin-left:83.33333337%}.dv-ui-theme .column.is-11,.dv-ui-theme .column.is-11-tablet{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11,.dv-ui-theme .column.is-offset-11-tablet{margin-left:91.66666674%}.dv-ui-theme .column.is-12,.dv-ui-theme .column.is-12-tablet{flex:none;width:100%}.dv-ui-theme .column.is-offset-12,.dv-ui-theme .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.dv-ui-theme .column.is-narrow-touch{flex:none;width:unset}.dv-ui-theme .column.is-full-touch{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-touch{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-touch{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-touch{flex:none;width:50%}.dv-ui-theme .column.is-one-third-touch{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-touch{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-touch{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-touch{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-touch{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-touch{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-touch{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-touch{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-touch{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-touch{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-touch{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-touch{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-touch{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-touch{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-touch{margin-left:80%}.dv-ui-theme .column.is-0-touch{flex:none;width:0}.dv-ui-theme .column.is-offset-0-touch{margin-left:0}.dv-ui-theme .column.is-1-touch{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-touch{margin-left:8.33333337%}.dv-ui-theme .column.is-2-touch{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-touch{margin-left:16.66666674%}.dv-ui-theme .column.is-3-touch{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-touch{margin-left:25%}.dv-ui-theme .column.is-4-touch{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-touch{margin-left:33.33333337%}.dv-ui-theme .column.is-5-touch{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-touch{margin-left:41.66666674%}.dv-ui-theme .column.is-6-touch{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-touch{margin-left:50%}.dv-ui-theme .column.is-7-touch{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-touch{margin-left:58.33333337%}.dv-ui-theme .column.is-8-touch{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-touch{margin-left:66.66666674%}.dv-ui-theme .column.is-9-touch{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-touch{margin-left:75%}.dv-ui-theme .column.is-10-touch{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-touch{margin-left:83.33333337%}.dv-ui-theme .column.is-11-touch{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-touch{margin-left:91.66666674%}.dv-ui-theme .column.is-12-touch{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.dv-ui-theme .column.is-narrow-desktop{flex:none;width:unset}.dv-ui-theme .column.is-full-desktop{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-desktop{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-desktop{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-desktop{flex:none;width:50%}.dv-ui-theme .column.is-one-third-desktop{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-desktop{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-desktop{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-desktop{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-desktop{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-desktop{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-desktop{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-desktop{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-desktop{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-desktop{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-desktop{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-desktop{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-desktop{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-desktop{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-desktop{margin-left:80%}.dv-ui-theme .column.is-0-desktop{flex:none;width:0}.dv-ui-theme .column.is-offset-0-desktop{margin-left:0}.dv-ui-theme .column.is-1-desktop{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-desktop{margin-left:8.33333337%}.dv-ui-theme .column.is-2-desktop{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-desktop{margin-left:16.66666674%}.dv-ui-theme .column.is-3-desktop{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-desktop{margin-left:25%}.dv-ui-theme .column.is-4-desktop{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-desktop{margin-left:33.33333337%}.dv-ui-theme .column.is-5-desktop{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-desktop{margin-left:41.66666674%}.dv-ui-theme .column.is-6-desktop{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-desktop{margin-left:50%}.dv-ui-theme .column.is-7-desktop{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-desktop{margin-left:58.33333337%}.dv-ui-theme .column.is-8-desktop{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-desktop{margin-left:66.66666674%}.dv-ui-theme .column.is-9-desktop{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-desktop{margin-left:75%}.dv-ui-theme .column.is-10-desktop{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-desktop{margin-left:83.33333337%}.dv-ui-theme .column.is-11-desktop{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-desktop{margin-left:91.66666674%}.dv-ui-theme .column.is-12-desktop{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.dv-ui-theme .column.is-narrow-widescreen{flex:none;width:unset}.dv-ui-theme .column.is-full-widescreen{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-widescreen{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-widescreen{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-widescreen{flex:none;width:50%}.dv-ui-theme .column.is-one-third-widescreen{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-widescreen{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-widescreen{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-widescreen{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-widescreen{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-widescreen{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-widescreen{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-widescreen{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-widescreen{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-widescreen{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-widescreen{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-widescreen{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-widescreen{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-widescreen{margin-left:80%}.dv-ui-theme .column.is-0-widescreen{flex:none;width:0}.dv-ui-theme .column.is-offset-0-widescreen{margin-left:0}.dv-ui-theme .column.is-1-widescreen{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-widescreen{margin-left:8.33333337%}.dv-ui-theme .column.is-2-widescreen{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-widescreen{margin-left:16.66666674%}.dv-ui-theme .column.is-3-widescreen{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-widescreen{margin-left:25%}.dv-ui-theme .column.is-4-widescreen{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-widescreen{margin-left:33.33333337%}.dv-ui-theme .column.is-5-widescreen{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-widescreen{margin-left:41.66666674%}.dv-ui-theme .column.is-6-widescreen{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-widescreen{margin-left:50%}.dv-ui-theme .column.is-7-widescreen{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-widescreen{margin-left:58.33333337%}.dv-ui-theme .column.is-8-widescreen{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-widescreen{margin-left:66.66666674%}.dv-ui-theme .column.is-9-widescreen{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-widescreen{margin-left:75%}.dv-ui-theme .column.is-10-widescreen{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-widescreen{margin-left:83.33333337%}.dv-ui-theme .column.is-11-widescreen{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-widescreen{margin-left:91.66666674%}.dv-ui-theme .column.is-12-widescreen{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.dv-ui-theme .column.is-narrow-fullhd{flex:none;width:unset}.dv-ui-theme .column.is-full-fullhd{flex:none;width:100%}.dv-ui-theme .column.is-three-quarters-fullhd{flex:none;width:75%}.dv-ui-theme .column.is-two-thirds-fullhd{flex:none;width:66.6666%}.dv-ui-theme .column.is-half-fullhd{flex:none;width:50%}.dv-ui-theme .column.is-one-third-fullhd{flex:none;width:33.3333%}.dv-ui-theme .column.is-one-quarter-fullhd{flex:none;width:25%}.dv-ui-theme .column.is-one-fifth-fullhd{flex:none;width:20%}.dv-ui-theme .column.is-two-fifths-fullhd{flex:none;width:40%}.dv-ui-theme .column.is-three-fifths-fullhd{flex:none;width:60%}.dv-ui-theme .column.is-four-fifths-fullhd{flex:none;width:80%}.dv-ui-theme .column.is-offset-three-quarters-fullhd{margin-left:75%}.dv-ui-theme .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.dv-ui-theme .column.is-offset-half-fullhd{margin-left:50%}.dv-ui-theme .column.is-offset-one-third-fullhd{margin-left:33.3333%}.dv-ui-theme .column.is-offset-one-quarter-fullhd{margin-left:25%}.dv-ui-theme .column.is-offset-one-fifth-fullhd{margin-left:20%}.dv-ui-theme .column.is-offset-two-fifths-fullhd{margin-left:40%}.dv-ui-theme .column.is-offset-three-fifths-fullhd{margin-left:60%}.dv-ui-theme .column.is-offset-four-fifths-fullhd{margin-left:80%}.dv-ui-theme .column.is-0-fullhd{flex:none;width:0}.dv-ui-theme .column.is-offset-0-fullhd{margin-left:0}.dv-ui-theme .column.is-1-fullhd{flex:none;width:8.33333337%}.dv-ui-theme .column.is-offset-1-fullhd{margin-left:8.33333337%}.dv-ui-theme .column.is-2-fullhd{flex:none;width:16.66666674%}.dv-ui-theme .column.is-offset-2-fullhd{margin-left:16.66666674%}.dv-ui-theme .column.is-3-fullhd{flex:none;width:25%}.dv-ui-theme .column.is-offset-3-fullhd{margin-left:25%}.dv-ui-theme .column.is-4-fullhd{flex:none;width:33.33333337%}.dv-ui-theme .column.is-offset-4-fullhd{margin-left:33.33333337%}.dv-ui-theme .column.is-5-fullhd{flex:none;width:41.66666674%}.dv-ui-theme .column.is-offset-5-fullhd{margin-left:41.66666674%}.dv-ui-theme .column.is-6-fullhd{flex:none;width:50%}.dv-ui-theme .column.is-offset-6-fullhd{margin-left:50%}.dv-ui-theme .column.is-7-fullhd{flex:none;width:58.33333337%}.dv-ui-theme .column.is-offset-7-fullhd{margin-left:58.33333337%}.dv-ui-theme .column.is-8-fullhd{flex:none;width:66.66666674%}.dv-ui-theme .column.is-offset-8-fullhd{margin-left:66.66666674%}.dv-ui-theme .column.is-9-fullhd{flex:none;width:75%}.dv-ui-theme .column.is-offset-9-fullhd{margin-left:75%}.dv-ui-theme .column.is-10-fullhd{flex:none;width:83.33333337%}.dv-ui-theme .column.is-offset-10-fullhd{margin-left:83.33333337%}.dv-ui-theme .column.is-11-fullhd{flex:none;width:91.66666674%}.dv-ui-theme .column.is-offset-11-fullhd{margin-left:91.66666674%}.dv-ui-theme .column.is-12-fullhd{flex:none;width:100%}.dv-ui-theme .column.is-offset-12-fullhd{margin-left:100%}}.dv-ui-theme .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.dv-ui-theme .columns:last-child{margin-bottom:-.75rem}.dv-ui-theme .columns:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .columns.is-centered{justify-content:center}.dv-ui-theme .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.dv-ui-theme .columns.is-gapless>.column{margin:0;padding:0!important}.dv-ui-theme .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .columns.is-gapless:last-child{margin-bottom:0}.dv-ui-theme .columns.is-mobile{display:flex}.dv-ui-theme .columns.is-multiline{flex-wrap:wrap}.dv-ui-theme .columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.dv-ui-theme .columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-desktop{display:flex}}.dv-ui-theme .columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.dv-ui-theme .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.dv-ui-theme .columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-0-fullhd{--columnGap:0rem}}.dv-ui-theme .columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.dv-ui-theme .columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.dv-ui-theme .columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.dv-ui-theme .columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-4-fullhd{--columnGap:1rem}}.dv-ui-theme .columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.dv-ui-theme .columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.dv-ui-theme .columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.dv-ui-theme .columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.dv-ui-theme .columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.dv-ui-theme .columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.dv-ui-theme .columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.dv-ui-theme .columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.dv-ui-theme .columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.dv-ui-theme .columns.is-variable.is-8-fullhd{--columnGap:2rem}}.dv-ui-theme .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.dv-ui-theme .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.dv-ui-theme .tile.is-ancestor:last-child{margin-bottom:-.75rem}.dv-ui-theme .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .tile.is-child{margin:0!important}.dv-ui-theme .tile.is-parent{padding:.75rem}.dv-ui-theme .tile.is-vertical{flex-direction:column}.dv-ui-theme .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.dv-ui-theme .tile:not(.is-child){display:flex}.dv-ui-theme .tile.is-1{flex:none;width:8.33333337%}.dv-ui-theme .tile.is-2{flex:none;width:16.66666674%}.dv-ui-theme .tile.is-3{flex:none;width:25%}.dv-ui-theme .tile.is-4{flex:none;width:33.33333337%}.dv-ui-theme .tile.is-5{flex:none;width:41.66666674%}.dv-ui-theme .tile.is-6{flex:none;width:50%}.dv-ui-theme .tile.is-7{flex:none;width:58.33333337%}.dv-ui-theme .tile.is-8{flex:none;width:66.66666674%}.dv-ui-theme .tile.is-9{flex:none;width:75%}.dv-ui-theme .tile.is-10{flex:none;width:83.33333337%}.dv-ui-theme .tile.is-11{flex:none;width:91.66666674%}.dv-ui-theme .tile.is-12{flex:none;width:100%}}.dv-ui-theme .has-text-white{color:#fff!important}.dv-ui-theme a.has-text-white:focus,.dv-ui-theme a.has-text-white:hover{color:#e6e6e6!important}.dv-ui-theme .has-background-white{background-color:#fff!important}.dv-ui-theme .has-text-black{color:#0a0a0a!important}.dv-ui-theme a.has-text-black:focus,.dv-ui-theme a.has-text-black:hover{color:#000!important}.dv-ui-theme .has-background-black{background-color:#0a0a0a!important}.dv-ui-theme .has-text-light{color:#f5f5f5!important}.dv-ui-theme a.has-text-light:focus,.dv-ui-theme a.has-text-light:hover{color:#dbdbdb!important}.dv-ui-theme .has-background-light{background-color:#f5f5f5!important}.dv-ui-theme .has-text-dark{color:#363636!important}.dv-ui-theme a.has-text-dark:focus,.dv-ui-theme a.has-text-dark:hover{color:#1c1c1c!important}.dv-ui-theme .has-background-dark{background-color:#363636!important}.dv-ui-theme .has-text-primary{color:#7957d5!important}.dv-ui-theme a.has-text-primary:focus,.dv-ui-theme a.has-text-primary:hover{color:#5a32c7!important}.dv-ui-theme .has-background-primary{background-color:#7957d5!important}.dv-ui-theme .has-text-primary-light{color:#f2effb!important}.dv-ui-theme a.has-text-primary-light:focus,.dv-ui-theme a.has-text-primary-light:hover{color:#d1c6f1!important}.dv-ui-theme .has-background-primary-light{background-color:#f2effb!important}.dv-ui-theme .has-text-primary-dark{color:#552fbc!important}.dv-ui-theme a.has-text-primary-dark:focus,.dv-ui-theme a.has-text-primary-dark:hover{color:#704bd2!important}.dv-ui-theme .has-background-primary-dark{background-color:#552fbc!important}.dv-ui-theme .has-text-link{color:#7957d5!important}.dv-ui-theme a.has-text-link:focus,.dv-ui-theme a.has-text-link:hover{color:#5a32c7!important}.dv-ui-theme .has-background-link{background-color:#7957d5!important}.dv-ui-theme .has-text-link-light{color:#f2effb!important}.dv-ui-theme a.has-text-link-light:focus,.dv-ui-theme a.has-text-link-light:hover{color:#d1c6f1!important}.dv-ui-theme .has-background-link-light{background-color:#f2effb!important}.dv-ui-theme .has-text-link-dark{color:#552fbc!important}.dv-ui-theme a.has-text-link-dark:focus,.dv-ui-theme a.has-text-link-dark:hover{color:#704bd2!important}.dv-ui-theme .has-background-link-dark{background-color:#552fbc!important}.dv-ui-theme .has-text-info{color:#167df0!important}.dv-ui-theme a.has-text-info:focus,.dv-ui-theme a.has-text-info:hover{color:#0d64c6!important}.dv-ui-theme .has-background-info{background-color:#167df0!important}.dv-ui-theme .has-text-info-light{color:#ecf4fe!important}.dv-ui-theme a.has-text-info-light:focus,.dv-ui-theme a.has-text-info-light:hover{color:#bcdafb!important}.dv-ui-theme .has-background-info-light{background-color:#ecf4fe!important}.dv-ui-theme .has-text-info-dark{color:#0d68ce!important}.dv-ui-theme a.has-text-info-dark:focus,.dv-ui-theme a.has-text-info-dark:hover{color:#1e81f1!important}.dv-ui-theme .has-background-info-dark{background-color:#0d68ce!important}.dv-ui-theme .has-text-success{color:#48c78e!important}.dv-ui-theme a.has-text-success:focus,.dv-ui-theme a.has-text-success:hover{color:#34a873!important}.dv-ui-theme .has-background-success{background-color:#48c78e!important}.dv-ui-theme .has-text-success-light{color:#effaf5!important}.dv-ui-theme a.has-text-success-light:focus,.dv-ui-theme a.has-text-success-light:hover{color:#c8eedd!important}.dv-ui-theme .has-background-success-light{background-color:#effaf5!important}.dv-ui-theme .has-text-success-dark{color:#257953!important}.dv-ui-theme a.has-text-success-dark:focus,.dv-ui-theme a.has-text-success-dark:hover{color:#31a06e!important}.dv-ui-theme .has-background-success-dark{background-color:#257953!important}.dv-ui-theme .has-text-warning{color:#ffe08a!important}.dv-ui-theme a.has-text-warning:focus,.dv-ui-theme a.has-text-warning:hover{color:#ffd257!important}.dv-ui-theme .has-background-warning{background-color:#ffe08a!important}.dv-ui-theme .has-text-warning-light{color:#fffaeb!important}.dv-ui-theme a.has-text-warning-light:focus,.dv-ui-theme a.has-text-warning-light:hover{color:#ffecb8!important}.dv-ui-theme .has-background-warning-light{background-color:#fffaeb!important}.dv-ui-theme .has-text-warning-dark{color:#946c00!important}.dv-ui-theme a.has-text-warning-dark:focus,.dv-ui-theme a.has-text-warning-dark:hover{color:#c79200!important}.dv-ui-theme .has-background-warning-dark{background-color:#946c00!important}.dv-ui-theme .has-text-danger{color:#f14668!important}.dv-ui-theme a.has-text-danger:focus,.dv-ui-theme a.has-text-danger:hover{color:#ee1742!important}.dv-ui-theme .has-background-danger{background-color:#f14668!important}.dv-ui-theme .has-text-danger-light{color:#feecf0!important}.dv-ui-theme a.has-text-danger-light:focus,.dv-ui-theme a.has-text-danger-light:hover{color:#fabdc9!important}.dv-ui-theme .has-background-danger-light{background-color:#feecf0!important}.dv-ui-theme .has-text-danger-dark{color:#cc0f35!important}.dv-ui-theme a.has-text-danger-dark:focus,.dv-ui-theme a.has-text-danger-dark:hover{color:#ee2049!important}.dv-ui-theme .has-background-danger-dark{background-color:#cc0f35!important}.dv-ui-theme .has-text-black-bis{color:#121212!important}.dv-ui-theme .has-background-black-bis{background-color:#121212!important}.dv-ui-theme .has-text-black-ter{color:#242424!important}.dv-ui-theme .has-background-black-ter{background-color:#242424!important}.dv-ui-theme .has-text-grey-darker{color:#363636!important}.dv-ui-theme .has-background-grey-darker{background-color:#363636!important}.dv-ui-theme .has-text-grey-dark{color:#4a4a4a!important}.dv-ui-theme .has-background-grey-dark{background-color:#4a4a4a!important}.dv-ui-theme .has-text-grey{color:#7a7a7a!important}.dv-ui-theme .has-background-grey{background-color:#7a7a7a!important}.dv-ui-theme .has-text-grey-light{color:#b5b5b5!important}.dv-ui-theme .has-background-grey-light{background-color:#b5b5b5!important}.dv-ui-theme .has-text-grey-lighter{color:#dbdbdb!important}.dv-ui-theme .has-background-grey-lighter{background-color:#dbdbdb!important}.dv-ui-theme .has-text-white-ter{color:#f5f5f5!important}.dv-ui-theme .has-background-white-ter{background-color:#f5f5f5!important}.dv-ui-theme .has-text-white-bis{color:#fafafa!important}.dv-ui-theme .has-background-white-bis{background-color:#fafafa!important}.dv-ui-theme .is-flex-direction-row{flex-direction:row!important}.dv-ui-theme .is-flex-direction-row-reverse{flex-direction:row-reverse!important}.dv-ui-theme .is-flex-direction-column{flex-direction:column!important}.dv-ui-theme .is-flex-direction-column-reverse{flex-direction:column-reverse!important}.dv-ui-theme .is-flex-wrap-nowrap{flex-wrap:nowrap!important}.dv-ui-theme .is-flex-wrap-wrap{flex-wrap:wrap!important}.dv-ui-theme .is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.dv-ui-theme .is-justify-content-flex-start{justify-content:flex-start!important}.dv-ui-theme .is-justify-content-flex-end{justify-content:flex-end!important}.dv-ui-theme .is-justify-content-center{justify-content:center!important}.dv-ui-theme .is-justify-content-space-between{justify-content:space-between!important}.dv-ui-theme .is-justify-content-space-around{justify-content:space-around!important}.dv-ui-theme .is-justify-content-space-evenly{justify-content:space-evenly!important}.dv-ui-theme .is-justify-content-start{justify-content:start!important}.dv-ui-theme .is-justify-content-end{justify-content:end!important}.dv-ui-theme .is-justify-content-left{justify-content:left!important}.dv-ui-theme .is-justify-content-right{justify-content:right!important}.dv-ui-theme .is-align-content-flex-start{align-content:flex-start!important}.dv-ui-theme .is-align-content-flex-end{align-content:flex-end!important}.dv-ui-theme .is-align-content-center{align-content:center!important}.dv-ui-theme .is-align-content-space-between{align-content:space-between!important}.dv-ui-theme .is-align-content-space-around{align-content:space-around!important}.dv-ui-theme .is-align-content-space-evenly{align-content:space-evenly!important}.dv-ui-theme .is-align-content-stretch{align-content:stretch!important}.dv-ui-theme .is-align-content-start{align-content:start!important}.dv-ui-theme .is-align-content-end{align-content:end!important}.dv-ui-theme .is-align-content-baseline{align-content:baseline!important}.dv-ui-theme .is-align-items-stretch{align-items:stretch!important}.dv-ui-theme .is-align-items-flex-start{align-items:flex-start!important}.dv-ui-theme .is-align-items-flex-end{align-items:flex-end!important}.dv-ui-theme .is-align-items-center{align-items:center!important}.dv-ui-theme .is-align-items-baseline{align-items:baseline!important}.dv-ui-theme .is-align-items-start{align-items:start!important}.dv-ui-theme .is-align-items-end{align-items:end!important}.dv-ui-theme .is-align-items-self-start{align-items:self-start!important}.dv-ui-theme .is-align-items-self-end{align-items:self-end!important}.dv-ui-theme .is-align-self-auto{align-self:auto!important}.dv-ui-theme .is-align-self-flex-start{align-self:flex-start!important}.dv-ui-theme .is-align-self-flex-end{align-self:flex-end!important}.dv-ui-theme .is-align-self-center{align-self:center!important}.dv-ui-theme .is-align-self-baseline{align-self:baseline!important}.dv-ui-theme .is-align-self-stretch{align-self:stretch!important}.dv-ui-theme .is-flex-grow-0{flex-grow:0!important}.dv-ui-theme .is-flex-grow-1{flex-grow:1!important}.dv-ui-theme .is-flex-grow-2{flex-grow:2!important}.dv-ui-theme .is-flex-grow-3{flex-grow:3!important}.dv-ui-theme .is-flex-grow-4{flex-grow:4!important}.dv-ui-theme .is-flex-grow-5{flex-grow:5!important}.dv-ui-theme .is-flex-shrink-0{flex-shrink:0!important}.dv-ui-theme .is-flex-shrink-1{flex-shrink:1!important}.dv-ui-theme .is-flex-shrink-2{flex-shrink:2!important}.dv-ui-theme .is-flex-shrink-3{flex-shrink:3!important}.dv-ui-theme .is-flex-shrink-4{flex-shrink:4!important}.dv-ui-theme .is-flex-shrink-5{flex-shrink:5!important}.dv-ui-theme .is-clearfix:after{clear:both;content:" ";display:table}.dv-ui-theme .is-pulled-left{float:left!important}.dv-ui-theme .is-pulled-right{float:right!important}.dv-ui-theme .is-radiusless{border-radius:0!important}.dv-ui-theme .is-shadowless{box-shadow:none!important}.dv-ui-theme .is-clickable{cursor:pointer!important;pointer-events:all!important}.dv-ui-theme .is-clipped{overflow:hidden!important}.dv-ui-theme .is-relative{position:relative!important}.dv-ui-theme .is-marginless{margin:0!important}.dv-ui-theme .is-paddingless{padding:0!important}.dv-ui-theme .m-0{margin:0!important}.dv-ui-theme .mt-0{margin-top:0!important}.dv-ui-theme .mr-0{margin-right:0!important}.dv-ui-theme .mb-0{margin-bottom:0!important}.dv-ui-theme .ml-0,.dv-ui-theme .mx-0{margin-left:0!important}.dv-ui-theme .mx-0{margin-right:0!important}.dv-ui-theme .my-0{margin-top:0!important;margin-bottom:0!important}.dv-ui-theme .m-1{margin:.25rem!important}.dv-ui-theme .mt-1{margin-top:.25rem!important}.dv-ui-theme .mr-1{margin-right:.25rem!important}.dv-ui-theme .mb-1{margin-bottom:.25rem!important}.dv-ui-theme .ml-1,.dv-ui-theme .mx-1{margin-left:.25rem!important}.dv-ui-theme .mx-1{margin-right:.25rem!important}.dv-ui-theme .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.dv-ui-theme .m-2{margin:.5rem!important}.dv-ui-theme .mt-2{margin-top:.5rem!important}.dv-ui-theme .mr-2{margin-right:.5rem!important}.dv-ui-theme .mb-2{margin-bottom:.5rem!important}.dv-ui-theme .ml-2,.dv-ui-theme .mx-2{margin-left:.5rem!important}.dv-ui-theme .mx-2{margin-right:.5rem!important}.dv-ui-theme .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.dv-ui-theme .m-3{margin:.75rem!important}.dv-ui-theme .mt-3{margin-top:.75rem!important}.dv-ui-theme .mr-3{margin-right:.75rem!important}.dv-ui-theme .mb-3{margin-bottom:.75rem!important}.dv-ui-theme .ml-3,.dv-ui-theme .mx-3{margin-left:.75rem!important}.dv-ui-theme .mx-3{margin-right:.75rem!important}.dv-ui-theme .my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.dv-ui-theme .m-4{margin:1rem!important}.dv-ui-theme .mt-4{margin-top:1rem!important}.dv-ui-theme .mr-4{margin-right:1rem!important}.dv-ui-theme .mb-4{margin-bottom:1rem!important}.dv-ui-theme .ml-4,.dv-ui-theme .mx-4{margin-left:1rem!important}.dv-ui-theme .mx-4{margin-right:1rem!important}.dv-ui-theme .my-4{margin-top:1rem!important;margin-bottom:1rem!important}.dv-ui-theme .m-5{margin:1.5rem!important}.dv-ui-theme .mt-5{margin-top:1.5rem!important}.dv-ui-theme .mr-5{margin-right:1.5rem!important}.dv-ui-theme .mb-5{margin-bottom:1.5rem!important}.dv-ui-theme .ml-5,.dv-ui-theme .mx-5{margin-left:1.5rem!important}.dv-ui-theme .mx-5{margin-right:1.5rem!important}.dv-ui-theme .my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.dv-ui-theme .m-6{margin:3rem!important}.dv-ui-theme .mt-6{margin-top:3rem!important}.dv-ui-theme .mr-6{margin-right:3rem!important}.dv-ui-theme .mb-6{margin-bottom:3rem!important}.dv-ui-theme .ml-6,.dv-ui-theme .mx-6{margin-left:3rem!important}.dv-ui-theme .mx-6{margin-right:3rem!important}.dv-ui-theme .my-6{margin-top:3rem!important;margin-bottom:3rem!important}.dv-ui-theme .m-auto{margin:auto!important}.dv-ui-theme .mt-auto{margin-top:auto!important}.dv-ui-theme .mr-auto{margin-right:auto!important}.dv-ui-theme .mb-auto{margin-bottom:auto!important}.dv-ui-theme .ml-auto,.dv-ui-theme .mx-auto{margin-left:auto!important}.dv-ui-theme .mx-auto{margin-right:auto!important}.dv-ui-theme .my-auto{margin-top:auto!important;margin-bottom:auto!important}.dv-ui-theme .p-0{padding:0!important}.dv-ui-theme .pt-0{padding-top:0!important}.dv-ui-theme .pr-0{padding-right:0!important}.dv-ui-theme .pb-0{padding-bottom:0!important}.dv-ui-theme .pl-0,.dv-ui-theme .px-0{padding-left:0!important}.dv-ui-theme .px-0{padding-right:0!important}.dv-ui-theme .py-0{padding-top:0!important;padding-bottom:0!important}.dv-ui-theme .p-1{padding:.25rem!important}.dv-ui-theme .pt-1{padding-top:.25rem!important}.dv-ui-theme .pr-1{padding-right:.25rem!important}.dv-ui-theme .pb-1{padding-bottom:.25rem!important}.dv-ui-theme .pl-1,.dv-ui-theme .px-1{padding-left:.25rem!important}.dv-ui-theme .px-1{padding-right:.25rem!important}.dv-ui-theme .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.dv-ui-theme .p-2{padding:.5rem!important}.dv-ui-theme .pt-2{padding-top:.5rem!important}.dv-ui-theme .pr-2{padding-right:.5rem!important}.dv-ui-theme .pb-2{padding-bottom:.5rem!important}.dv-ui-theme .pl-2,.dv-ui-theme .px-2{padding-left:.5rem!important}.dv-ui-theme .px-2{padding-right:.5rem!important}.dv-ui-theme .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.dv-ui-theme .p-3{padding:.75rem!important}.dv-ui-theme .pt-3{padding-top:.75rem!important}.dv-ui-theme .pr-3{padding-right:.75rem!important}.dv-ui-theme .pb-3{padding-bottom:.75rem!important}.dv-ui-theme .pl-3,.dv-ui-theme .px-3{padding-left:.75rem!important}.dv-ui-theme .px-3{padding-right:.75rem!important}.dv-ui-theme .py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.dv-ui-theme .p-4{padding:1rem!important}.dv-ui-theme .pt-4{padding-top:1rem!important}.dv-ui-theme .pr-4{padding-right:1rem!important}.dv-ui-theme .pb-4{padding-bottom:1rem!important}.dv-ui-theme .pl-4,.dv-ui-theme .px-4{padding-left:1rem!important}.dv-ui-theme .px-4{padding-right:1rem!important}.dv-ui-theme .py-4{padding-top:1rem!important;padding-bottom:1rem!important}.dv-ui-theme .p-5{padding:1.5rem!important}.dv-ui-theme .pt-5{padding-top:1.5rem!important}.dv-ui-theme .pr-5{padding-right:1.5rem!important}.dv-ui-theme .pb-5{padding-bottom:1.5rem!important}.dv-ui-theme .pl-5,.dv-ui-theme .px-5{padding-left:1.5rem!important}.dv-ui-theme .px-5{padding-right:1.5rem!important}.dv-ui-theme .py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.dv-ui-theme .p-6{padding:3rem!important}.dv-ui-theme .pt-6{padding-top:3rem!important}.dv-ui-theme .pr-6{padding-right:3rem!important}.dv-ui-theme .pb-6{padding-bottom:3rem!important}.dv-ui-theme .pl-6,.dv-ui-theme .px-6{padding-left:3rem!important}.dv-ui-theme .px-6{padding-right:3rem!important}.dv-ui-theme .py-6{padding-top:3rem!important;padding-bottom:3rem!important}.dv-ui-theme .p-auto{padding:auto!important}.dv-ui-theme .pt-auto{padding-top:auto!important}.dv-ui-theme .pr-auto{padding-right:auto!important}.dv-ui-theme .pb-auto{padding-bottom:auto!important}.dv-ui-theme .pl-auto,.dv-ui-theme .px-auto{padding-left:auto!important}.dv-ui-theme .px-auto{padding-right:auto!important}.dv-ui-theme .py-auto{padding-top:auto!important;padding-bottom:auto!important}.dv-ui-theme .is-size-1{font-size:3rem!important}.dv-ui-theme .is-size-2{font-size:2.5rem!important}.dv-ui-theme .is-size-3{font-size:2rem!important}.dv-ui-theme .is-size-4{font-size:1.5rem!important}.dv-ui-theme .is-size-5{font-size:1.25rem!important}.dv-ui-theme .is-size-6{font-size:1rem!important}.dv-ui-theme .is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.dv-ui-theme .is-size-1-mobile{font-size:3rem!important}.dv-ui-theme .is-size-2-mobile{font-size:2.5rem!important}.dv-ui-theme .is-size-3-mobile{font-size:2rem!important}.dv-ui-theme .is-size-4-mobile{font-size:1.5rem!important}.dv-ui-theme .is-size-5-mobile{font-size:1.25rem!important}.dv-ui-theme .is-size-6-mobile{font-size:1rem!important}.dv-ui-theme .is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-size-1-tablet{font-size:3rem!important}.dv-ui-theme .is-size-2-tablet{font-size:2.5rem!important}.dv-ui-theme .is-size-3-tablet{font-size:2rem!important}.dv-ui-theme .is-size-4-tablet{font-size:1.5rem!important}.dv-ui-theme .is-size-5-tablet{font-size:1.25rem!important}.dv-ui-theme .is-size-6-tablet{font-size:1rem!important}.dv-ui-theme .is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-size-1-touch{font-size:3rem!important}.dv-ui-theme .is-size-2-touch{font-size:2.5rem!important}.dv-ui-theme .is-size-3-touch{font-size:2rem!important}.dv-ui-theme .is-size-4-touch{font-size:1.5rem!important}.dv-ui-theme .is-size-5-touch{font-size:1.25rem!important}.dv-ui-theme .is-size-6-touch{font-size:1rem!important}.dv-ui-theme .is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-size-1-desktop{font-size:3rem!important}.dv-ui-theme .is-size-2-desktop{font-size:2.5rem!important}.dv-ui-theme .is-size-3-desktop{font-size:2rem!important}.dv-ui-theme .is-size-4-desktop{font-size:1.5rem!important}.dv-ui-theme .is-size-5-desktop{font-size:1.25rem!important}.dv-ui-theme .is-size-6-desktop{font-size:1rem!important}.dv-ui-theme .is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-size-1-widescreen{font-size:3rem!important}.dv-ui-theme .is-size-2-widescreen{font-size:2.5rem!important}.dv-ui-theme .is-size-3-widescreen{font-size:2rem!important}.dv-ui-theme .is-size-4-widescreen{font-size:1.5rem!important}.dv-ui-theme .is-size-5-widescreen{font-size:1.25rem!important}.dv-ui-theme .is-size-6-widescreen{font-size:1rem!important}.dv-ui-theme .is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-size-1-fullhd{font-size:3rem!important}.dv-ui-theme .is-size-2-fullhd{font-size:2.5rem!important}.dv-ui-theme .is-size-3-fullhd{font-size:2rem!important}.dv-ui-theme .is-size-4-fullhd{font-size:1.5rem!important}.dv-ui-theme .is-size-5-fullhd{font-size:1.25rem!important}.dv-ui-theme .is-size-6-fullhd{font-size:1rem!important}.dv-ui-theme .is-size-7-fullhd{font-size:.75rem!important}}.dv-ui-theme .has-text-centered{text-align:center!important}.dv-ui-theme .has-text-justified{text-align:justify!important}.dv-ui-theme .has-text-left{text-align:left!important}.dv-ui-theme .has-text-right{text-align:right!important}@media screen and (max-width:768px){.dv-ui-theme .has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.dv-ui-theme .has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.dv-ui-theme .has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.dv-ui-theme .has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.dv-ui-theme .has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.dv-ui-theme .has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.dv-ui-theme .has-text-right-fullhd{text-align:right!important}}.dv-ui-theme .is-capitalized{text-transform:capitalize!important}.dv-ui-theme .is-lowercase{text-transform:lowercase!important}.dv-ui-theme .is-uppercase{text-transform:uppercase!important}.dv-ui-theme .is-italic{font-style:italic!important}.dv-ui-theme .is-underlined{text-decoration:underline!important}.dv-ui-theme .has-text-weight-light{font-weight:300!important}.dv-ui-theme .has-text-weight-normal{font-weight:400!important}.dv-ui-theme .has-text-weight-medium{font-weight:500!important}.dv-ui-theme .has-text-weight-semibold{font-weight:600!important}.dv-ui-theme .has-text-weight-bold{font-weight:700!important}.dv-ui-theme .is-family-primary,.dv-ui-theme .is-family-sans-serif,.dv-ui-theme .is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.dv-ui-theme .is-family-code,.dv-ui-theme .is-family-monospace{font-family:monospace!important}.dv-ui-theme .is-block{display:block!important}@media screen and (max-width:768px){.dv-ui-theme .is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-block-tablet{display:block!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-block-touch{display:block!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-block-desktop{display:block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-block-widescreen{display:block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-block-fullhd{display:block!important}}.dv-ui-theme .is-flex{display:flex!important}@media screen and (max-width:768px){.dv-ui-theme .is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-flex-tablet{display:flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-flex-fullhd{display:flex!important}}.dv-ui-theme .is-inline{display:inline!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-tablet{display:inline!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-fullhd{display:inline!important}}.dv-ui-theme .is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-block-fullhd{display:inline-block!important}}.dv-ui-theme .is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.dv-ui-theme .is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-inline-flex-fullhd{display:inline-flex!important}}.dv-ui-theme .is-hidden{display:none!important}.dv-ui-theme .is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.dv-ui-theme .is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-hidden-tablet{display:none!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-hidden-fullhd{display:none!important}}.dv-ui-theme .is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.dv-ui-theme .is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.dv-ui-theme .is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px)and (max-width:1023px){.dv-ui-theme .is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.dv-ui-theme .is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.dv-ui-theme .is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px)and (max-width:1215px){.dv-ui-theme .is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.dv-ui-theme .is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px)and (max-width:1407px){.dv-ui-theme .is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.dv-ui-theme .is-invisible-fullhd{visibility:hidden!important}}.dv-ui-theme .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.dv-ui-theme .hero .navbar{background:none}.dv-ui-theme .hero .tabs ul{border-bottom:none}.dv-ui-theme .hero.is-white{background-color:#fff;color:#0a0a0a}.dv-ui-theme .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-white strong{color:inherit}.dv-ui-theme .hero.is-white .title{color:#0a0a0a}.dv-ui-theme .hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}.dv-ui-theme .hero.is-white .subtitle a:not(.button),.dv-ui-theme .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-white .navbar-menu{background-color:#fff}}.dv-ui-theme .hero.is-white .navbar-item,.dv-ui-theme .hero.is-white .navbar-link{color:hsla(0,0%,4%,.7)}.dv-ui-theme .hero.is-white .navbar-link.is-active,.dv-ui-theme .hero.is-white .navbar-link:hover,.dv-ui-theme .hero.is-white a.navbar-item.is-active,.dv-ui-theme .hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.dv-ui-theme .hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.dv-ui-theme .hero.is-white .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-white .tabs li.is-active a{color:#fff!important;opacity:1}.dv-ui-theme .hero.is-white .tabs.is-boxed a,.dv-ui-theme .hero.is-white .tabs.is-toggle a{color:#0a0a0a}.dv-ui-theme .hero.is-white .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-white .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-white .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-white .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.dv-ui-theme .hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e4,#fff 71%,#fff)}}.dv-ui-theme .hero.is-black{background-color:#0a0a0a;color:#fff}.dv-ui-theme .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-black strong{color:inherit}.dv-ui-theme .hero.is-black .title{color:#fff}.dv-ui-theme .hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-black .subtitle a:not(.button),.dv-ui-theme .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-black .navbar-menu{background-color:#0a0a0a}}.dv-ui-theme .hero.is-black .navbar-item,.dv-ui-theme .hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-black .navbar-link.is-active,.dv-ui-theme .hero.is-black .navbar-link:hover,.dv-ui-theme .hero.is-black a.navbar-item.is-active,.dv-ui-theme .hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.dv-ui-theme .hero.is-black .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-black .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-black .tabs li.is-active a{color:#0a0a0a!important;opacity:1}.dv-ui-theme .hero.is-black .tabs.is-boxed a,.dv-ui-theme .hero.is-black .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-black .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-black .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-black .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-black .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.dv-ui-theme .hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.dv-ui-theme .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-light strong{color:inherit}.dv-ui-theme .hero.is-light .title{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .subtitle{color:rgba(0,0,0,.9)}.dv-ui-theme .hero.is-light .subtitle a:not(.button),.dv-ui-theme .hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-light .navbar-menu{background-color:#f5f5f5}}.dv-ui-theme .hero.is-light .navbar-item,.dv-ui-theme .hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .navbar-link.is-active,.dv-ui-theme .hero.is-light .navbar-link:hover,.dv-ui-theme .hero.is-light a.navbar-item.is-active,.dv-ui-theme .hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.dv-ui-theme .hero.is-light .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-light .tabs li.is-active a{color:#f5f5f5!important;opacity:1}.dv-ui-theme .hero.is-light .tabs.is-boxed a,.dv-ui-theme .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-light .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-light .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-light .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-light .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.dv-ui-theme .hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.dv-ui-theme .hero.is-dark{background-color:#363636;color:#fff}.dv-ui-theme .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-dark strong{color:inherit}.dv-ui-theme .hero.is-dark .title{color:#fff}.dv-ui-theme .hero.is-dark .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-dark .subtitle a:not(.button),.dv-ui-theme .hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-dark .navbar-menu{background-color:#363636}}.dv-ui-theme .hero.is-dark .navbar-item,.dv-ui-theme .hero.is-dark .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-dark .navbar-link.is-active,.dv-ui-theme .hero.is-dark .navbar-link:hover,.dv-ui-theme .hero.is-dark a.navbar-item.is-active,.dv-ui-theme .hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.dv-ui-theme .hero.is-dark .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-dark .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-dark .tabs li.is-active a{color:#363636!important;opacity:1}.dv-ui-theme .hero.is-dark .tabs.is-boxed a,.dv-ui-theme .hero.is-dark .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-dark .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-dark .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-dark .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-dark .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.dv-ui-theme .hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.dv-ui-theme .hero.is-primary{background-color:#7957d5;color:#fff}.dv-ui-theme .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-primary strong{color:inherit}.dv-ui-theme .hero.is-primary .title{color:#fff}.dv-ui-theme .hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-primary .subtitle a:not(.button),.dv-ui-theme .hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-primary .navbar-menu{background-color:#7957d5}}.dv-ui-theme .hero.is-primary .navbar-item,.dv-ui-theme .hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-primary .navbar-link.is-active,.dv-ui-theme .hero.is-primary .navbar-link:hover,.dv-ui-theme .hero.is-primary a.navbar-item.is-active,.dv-ui-theme .hero.is-primary a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .hero.is-primary .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-primary .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-primary .tabs li.is-active a{color:#7957d5!important;opacity:1}.dv-ui-theme .hero.is-primary .tabs.is-boxed a,.dv-ui-theme .hero.is-primary .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-primary .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-primary .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-primary .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-primary .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.dv-ui-theme .hero.is-primary.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.dv-ui-theme .hero.is-link{background-color:#7957d5;color:#fff}.dv-ui-theme .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-link strong{color:inherit}.dv-ui-theme .hero.is-link .title{color:#fff}.dv-ui-theme .hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-link .subtitle a:not(.button),.dv-ui-theme .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-link .navbar-menu{background-color:#7957d5}}.dv-ui-theme .hero.is-link .navbar-item,.dv-ui-theme .hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-link .navbar-link.is-active,.dv-ui-theme .hero.is-link .navbar-link:hover,.dv-ui-theme .hero.is-link a.navbar-item.is-active,.dv-ui-theme .hero.is-link a.navbar-item:hover{background-color:#6943d0;color:#fff}.dv-ui-theme .hero.is-link .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-link .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-link .tabs li.is-active a{color:#7957d5!important;opacity:1}.dv-ui-theme .hero.is-link .tabs.is-boxed a,.dv-ui-theme .hero.is-link .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-link .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-link .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-link .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-link .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-link .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.dv-ui-theme .hero.is-link.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.dv-ui-theme .hero.is-info{background-color:#167df0;color:#fff}.dv-ui-theme .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-info strong{color:inherit}.dv-ui-theme .hero.is-info .title{color:#fff}.dv-ui-theme .hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-info .subtitle a:not(.button),.dv-ui-theme .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-info .navbar-menu{background-color:#167df0}}.dv-ui-theme .hero.is-info .navbar-item,.dv-ui-theme .hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-info .navbar-link.is-active,.dv-ui-theme .hero.is-info .navbar-link:hover,.dv-ui-theme .hero.is-info a.navbar-item.is-active,.dv-ui-theme .hero.is-info a.navbar-item:hover{background-color:#0e71de;color:#fff}.dv-ui-theme .hero.is-info .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-info .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-info .tabs li.is-active a{color:#167df0!important;opacity:1}.dv-ui-theme .hero.is-info .tabs.is-boxed a,.dv-ui-theme .hero.is-info .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-info .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-info .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-info .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-info .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#167df0}.dv-ui-theme .hero.is-info.is-bold{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}}.dv-ui-theme .hero.is-success{background-color:#48c78e;color:#fff}.dv-ui-theme .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-success strong{color:inherit}.dv-ui-theme .hero.is-success .title{color:#fff}.dv-ui-theme .hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-success .subtitle a:not(.button),.dv-ui-theme .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-success .navbar-menu{background-color:#48c78e}}.dv-ui-theme .hero.is-success .navbar-item,.dv-ui-theme .hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-success .navbar-link.is-active,.dv-ui-theme .hero.is-success .navbar-link:hover,.dv-ui-theme .hero.is-success a.navbar-item.is-active,.dv-ui-theme .hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#fff}.dv-ui-theme .hero.is-success .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-success .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-success .tabs li.is-active a{color:#48c78e!important;opacity:1}.dv-ui-theme .hero.is-success .tabs.is-boxed a,.dv-ui-theme .hero.is-success .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-success .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-success .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-success .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-success .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.dv-ui-theme .hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}}.dv-ui-theme .hero.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-warning strong{color:inherit}.dv-ui-theme .hero.is-warning .title{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.dv-ui-theme .hero.is-warning .subtitle a:not(.button),.dv-ui-theme .hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-warning .navbar-menu{background-color:#ffe08a}}.dv-ui-theme .hero.is-warning .navbar-item,.dv-ui-theme .hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .navbar-link.is-active,.dv-ui-theme .hero.is-warning .navbar-link:hover,.dv-ui-theme .hero.is-warning a.navbar-item.is-active,.dv-ui-theme .hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.dv-ui-theme .hero.is-warning .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-warning .tabs li.is-active a{color:#ffe08a!important;opacity:1}.dv-ui-theme .hero.is-warning .tabs.is-boxed a,.dv-ui-theme .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.dv-ui-theme .hero.is-warning .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-warning .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-warning .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-warning .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffe08a}.dv-ui-theme .hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}}.dv-ui-theme .hero.is-danger{background-color:#f14668;color:#fff}.dv-ui-theme .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.dv-ui-theme .hero.is-danger strong{color:inherit}.dv-ui-theme .hero.is-danger .title{color:#fff}.dv-ui-theme .hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.dv-ui-theme .hero.is-danger .subtitle a:not(.button),.dv-ui-theme .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.dv-ui-theme .hero.is-danger .navbar-menu{background-color:#f14668}}.dv-ui-theme .hero.is-danger .navbar-item,.dv-ui-theme .hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.dv-ui-theme .hero.is-danger .navbar-link.is-active,.dv-ui-theme .hero.is-danger .navbar-link:hover,.dv-ui-theme .hero.is-danger a.navbar-item.is-active,.dv-ui-theme .hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.dv-ui-theme .hero.is-danger .tabs a{color:#fff;opacity:.9}.dv-ui-theme .hero.is-danger .tabs a:hover{opacity:1}.dv-ui-theme .hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.dv-ui-theme .hero.is-danger .tabs.is-boxed a,.dv-ui-theme .hero.is-danger .tabs.is-toggle a{color:#fff}.dv-ui-theme .hero.is-danger .tabs.is-boxed a:hover,.dv-ui-theme .hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.dv-ui-theme .hero.is-danger .tabs.is-boxed li.is-active a,.dv-ui-theme .hero.is-danger .tabs.is-boxed li.is-active a:hover,.dv-ui-theme .hero.is-danger .tabs.is-toggle li.is-active a,.dv-ui-theme .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.dv-ui-theme .hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}@media screen and (max-width:768px){.dv-ui-theme .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}}.dv-ui-theme .hero.is-small .hero-body{padding:1.5rem}@media print,screen and (min-width:769px){.dv-ui-theme .hero.is-medium .hero-body{padding:9rem 4.5rem}.dv-ui-theme .hero.is-large .hero-body{padding:18rem 6rem}}.dv-ui-theme .hero.is-fullheight .hero-body,.dv-ui-theme .hero.is-fullheight-with-navbar .hero-body,.dv-ui-theme .hero.is-halfheight .hero-body{align-items:center;display:flex}.dv-ui-theme .hero.is-fullheight .hero-body>.container,.dv-ui-theme .hero.is-fullheight-with-navbar .hero-body>.container,.dv-ui-theme .hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.dv-ui-theme .hero.is-halfheight{min-height:50vh}.dv-ui-theme .hero.is-fullheight{min-height:100vh}.dv-ui-theme .hero-video{overflow:hidden}.dv-ui-theme .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.dv-ui-theme .hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.dv-ui-theme .hero-video{display:none}}.dv-ui-theme .hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .hero-buttons .button{display:flex}.dv-ui-theme .hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.dv-ui-theme .hero-buttons{display:flex;justify-content:center}.dv-ui-theme .hero-buttons .button:not(:last-child){margin-right:1.5rem}}.dv-ui-theme .hero-foot,.dv-ui-theme .hero-head{flex-grow:0;flex-shrink:0}.dv-ui-theme .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media print,screen and (min-width:769px){.dv-ui-theme .hero-body{padding:3rem 3rem}}.dv-ui-theme .section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.dv-ui-theme .section{padding:3rem 3rem}.dv-ui-theme .section.is-medium{padding:9rem 4.5rem}.dv-ui-theme .section.is-large{padding:18rem 6rem}}.dv-ui-theme .footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.dv-ui-theme .is-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.dv-ui-theme .fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.dv-ui-theme .fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.dv-ui-theme .fadeOutUp{animation-name:fadeOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dv-ui-theme .fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.dv-ui-theme .fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.dv-ui-theme .fadeInUp{animation-name:fadeInUp}.dv-ui-theme .fade-enter-active,.dv-ui-theme .fade-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .fade-enter-from,.dv-ui-theme .fade-leave-to{opacity:0}.dv-ui-theme .zoom-in-enter-active,.dv-ui-theme .zoom-in-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .zoom-in-enter-active .animation-content,.dv-ui-theme .zoom-in-leave-active .animation-content{transition:transform .15s ease-out}.dv-ui-theme .zoom-in-enter-from,.dv-ui-theme .zoom-in-leave-active{opacity:0}.dv-ui-theme .zoom-in-enter-from .animation-content,.dv-ui-theme .zoom-in-leave-active .animation-content{transform:scale(.95)}.dv-ui-theme .zoom-out-enter-active,.dv-ui-theme .zoom-out-leave-active{transition:opacity .15s ease-out}.dv-ui-theme .zoom-out-enter-active .animation-content,.dv-ui-theme .zoom-out-leave-active .animation-content{transition:transform .15s ease-out}.dv-ui-theme .zoom-out-enter-from,.dv-ui-theme .zoom-out-leave-active{opacity:0}.dv-ui-theme .zoom-out-enter-from .animation-content,.dv-ui-theme .zoom-out-leave-active .animation-content{transform:scale(1.05)}.dv-ui-theme .slide-next-enter-active,.dv-ui-theme .slide-next-leave-active,.dv-ui-theme .slide-prev-enter-active,.dv-ui-theme .slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.dv-ui-theme .slide-next-enter-from,.dv-ui-theme .slide-prev-leave-to{transform:translate3d(-100%,0,0);position:absolute;width:100%}.dv-ui-theme .slide-next-leave-to,.dv-ui-theme .slide-prev-enter-from{transform:translate3d(100%,0,0);position:absolute;width:100%}.dv-ui-theme .slide-down-enter-active,.dv-ui-theme .slide-down-leave-active,.dv-ui-theme .slide-up-enter-active,.dv-ui-theme .slide-up-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.dv-ui-theme .slide-down-enter-from,.dv-ui-theme .slide-up-leave-to{transform:translate3d(0,-100%,0);position:absolute;height:100%}.dv-ui-theme .slide-down-leave-to,.dv-ui-theme .slide-up-enter-from{transform:translate3d(0,100%,0);position:absolute;height:100%}.dv-ui-theme .slide-enter-active{transition:.15s ease-out}.dv-ui-theme .slide-leave-active{transition:.15s ease-out;transition-timing-function:cubic-bezier(0,1,.5,1)}.dv-ui-theme .slide-enter-to,.dv-ui-theme .slide-leave-from{max-height:100px;overflow:hidden}.dv-ui-theme .slide-enter-from,.dv-ui-theme .slide-leave-to{overflow:hidden;max-height:0}.dv-ui-theme .autocomplete{position:relative}.dv-ui-theme .autocomplete .dropdown-menu{display:block;width:100%}.dv-ui-theme .autocomplete .dropdown-menu.is-opened-top{top:auto;bottom:100%}.dv-ui-theme .autocomplete .dropdown-content{overflow:auto;max-height:200px}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a,.dv-ui-theme .autocomplete .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,.dv-ui-theme .autocomplete .dropdown-item.is-hovered,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered{background:#f5f5f5;color:#0a0a0a}.dv-ui-theme .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.dv-ui-theme .autocomplete .dropdown-item.is-disabled,.dv-ui-theme .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled{opacity:.5;cursor:not-allowed}.dv-ui-theme .autocomplete.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .autocomplete.is-medium{font-size:1.25rem}.dv-ui-theme .autocomplete.is-large{font-size:1.5rem}.dv-ui-theme .carousel{min-height:120px;position:relative}.dv-ui-theme .carousel.is-overlay{background-color:hsla(0,0%,4%,.86);align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40}.dv-ui-theme .carousel.is-overlay .carousel-item img{cursor:default}.dv-ui-theme .carousel.is-overlay .carousel-indicator.has-background{background:transparent}.dv-ui-theme .carousel .progress,.dv-ui-theme .carousel .progress-wrapper.is-not-native{border-radius:2px;height:.25rem;margin-bottom:0}.dv-ui-theme .carousel .carousel-items{position:relative;display:flex;overflow:hidden;width:100%}@media print,screen and (min-width:769px){.dv-ui-theme .carousel .carousel-items:hover .carousel-arrow.is-hovered{opacity:1}}.dv-ui-theme .carousel .carousel-items .carousel-item{flex-shrink:0;width:100%}.dv-ui-theme .carousel .carousel-pause{pointer-events:none;position:absolute;top:0;right:.15rem;z-index:1}.dv-ui-theme .carousel .carousel-indicator{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center}.dv-ui-theme .carousel .carousel-indicator.has-background{background:hsla(0,0%,4%,.5)}.dv-ui-theme .carousel .carousel-indicator.has-custom{flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-x:auto}.dv-ui-theme .carousel .carousel-indicator.has-custom.is-small .indicator-item{flex:1 0 10%}.dv-ui-theme .carousel .carousel-indicator.has-custom.is-medium .indicator-item{flex:1 0 16.66667%}.dv-ui-theme .carousel .carousel-indicator.is-inside{position:absolute}.dv-ui-theme .carousel .carousel-indicator.is-inside.is-bottom{bottom:0}.dv-ui-theme .carousel .carousel-indicator.is-inside.is-top{top:0}.dv-ui-theme .carousel .carousel-indicator .indicator-item:not(:last-child){margin-right:.5rem}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style:hover,.dv-ui-theme .carousel .carousel-indicator .indicator-item.is-active .indicator-style{background:#7957d5;border:1px solid #fff}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style{display:block;border:1px solid #7957d5;background:#fff;outline:none;transition:.15s ease-out}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-boxes{height:10px;width:10px}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-dots{border-radius:9999px;height:10px;width:10px}.dv-ui-theme .carousel .carousel-indicator .indicator-item .indicator-style.is-lines{height:5px;width:25px}.dv-ui-theme .carousel-list{position:relative;overflow:hidden;width:100%}.dv-ui-theme .carousel-list.has-shadow{box-shadow:0 0 10px rgba(0,0,0,.25)}@media print,screen and (min-width:769px){.dv-ui-theme .carousel-list:hover .carousel-arrow.is-hovered{opacity:1}}.dv-ui-theme .carousel-list .carousel-slides{position:relative;display:flex;width:100%}.dv-ui-theme .carousel-list .carousel-slides:not(.is-dragging){transition:all .25s ease-out 0s}.dv-ui-theme .carousel-list .carousel-slides.has-grayscale .carousel-slide img{filter:grayscale(100%)}.dv-ui-theme .carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img{filter:grayscale(0)}.dv-ui-theme .carousel-list .carousel-slides.has-opacity .carousel-slide img{opacity:.25}.dv-ui-theme .carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img{opacity:1}.dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:2px solid transparent;flex-shrink:0}.dv-ui-theme .carousel-arrow{transition:.15s ease-out}.dv-ui-theme .carousel-arrow.is-hovered{opacity:0}.dv-ui-theme .carousel-arrow .icon{background:#fff;color:#7957d5;cursor:pointer;border:1px solid #fff;border-radius:9999px;outline:0}.dv-ui-theme .carousel-arrow .icon:hover{border:1px solid #7957d5;opacity:1}.dv-ui-theme .carousel-arrow .icon.has-icons-left,.dv-ui-theme .carousel-arrow .icon.has-icons-right{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.dv-ui-theme .carousel-arrow .icon.has-icons-left{left:1.5rem}.dv-ui-theme .carousel-arrow .icon.has-icons-right{right:1.5rem}.dv-ui-theme .b-checkbox.checkbox{outline:none;display:inline-flex;align-items:center}.dv-ui-theme .b-checkbox.checkbox:not(.button){margin-right:.5em}.dv-ui-theme .b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:4px;border:2px solid #7a7a7a;transition:background .15s ease-out;background:transparent}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#48c78e url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffe08a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#f14668 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success{background:#48c78e url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning{background:#ffe08a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0,0,0,.7)' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger{background:#f14668 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link,.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .b-checkbox.checkbox .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .b-checkbox.checkbox.button{display:flex}.dv-ui-theme .b-checkbox.checkbox[disabled]{opacity:.5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#363636}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link,.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#167df0}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-checkbox.checkbox.is-medium{font-size:1.25rem}.dv-ui-theme .b-checkbox.checkbox.is-large{font-size:1.5rem}.dv-ui-theme .b-clockpicker .card-header{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-white .card-header{background-color:#fff;color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face:after{background-color:#fff}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face-hand{background-color:#fff;border-color:#fff}.dv-ui-theme .b-clockpicker.is-white .b-clockpicker-face-number.active{background-color:#fff;color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .card-header{background-color:#0a0a0a;color:#fff}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face:after{background-color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face-hand{background-color:#0a0a0a;border-color:#0a0a0a}.dv-ui-theme .b-clockpicker.is-black .b-clockpicker-face-number.active{background-color:#0a0a0a;color:#fff}.dv-ui-theme .b-clockpicker.is-light .card-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face:after{background-color:#f5f5f5}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face-hand{background-color:#f5f5f5;border-color:#f5f5f5}.dv-ui-theme .b-clockpicker.is-light .b-clockpicker-face-number.active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-dark .card-header{background-color:#363636;color:#fff}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face:after{background-color:#363636}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face-hand{background-color:#363636;border-color:#363636}.dv-ui-theme .b-clockpicker.is-dark .b-clockpicker-face-number.active{background-color:#363636;color:#fff}.dv-ui-theme .b-clockpicker.is-primary .card-header{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .card-header,.dv-ui-theme .b-clockpicker.is-primary .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face:after{background-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face-hand{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-clockpicker.is-link .b-clockpicker-face-number.active{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker.is-info .card-header{background-color:#167df0;color:#fff}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face:after{background-color:#167df0}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face-hand{background-color:#167df0;border-color:#167df0}.dv-ui-theme .b-clockpicker.is-info .b-clockpicker-face-number.active{background-color:#167df0;color:#fff}.dv-ui-theme .b-clockpicker.is-success .card-header{background-color:#48c78e;color:#fff}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face:after{background-color:#48c78e}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face-hand{background-color:#48c78e;border-color:#48c78e}.dv-ui-theme .b-clockpicker.is-success .b-clockpicker-face-number.active{background-color:#48c78e;color:#fff}.dv-ui-theme .b-clockpicker.is-warning .card-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face:after{background-color:#ffe08a}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face-hand{background-color:#ffe08a;border-color:#ffe08a}.dv-ui-theme .b-clockpicker.is-warning .b-clockpicker-face-number.active{background-color:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-clockpicker.is-danger .card-header{background-color:#f14668;color:#fff}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face:after{background-color:#f14668}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face-hand{background-color:#f14668;border-color:#f14668}.dv-ui-theme .b-clockpicker.is-danger .b-clockpicker-face-number.active{background-color:#f14668;color:#fff}.dv-ui-theme .b-clockpicker .dropdown-menu{min-width:0}.dv-ui-theme .b-clockpicker .dropdown,.dv-ui-theme .b-clockpicker .dropdown-trigger{width:100%}.dv-ui-theme .b-clockpicker .dropdown .input[readonly],.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .b-clockpicker .dropdown .input[readonly].is-active,.dv-ui-theme .b-clockpicker .dropdown .input[readonly].is-focused,.dv-ui-theme .b-clockpicker .dropdown .input[readonly]:active,.dv-ui-theme .b-clockpicker .dropdown .input[readonly]:focus,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .b-clockpicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-clockpicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .b-clockpicker .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .b-clockpicker a{font-size:inherit;padding:0}.dv-ui-theme .b-clockpicker .dropdown-content{padding-top:0;padding-bottom:0}.dv-ui-theme .b-clockpicker .card{border-radius:.25rem}.dv-ui-theme .b-clockpicker .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .b-clockpicker .card-content{padding:12px}.dv-ui-theme .b-clockpicker-btn{cursor:pointer;opacity:.6}.dv-ui-theme .b-clockpicker-btn.active,.dv-ui-theme .b-clockpicker-btn:hover{opacity:1}.dv-ui-theme .b-clockpicker-period .b-clockpicker-btn{font-size:16px}.dv-ui-theme .b-clockpicker-time span{align-items:center;display:inline-flex;justify-content:center}.dv-ui-theme .b-clockpicker-header{display:flex;line-height:1;justify-content:flex-end;color:inherit}.dv-ui-theme .b-clockpicker-header .b-clockpicker-time{white-space:nowrap}.dv-ui-theme .b-clockpicker-header .b-clockpicker-time span{height:60px;font-size:60px}.dv-ui-theme .b-clockpicker-header .b-clockpicker-period{align-self:flex-end;display:flex;flex-direction:column;margin:8px 0 6px 8px}.dv-ui-theme .b-clockpicker-body{transition:.9s cubic-bezier(.25,.8,.5,1)}.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn{padding:0 8px;border-radius:9999px;margin-bottom:2px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn.active,.dv-ui-theme .b-clockpicker-body .b-clockpicker-btn:hover{background-color:#7957d5;color:#fff}.dv-ui-theme .b-clockpicker-body .b-clockpicker-period{position:absolute;top:5px;right:5px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-time{position:absolute;top:5px;left:5px;font-size:16px}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face{border-radius:50%;position:relative;background-color:#dbdbdb;width:100%;height:100%;align-items:center;display:flex;justify-content:center}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face:after{border-radius:50%;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;z-index:10}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-outer-ring{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:calc(100% - 50px);width:calc(100% - 50px);position:relative;border-radius:50%}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:18px;text-align:center;justify-content:center;position:absolute;width:40px;height:40px;left:calc(50% - 20px);top:calc(50% - 20px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number>span{z-index:1}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number:after,.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number:before{content:"";height:40px;width:40px;border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number.active{cursor:default;z-index:2}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-number.disabled{pointer-events:none;opacity:.25}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-hand{height:calc(50% - 6px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.dv-ui-theme .b-clockpicker-body .b-clockpicker-face-hand:before{background:transparent;border-width:2px;border-style:solid;border-color:inherit;border-radius:100%;width:12px;height:12px;content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%,-50%)}.dv-ui-theme .b-clockpicker-footer{display:block;padding:12px}.dv-ui-theme .b-clockpicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-clockpicker.is-medium{font-size:1.25rem}.dv-ui-theme .b-clockpicker.is-large{font-size:1.5rem}.dv-ui-theme .collapse .collapse-trigger{display:inline;cursor:pointer}.dv-ui-theme .collapse .collapse-content{display:inherit}.dv-ui-theme .colorpicker .color-name{font-family:monospace;text-transform:uppercase}.dv-ui-theme .colorpicker .colorpicker-footer{margin-top:.875rem;padding-top:.875rem;border:1px solid #dbdbdb;border-width:1px 0 0 0}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields{margin-bottom:.875rem}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field{flex-grow:1}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .field-label{margin-right:.5rem}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control{display:flex}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input{-webkit-appearance:none;-moz-appearance:textfield;appearance:textfield;flex-grow:1;width:0;min-width:42px;text-align:right}.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-inner-spin-button,.dv-ui-theme .colorpicker .colorpicker-footer .colorpicker-fields .field .control .input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dv-ui-theme .colorpicker .dropdown.is-expanded .dropdown-menu,.dv-ui-theme .colorpicker .dropdown.is-expanded.is-mobile-modal .dropdown-menu{width:unset}.dv-ui-theme .colorpicker .dropdown-horizontal-colorpicker{display:flex;flex-direction:row}.dv-ui-theme .colorpicker .dropdown-horizontal-colorpicker .colorpicker-footer{border-width:0 0 0 1px;margin-top:0;padding-top:0;margin-left:.875rem;padding-left:.875rem}.dv-ui-theme svg.b-colorpicker-triangle{width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:769px){.dv-ui-theme svg.b-colorpicker-triangle{width:100%;height:auto}}.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-hue{width:100%;height:100%;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue foreignObject,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-hue g,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl foreignObject,.dv-ui-theme svg.b-colorpicker-triangle .colorpicker-triangle-slider-sl g{transform-origin:50% 50%}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb{background:transparent;border-radius:4px;box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab;height:calc(100% - .25em);width:calc(100% - .25em);margin:.125em}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:hover,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #b5b5b5}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:focus,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme svg.b-colorpicker-triangle .hue-range-thumb:active,.dv-ui-theme svg.b-colorpicker-triangle .sl-range-thumb:active{cursor:grabbing}.dv-ui-theme div.b-colorpicker-square{position:relative;aspect-ratio:1/1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue{background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:4px;position:absolute;top:0;right:0;bottom:0;left:0}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb{border-radius:2.2857142857px;position:absolute;aspect-ratio:1/1;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb:active{cursor:grabbing}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl{background:#fff;border-radius:2px;position:absolute;top:0;right:0;bottom:0;left:0}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl:before{content:"";background:linear-gradient(0deg,#000,#fff);position:absolute;top:0;right:0;bottom:0;left:0;mix-blend-mode:hard-light}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb{display:block;border-radius:4px;position:absolute;width:8px;height:8px;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #dbdbdb;cursor:grab}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active{cursor:grabbing}.dv-ui-theme .b-colorpicker-alpha-slider{height:1em;background-image:linear-gradient(45deg,#c7c7c7 25%,transparent 0,transparent 75%,#c7c7c7 0,#c7c7c7),linear-gradient(45deg,#c7c7c7 25%,transparent 0,transparent 75%,#c7c7c7 0,#c7c7c7);background-size:1em 1em;background-position:.5em .5em,0 0;border-radius:4px;margin-top:.125em;margin-bottom:.875rem;position:relative}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb{width:.4em;height:1.25em;border-radius:4px;box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #dbdbdb,0 0 0 1px #dbdbdb;cursor:grab;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:hover{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #b5b5b5,0 0 0 1px #b5b5b5}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #7957d5,0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb:active{cursor:grabbing}.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb>.b-tooltip,.dv-ui-theme .b-colorpicker-alpha-slider .alpha-range-thumb>.b-tooltip>.tooltip-trigger{position:absolute;display:block;top:0;right:0;bottom:0;left:0}.dv-ui-theme .datepicker{font-size:.875rem}.dv-ui-theme .datepicker .dropdown,.dv-ui-theme .datepicker .dropdown-trigger{width:100%}.dv-ui-theme .datepicker .dropdown .input[readonly],.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .datepicker .dropdown .input[readonly].is-active,.dv-ui-theme .datepicker .dropdown .input[readonly].is-focused,.dv-ui-theme .datepicker .dropdown .input[readonly]:active,.dv-ui-theme .datepicker .dropdown .input[readonly]:focus,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .datepicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .datepicker .dropdown.is-disabled{opacity:1}.dv-ui-theme .datepicker .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02)}.dv-ui-theme .datepicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .datepicker .dropdown-item,.dv-ui-theme .dropdown .dropdown-menu .has-link .datepicker a{font-size:inherit}.dv-ui-theme .datepicker .datepicker-header{padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid #dbdbdb}.dv-ui-theme .datepicker .datepicker-footer{margin-top:.875rem;padding-top:.875rem;border-top:1px solid #dbdbdb}.dv-ui-theme .datepicker .datepicker-table{display:table;margin:0 auto 0 auto}.dv-ui-theme .datepicker .datepicker-table .datepicker-cell{text-align:center;vertical-align:middle;display:table-cell;border-radius:4px;padding:.5rem .75rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-header{display:table-header-group}.dv-ui-theme .datepicker .datepicker-table .datepicker-header .datepicker-cell{color:#7a7a7a;font-weight:600}.dv-ui-theme .datepicker .datepicker-table .datepicker-body{display:table-row-group}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-row{display:table-row}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-months{display:inline-flex;flex-wrap:wrap;flex-direction:row;width:17rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell{display:flex;align-items:center;justify-content:center;width:33.33%;height:2.5rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable{color:#b5b5b5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today{border:1px solid rgba(121,87,213,.5)}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable{color:#4a4a4a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected),.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected){background-color:#f5f5f5;color:#0a0a0a;cursor:pointer}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered{background-color:#f5f5f5;color:#0a0a0a;border-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected{background-color:#7957d5;color:#fff}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected{background-color:#7957d5;color:#fff;border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected{background-color:rgba(121,87,213,.5);border-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected{background-color:#7957d5;color:#fff;border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected){color:#b5b5b5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number{cursor:default}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell{padding:.3rem .75rem .75rem}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event{position:relative}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events{bottom:.425rem;display:flex;justify-content:center;left:0;padding:0 .35rem;position:absolute;width:100%}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white{background-color:#fff}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black{background-color:#0a0a0a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light{background-color:#f5f5f5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark{background-color:#363636}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link,.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary{background-color:#7957d5}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info{background-color:#167df0}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success{background-color:#48c78e}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning{background-color:#ffe08a}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger{background-color:#f14668}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event{border-radius:50%;height:.35em;margin:0 .1em;width:.35em}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event{height:.25em;width:100%}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected{overflow:hidden}.dv-ui-theme .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary{background-color:#aa94e4}.dv-ui-theme .datepicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .datepicker.is-medium{font-size:1.25rem}.dv-ui-theme .datepicker.is-large{font-size:1.5rem}@media screen and (min-width:1024px){.dv-ui-theme .datepicker .footer-horizontal-timepicker{border:none;padding-left:10px;margin-left:5px;display:flex}.dv-ui-theme .datepicker .dropdown-horizontal-timepicker{display:flex}.dv-ui-theme .datepicker .content-horizontal-timepicker{border-right:1px solid #dbdbdb}}.dv-ui-theme .dialog .modal-card{max-width:460px;width:auto}.dv-ui-theme .dialog .modal-card .modal-card-head{font-size:1.25rem;font-weight:600}.dv-ui-theme .dialog .modal-card .modal-card-body .field{margin-top:16px}.dv-ui-theme .dialog .modal-card .modal-card-body.is-titleless{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dv-ui-theme .dialog .modal-card .modal-card-foot{justify-content:flex-end}.dv-ui-theme .dialog .modal-card .modal-card-foot .button{display:inline;min-width:5em;font-weight:600}@media print,screen and (min-width:769px){.dv-ui-theme .dialog .modal-card{min-width:320px}}.dv-ui-theme .dialog.is-small .button,.dv-ui-theme .dialog.is-small .input,.dv-ui-theme .dialog.is-small .modal-card{border-radius:2px;font-size:.75rem}.dv-ui-theme .dialog.is-medium .button,.dv-ui-theme .dialog.is-medium .input,.dv-ui-theme .dialog.is-medium .modal-card{font-size:1.25rem}.dv-ui-theme .dialog.is-large .button,.dv-ui-theme .dialog.is-large .input,.dv-ui-theme .dialog.is-large .modal-card{font-size:1.5rem}.dv-ui-theme .dialog.has-custom-container{position:absolute}.dv-ui-theme .dropdown+.dropdown{margin-left:.5em}.dv-ui-theme .dropdown .background{bottom:0;left:0;position:absolute;right:0;top:0;position:fixed;background-color:hsla(0,0%,4%,.86);z-index:40;cursor:pointer}@media screen and (min-width:1024px){.dv-ui-theme .dropdown .background{display:none}}.dv-ui-theme .dropdown.dropdown-menu-animation .dropdown-menu{display:block}.dv-ui-theme .dropdown .dropdown-menu .dropdown-item.is-disabled,.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-disabled{cursor:not-allowed}.dv-ui-theme .dropdown .dropdown-menu .dropdown-item.is-disabled:hover,.dv-ui-theme .dropdown .dropdown-menu .has-link a.is-disabled:hover{background:inherit;color:inherit}.dv-ui-theme .dropdown .dropdown-menu .has-link a{padding-right:3rem;white-space:nowrap}.dv-ui-theme .dropdown.is-hoverable:not(.is-active) .dropdown-menu{display:none}.dv-ui-theme .dropdown.is-hoverable:not(.is-touch-enabled):hover .dropdown-menu{display:inherit}.dv-ui-theme .dropdown.is-expanded,.dv-ui-theme .dropdown.is-expanded .dropdown-menu,.dv-ui-theme .dropdown.is-expanded .dropdown-trigger{width:100%}.dv-ui-theme .dropdown.is-expanded.is-mobile-modal .dropdown-menu{max-width:100%}.dv-ui-theme .dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled,.dv-ui-theme .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled{opacity:.5}.dv-ui-theme .dropdown .navbar-item{height:100%}.dv-ui-theme .dropdown.is-disabled{opacity:.5}.dv-ui-theme .dropdown.is-disabled .dropdown-trigger{pointer-events:none}.dv-ui-theme .dropdown.is-inline .dropdown-menu{position:static;display:inline-block;padding:0}.dv-ui-theme .dropdown.is-top-right .dropdown-menu{top:auto;bottom:100%}.dv-ui-theme .dropdown.is-top-left .dropdown-menu{top:auto;bottom:100%;right:0;left:auto}.dv-ui-theme .dropdown.is-bottom-left .dropdown-menu{right:0;left:auto}@media screen and (max-width:1023px){.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu{position:fixed!important;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);top:25%!important;left:50%!important;bottom:auto!important;right:auto!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto;z-index:50!important}.dv-ui-theme .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>a,.dv-ui-theme .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>a,.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.dropdown-item,.dv-ui-theme .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.has-link a,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.dropdown-item,.dv-ui-theme .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.has-link a{padding:1rem 1.5rem}.dv-ui-theme html.is-clipped-touch{overflow:hidden!important}}.dv-ui-theme .field.is-grouped .field{flex-shrink:0}.dv-ui-theme .field.is-grouped .field:not(:last-child){margin-right:.75rem}.dv-ui-theme .field.is-grouped .field.is-expanded{flex-grow:1;flex-shrink:1}.dv-ui-theme .field.has-addons .control:first-child .control .button,.dv-ui-theme .field.has-addons .control:first-child .control .input,.dv-ui-theme .field.has-addons .control:first-child .control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}.dv-ui-theme .field.has-addons .control:last-child .control .button,.dv-ui-theme .field.has-addons .control:last-child .control .input,.dv-ui-theme .field.has-addons .control:last-child .control .select select{border-bottom-right-radius:4px;border-top-right-radius:4px}.dv-ui-theme .field.has-addons .control .control .button,.dv-ui-theme .field.has-addons .control .control .input,.dv-ui-theme .field.has-addons .control .control .select select{border-radius:0}.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,.dv-ui-theme .field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select{border-bottom-left-radius:0;border-top-left-radius:0}.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,.dv-ui-theme .field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select{border-bottom-right-radius:0;border-top-right-radius:0}.dv-ui-theme .field.has-addons.b-numberinput .control{margin-right:unset}.dv-ui-theme .field.is-floating-in-label,.dv-ui-theme .field.is-floating-label{position:relative}.dv-ui-theme .field.is-floating-in-label .label,.dv-ui-theme .field.is-floating-label .label{position:absolute;left:1em;font-size:.75rem;background-color:transparent;z-index:5;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 2em);overflow:hidden}.dv-ui-theme .field.is-floating-in-label .label.is-small,.dv-ui-theme .field.is-floating-label .label.is-small{font-size:.5625rem}.dv-ui-theme .field.is-floating-in-label .label.is-medium,.dv-ui-theme .field.is-floating-label .label.is-medium{font-size:.9375rem}.dv-ui-theme .field.is-floating-in-label .label.is-large,.dv-ui-theme .field.is-floating-label .label.is-large{font-size:1.125rem}.dv-ui-theme .field.is-floating-in-label .taginput .counter,.dv-ui-theme .field.is-floating-label .taginput .counter{float:none;text-align:right}.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .button,.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .input,.dv-ui-theme .field.is-floating-in-label.has-addons>.label+.control .select select,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .button,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .input,.dv-ui-theme .field.is-floating-label.has-addons>.label+.control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}.dv-ui-theme .field.is-floating-label .label{top:-.775em;padding-left:.125em;padding-right:.125em}.dv-ui-theme .field.is-floating-label .label:before{content:"";display:block;position:absolute;top:.775em;left:0;right:0;height:.375em;background-color:#fff;z-index:-1}.dv-ui-theme .field.is-floating-label .input:focus,.dv-ui-theme .field.is-floating-label .select select:focus,.dv-ui-theme .field.is-floating-label .textarea:focus{box-shadow:none}.dv-ui-theme .field.is-floating-label .taginput .taginput-container{padding-top:.475em}.dv-ui-theme .field.is-floating-label .taginput .taginput-container.is-focused{box-shadow:none}.dv-ui-theme .field.is-floating-in-label>.label{top:.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control.datepicker .input,.dv-ui-theme .field.is-floating-in-label>.label+.control.timepicker .input,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .input,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px;height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple){height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading:after{margin-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple):after{margin-top:1px}.dv-ui-theme .field.is-floating-in-label>.label+.control.taginput .taginput-container{padding-top:calc(1.9em - .5625rem - 1px)}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon,.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-right.icon{height:3.25em}.dv-ui-theme .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon{padding-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.control.is-loading:after{margin-top:calc(1.625em - .5625rem)}.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control select,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px}.dv-ui-theme .field.is-floating-in-label.has-numberinput .b-numberinput .control .button,.dv-ui-theme .field.is-floating-in-label.has-numberinput .b-numberinput .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .button,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.has-addons .control select,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .button,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,.dv-ui-theme .field.is-floating-in-label>.label+.field-body>.is-grouped .control select{height:3.25em}.dv-ui-theme .field.is-floating-in-label.has-numberinput .label,.dv-ui-theme .field.is-floating-label.has-numberinput .label{margin-left:3rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-small .label{margin-left:2.25rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-medium .label{margin-left:3.75rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label,.dv-ui-theme .field.is-floating-label.has-numberinput.has-numberinput-is-large .label{margin-left:4.5rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact .label{margin-left:2.25rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label{margin-left:1.6875rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label{margin-left:2.8125rem}.dv-ui-theme .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label,.dv-ui-theme .field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label{margin-left:3.375rem}.dv-ui-theme .field.has-addons-right.is-floating-in-label .label,.dv-ui-theme .field.has-addons-right.is-floating-label .label,.dv-ui-theme .field.is-grouped-right.is-floating-in-label .label,.dv-ui-theme .field.is-grouped-right.is-floating-label .label{position:relative;left:5.25em}.dv-ui-theme .control .help.counter{float:right;margin-left:.5em}.dv-ui-theme .control .icon.is-clickable{pointer-events:auto;cursor:pointer}.dv-ui-theme .control.is-loading:after{top:calc(50% - .5em);right:.75em}.dv-ui-theme .icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:inherit}.dv-ui-theme .icon svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:100%;height:100%}.dv-ui-theme .b-image-wrapper>img{-o-object-fit:cover;object-fit:cover}.dv-ui-theme .b-image-wrapper>img.has-ratio,.dv-ui-theme .b-image-wrapper>img.placeholder{height:100%;width:100%}.dv-ui-theme .b-image-wrapper>img.placeholder{filter:blur(10px)}.dv-ui-theme .loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:29}.dv-ui-theme .loading-overlay.is-active{display:flex}.dv-ui-theme .loading-overlay.is-full-page{position:fixed;z-index:999}.dv-ui-theme .loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}.dv-ui-theme .loading-overlay .loading-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#7f7f7f;background:hsla(0,0%,100%,.5)}.dv-ui-theme .loading-overlay .loading-icon{position:relative}.dv-ui-theme .loading-overlay .loading-icon:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.dv-ui-theme .menu .menu-list li>a.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .message .media,.dv-ui-theme .notification .media{padding-top:0;border:0}.dv-ui-theme .message .auto-close-progress progress,.dv-ui-theme .notification .auto-close-progress progress{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;height:10px!important}.dv-ui-theme .modal.is-full-screen>.animation-content,.dv-ui-theme .modal.is-full-screen>.animation-content>.modal-card{width:100%;height:100%;max-height:100vh;margin:0;background-color:#f5f5f5}.dv-ui-theme .modal .animation-content{margin:0 20px}.dv-ui-theme .modal .animation-content .modal-card{margin:0}@media screen and (max-width:768px){.dv-ui-theme .modal .animation-content{width:100%}}.dv-ui-theme .modal .modal-content{width:100%}@media screen and (max-width:768px){.dv-ui-theme .modal .modal-close{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 10%,transparent)}.dv-ui-theme .modal .modal-close :focus,.dv-ui-theme .modal .modal-close:hover{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 20%,transparent)}.dv-ui-theme .modal .modal-close:active{background-color:color-mix(in hsl,hsla(0,0%,4%,.86) 30%,transparent)}}.dv-ui-theme .navbar.has-navbar-centered .navbar-start{justify-content:center;margin-left:auto}.dv-ui-theme .navbar.has-navbar-centered .navbar-end{margin-left:0}.dv-ui-theme .navbar .navbar-dropdown.is-boxed{visibility:hidden;transition-property:opacity,visibility,transform}.dv-ui-theme .navbar .navbar-item.has-dropdown.is-active .is-boxed,.dv-ui-theme .navbar .navbar-item.has-dropdown.is-hoverable:hover .is-boxed{visibility:visible}.dv-ui-theme .notices{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1000;pointer-events:none}.dv-ui-theme .notices .toast{display:inline-flex;animation-duration:.15s;margin:.5em 0;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:2em;padding:.75em 1.5em;pointer-events:auto;opacity:.92}.dv-ui-theme .notices .toast.is-white{color:#0a0a0a;background:#fff}.dv-ui-theme .notices .toast.is-black{color:#fff;background:#0a0a0a}.dv-ui-theme .notices .toast.is-light{color:rgba(0,0,0,.7);background:#f5f5f5}.dv-ui-theme .notices .toast.is-dark{color:#fff;background:#363636}.dv-ui-theme .notices .toast.is-link,.dv-ui-theme .notices .toast.is-primary{color:#fff;background:#7957d5}.dv-ui-theme .notices .toast.is-info{color:#fff;background:#167df0}.dv-ui-theme .notices .toast.is-success{color:#fff;background:#48c78e}.dv-ui-theme .notices .toast.is-warning{color:rgba(0,0,0,.7);background:#ffe08a}.dv-ui-theme .notices .toast.is-danger{color:#fff;background:#f14668}.dv-ui-theme .notices .snackbar{display:inline-flex;align-items:center;justify-content:space-around;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:4px;pointer-events:auto;background:#363636;color:#fff;min-height:3em}.dv-ui-theme .notices .snackbar .text{padding:.5em 1em}.dv-ui-theme .notices .snackbar .action{margin-left:auto;padding:.5em;padding-left:0}.dv-ui-theme .notices .snackbar .action .button{font-weight:600;text-transform:uppercase;background:#363636;border:transparent}.dv-ui-theme .notices .snackbar .action .button:active,.dv-ui-theme .notices .snackbar .action .button:hover{background:#292929}.dv-ui-theme .notices .snackbar .action.is-white .button{color:#fff}.dv-ui-theme .notices .snackbar .action.is-black .button{color:#0a0a0a}.dv-ui-theme .notices .snackbar .action.is-light .button{color:#f5f5f5}.dv-ui-theme .notices .snackbar .action.is-dark .button{color:#363636}.dv-ui-theme .notices .snackbar .action.is-link .button,.dv-ui-theme .notices .snackbar .action.is-primary .button{color:#7957d5}.dv-ui-theme .notices .snackbar .action.is-info .button{color:#167df0}.dv-ui-theme .notices .snackbar .action.is-success .button{color:#48c78e}.dv-ui-theme .notices .snackbar .action.is-warning .button{color:#ffe08a}.dv-ui-theme .notices .snackbar .action.is-danger .button{color:#f14668}.dv-ui-theme .notices .snackbar .action.is-cancel{padding-right:0}@media screen and (max-width:768px){.dv-ui-theme .notices .snackbar{width:100%;margin:0;border-radius:0}}@media print,screen and (min-width:769px){.dv-ui-theme .notices .snackbar{min-width:350px;max-width:600px;overflow:hidden}}.dv-ui-theme .notices .notification{pointer-events:auto;max-width:600px}.dv-ui-theme .notices .notification.is-bottom,.dv-ui-theme .notices .notification.is-top,.dv-ui-theme .notices .snackbar.is-bottom,.dv-ui-theme .notices .snackbar.is-top,.dv-ui-theme .notices .toast.is-bottom,.dv-ui-theme .notices .toast.is-top{align-self:center}.dv-ui-theme .notices .notification.is-bottom-right,.dv-ui-theme .notices .notification.is-top-right,.dv-ui-theme .notices .snackbar.is-bottom-right,.dv-ui-theme .notices .snackbar.is-top-right,.dv-ui-theme .notices .toast.is-bottom-right,.dv-ui-theme .notices .toast.is-top-right{align-self:flex-end}.dv-ui-theme .notices .notification.is-bottom-left,.dv-ui-theme .notices .notification.is-top-left,.dv-ui-theme .notices .snackbar.is-bottom-left,.dv-ui-theme .notices .snackbar.is-top-left,.dv-ui-theme .notices .toast.is-bottom-left,.dv-ui-theme .notices .toast.is-top-left{align-self:flex-start}.dv-ui-theme .notices .notification.is-toast,.dv-ui-theme .notices .snackbar.is-toast,.dv-ui-theme .notices .toast.is-toast{opacity:.92}.dv-ui-theme .notices.is-top{flex-direction:column}.dv-ui-theme .notices.is-bottom{flex-direction:column-reverse}.dv-ui-theme .notices.is-bottom .notification{margin-bottom:0}.dv-ui-theme .notices.is-bottom .notification:not(:first-child){margin-bottom:1.5rem}.dv-ui-theme .notices.has-custom-container{position:absolute}@media screen and (max-width:768px){.dv-ui-theme .notices{padding:0;position:fixed!important}}.dv-ui-theme .notification .auto-close-progress.progress-wrapper{position:absolute;bottom:0;left:0;width:100%}.dv-ui-theme .b-numberinput.field{margin-bottom:0}.dv-ui-theme .b-numberinput.field.has-addons.is-expanded,.dv-ui-theme .b-numberinput.field.is-grouped div.control{flex-grow:1;flex-shrink:1}.dv-ui-theme .b-numberinput input[type=number]::-webkit-inner-spin-button,.dv-ui-theme .b-numberinput input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.dv-ui-theme .b-numberinput input[type=number]{-moz-appearance:textfield;text-align:center}.dv-ui-theme .b-numberinput .button.is-rounded{padding-left:1em;padding-right:1em}.dv-ui-theme .pagination .pagination-next,.dv-ui-theme .pagination .pagination-previous{padding-left:.75em;padding-right:.75em}.dv-ui-theme .pagination .pagination-next.is-disabled,.dv-ui-theme .pagination .pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .pagination.is-simple{justify-content:normal}.dv-ui-theme .pagination.is-simple.is-centered{justify-content:center}.dv-ui-theme .pagination.is-simple.is-right{justify-content:flex-end}.dv-ui-theme .pagination .is-current{pointer-events:none;cursor:not-allowed}@media print,screen and (min-width:769px){.dv-ui-theme .pagination.has-input .pagination-list{order:1}.dv-ui-theme .pagination.has-input .pagination-input{order:2}.dv-ui-theme .pagination.has-input .pagination-previous{order:3}.dv-ui-theme .pagination.has-input .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-centered .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-centered .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-centered .pagination-input{order:3}.dv-ui-theme .pagination.has-input.is-centered .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-centered.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-list{order:3}.dv-ui-theme .pagination.has-input.is-centered.is-input-left .pagination-next{order:4}.dv-ui-theme .pagination.has-input.is-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-right .pagination-next{order:2}.dv-ui-theme .pagination.has-input.is-right .pagination-input{order:3}.dv-ui-theme .pagination.has-input.is-right .pagination-list{order:4}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-previous{order:1}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-next{order:2}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-list{order:3}.dv-ui-theme .pagination.has-input.is-right.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-right.is-input-left .pagination-list{order:4}.dv-ui-theme .pagination.has-input.is-input-right .pagination-list{order:1}.dv-ui-theme .pagination.has-input.is-input-right .pagination-previous{order:2}.dv-ui-theme .pagination.has-input.is-input-right .pagination-next{order:3}.dv-ui-theme .pagination.has-input.is-input-right .pagination-input{order:4}.dv-ui-theme .pagination.has-input.is-input-left .pagination-input{order:1}.dv-ui-theme .pagination.has-input.is-input-left .pagination-list{order:2}.dv-ui-theme .pagination.has-input.is-input-left .pagination-previous{order:3}.dv-ui-theme .pagination.has-input.is-input-left .pagination-next{order:4}}.dv-ui-theme .progress-wrapper{position:relative;overflow:hidden}.dv-ui-theme .progress-wrapper:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .progress-wrapper .progress-value{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:.6666666667rem;line-height:1rem;font-weight:700;color:rgba(0,0,0,.7);white-space:nowrap}.dv-ui-theme .progress-wrapper .progress,.dv-ui-theme .progress-wrapper .progress-bar,.dv-ui-theme .progress-wrapper .progress-wrapper.is-not-native{margin-bottom:0}.dv-ui-theme .progress-wrapper .is-small.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-small.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-small .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-small+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-small .progress-value,.dv-ui-theme .progress-wrapper .progress.is-small+.progress-value{font-size:.5rem;line-height:.75rem}.dv-ui-theme .progress-wrapper .is-medium.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-medium.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-medium .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-medium+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-medium .progress-value,.dv-ui-theme .progress-wrapper .progress.is-medium+.progress-value{font-size:.8333333333rem;line-height:1.25rem}.dv-ui-theme .progress-wrapper .is-large.progress-wrapper.is-not-native .progress-value,.dv-ui-theme .progress-wrapper .is-large.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-large .progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-large+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-large .progress-value,.dv-ui-theme .progress-wrapper .progress.is-large+.progress-value{font-size:1rem;line-height:1.5rem}.dv-ui-theme .progress-wrapper .progress-bar::-webkit-progress-value,.dv-ui-theme .progress-wrapper .progress-wrapper.is-not-native::-webkit-progress-value,.dv-ui-theme .progress-wrapper .progress::-webkit-progress-value{-webkit-transition:width .5s ease;transition:width .5s ease}.dv-ui-theme .progress-wrapper .is-more-than-half.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-white.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-white+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-white+.progress-value{color:#0a0a0a}.dv-ui-theme .progress-wrapper .is-more-than-half.is-black.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-black+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-black+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-light.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-light+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-light+.progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper .is-more-than-half.is-dark.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-info.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-link.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-primary.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .is-more-than-half.is-success.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-dark+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-info+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-link+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-primary+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-success+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-dark+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-info+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-link+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-primary+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-success+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-more-than-half.is-warning.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-warning+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-warning+.progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native+.progress-value,.dv-ui-theme .progress-wrapper .progress-bar.is-more-than-half.is-danger+.progress-value,.dv-ui-theme .progress-wrapper .progress.is-more-than-half.is-danger+.progress-value{color:#fff}.dv-ui-theme .progress-wrapper .is-squared.progress-wrapper.is-not-native,.dv-ui-theme .progress-wrapper .progress-bar.is-squared,.dv-ui-theme .progress-wrapper .progress.is-squared{border-radius:0}.dv-ui-theme .progress-wrapper.is-not-native{white-space:nowrap;background-color:#ededed;border-radius:9999px}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar{position:relative;display:inline-block;vertical-align:top;height:100%;background-color:#4a4a4a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-white{background-color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-white .progress-value{color:#0a0a0a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-black{background-color:#0a0a0a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-black .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-light{background-color:#f5f5f5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-light .progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-dark{background-color:#363636}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-dark .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-primary{background-color:#7957d5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-primary .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-link{background-color:#7957d5}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-link .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-info{background-color:#167df0}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-info .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-success{background-color:#48c78e}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-success .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-warning{background-color:#ffe08a}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-warning .progress-value{color:rgba(0,0,0,.7)}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-danger{background-color:#f14668}.dv-ui-theme .progress-wrapper.is-not-native .progress-bar.is-danger .progress-value{color:#fff}.dv-ui-theme .progress-wrapper.is-squared{border-radius:0}.dv-ui-theme .b-radio.radio{outline:none;display:inline-flex;align-items:center}.dv-ui-theme .b-radio.radio:not(.button){margin-right:.5em}.dv-ui-theme .b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.dv-ui-theme .b-radio.radio+.radio{margin-left:0}.dv-ui-theme .b-radio.radio input[type=radio]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .b-radio.radio input[type=radio]+.check{display:flex;flex-shrink:0;position:relative;cursor:pointer;width:1.25em;height:1.25em;transition:background .15s ease-out;border-radius:50%;border:2px solid #7a7a7a}.dv-ui-theme .b-radio.radio input[type=radio]+.check:before{content:"";display:flex;position:absolute;left:50%;margin-left:-.625em;bottom:50%;margin-bottom:-.625em;width:1.25em;height:1.25em;transition:transform .15s ease-out;border-radius:50%;transform:scale(0);background-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-white:before{background:#fff}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-black:before{background:#0a0a0a}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-light:before{background:#f5f5f5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-dark:before{background:#363636}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-link:before,.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-primary:before{background:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-info:before{background:#167df0}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-success:before{background:#48c78e}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-warning:before{background:#ffe08a}.dv-ui-theme .b-radio.radio input[type=radio]+.check.is-danger:before{background:#f14668}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check{border-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-white{border-color:#fff}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:#363636}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-link,.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-info{border-color:#167df0}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-radio.radio input[type=radio]:checked+.check:before{transform:scale(.5)}.dv-ui-theme .b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-link,.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .b-radio.radio input[type=radio][disabled]+.check{cursor:not-allowed}.dv-ui-theme .b-radio.radio .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .b-radio.radio.button{display:flex}.dv-ui-theme .b-radio.radio.button.is-selected{z-index:1}.dv-ui-theme .b-radio.radio[disabled]{opacity:.5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:#7957d5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:#fff}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:#363636}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link,.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:#7957d5}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:#167df0}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:#48c78e}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.dv-ui-theme .b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:#f14668}.dv-ui-theme .b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .b-radio.radio.is-medium{font-size:1.25rem}.dv-ui-theme .b-radio.radio.is-large{font-size:1.5rem}.dv-ui-theme .rate{align-items:center;display:flex}.dv-ui-theme .rate:not(:last-child){margin-bottom:.75rem}.dv-ui-theme .rate.is-spaced .rate-item:not(:last-child){margin-right:.25rem}.dv-ui-theme .rate.is-disabled .rate-item{cursor:auto}.dv-ui-theme .rate.is-disabled .rate-item:hover{transform:none}.dv-ui-theme .rate.is-rtl .rate-item{order:1}.dv-ui-theme .rate.is-rtl .rate-text{margin-left:0;margin-right:.35rem}.dv-ui-theme .rate .rate-item{cursor:pointer;display:inline-flex;position:relative;transition:all .3s}.dv-ui-theme .rate .rate-item:hover{transform:scale(1.1)}.dv-ui-theme .rate .rate-item.set-half .is-half,.dv-ui-theme .rate .rate-item.set-on .icon{color:#ffd970}.dv-ui-theme .rate .rate-item.set-half .is-half{position:absolute;left:0;top:0;overflow:hidden}.dv-ui-theme .rate .icon{color:#dbdbdb;line-height:1;pointer-events:none;width:inherit}.dv-ui-theme .rate .is-half>i{position:absolute;left:0}.dv-ui-theme .rate .rate-text{font-size:.8rem;margin-left:.35rem}.dv-ui-theme .rate .rate-text.is-small{font-size:.6rem}.dv-ui-theme .rate .rate-text.is-medium{font-size:1rem}.dv-ui-theme .rate .rate-text.is-large{font-size:1.2rem}.dv-ui-theme .select select{text-rendering:auto!important;padding-right:2.5em}.dv-ui-theme .select select option{color:#4a4a4a;padding:calc(.5em - 1px) calc(.75em - 1px)}.dv-ui-theme .select select option:disabled{cursor:not-allowed;opacity:.5}.dv-ui-theme .select select optgroup{color:#b5b5b5;font-weight:400;font-style:normal;padding:.25em 0}.dv-ui-theme .select select[disabled]{opacity:1}.dv-ui-theme .select.is-empty select{color:hsla(0,0%,48%,.7)}.dv-ui-theme .select.is-loading:after{top:calc(50% - .5em);right:.75em}.dv-ui-theme .b-skeleton{display:inline-flex;flex-direction:column;vertical-align:middle;width:100%}.dv-ui-theme .b-skeleton>.b-skeleton-item{background:linear-gradient(90deg,#dbdbdb 25%,hsla(0,0%,86%,.5) 50%,#dbdbdb 75%);background-size:400% 100%;width:100%}.dv-ui-theme .b-skeleton>.b-skeleton-item.is-rounded{border-radius:4px}.dv-ui-theme .b-skeleton>.b-skeleton-item:after{content:" "}.dv-ui-theme .b-skeleton>.b-skeleton-item+.b-skeleton-item{margin-top:.5rem}.dv-ui-theme .b-skeleton.is-animated>.b-skeleton-item{animation:skeleton-loading 1.5s infinite}.dv-ui-theme .b-skeleton.is-centered{align-items:center}.dv-ui-theme .b-skeleton.is-right{align-items:flex-end}.dv-ui-theme .b-skeleton+.b-skeleton{margin-top:.5rem}.dv-ui-theme .b-skeleton>.b-skeleton-item{line-height:1rem}.dv-ui-theme .b-skeleton.is-small>.b-skeleton-item{line-height:.75rem}.dv-ui-theme .b-skeleton.is-medium>.b-skeleton-item{line-height:1.25rem}.dv-ui-theme .b-skeleton.is-large>.b-skeleton-item{line-height:1.5rem}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.dv-ui-theme .b-sidebar .sidebar-content{background-color:#f5f5f5;box-shadow:5px 0 13px 3px hsla(0,0%,4%,.1);width:260px;z-index:39}.dv-ui-theme .b-sidebar .sidebar-content.is-white{background-color:#fff}.dv-ui-theme .b-sidebar .sidebar-content.is-black{background-color:#0a0a0a}.dv-ui-theme .b-sidebar .sidebar-content.is-light{background-color:#f5f5f5}.dv-ui-theme .b-sidebar .sidebar-content.is-dark{background-color:#363636}.dv-ui-theme .b-sidebar .sidebar-content.is-link,.dv-ui-theme .b-sidebar .sidebar-content.is-primary{background-color:#7957d5}.dv-ui-theme .b-sidebar .sidebar-content.is-info{background-color:#167df0}.dv-ui-theme .b-sidebar .sidebar-content.is-success{background-color:#48c78e}.dv-ui-theme .b-sidebar .sidebar-content.is-warning{background-color:#ffe08a}.dv-ui-theme .b-sidebar .sidebar-content.is-danger{background-color:#f14668}.dv-ui-theme .b-sidebar .sidebar-content.is-fixed{position:fixed;left:0;top:0}.dv-ui-theme .b-sidebar .sidebar-content.is-fixed.is-right{left:auto;right:0}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute{position:absolute;left:0;top:0}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute.is-right{left:auto;right:0}.dv-ui-theme .b-sidebar .sidebar-content.is-mini{width:80px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed){transition:width .15s ease-out}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth){width:260px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth).is-mini-expand-fixed{position:fixed}.dv-ui-theme .b-sidebar .sidebar-content.is-static{position:static}.dv-ui-theme .b-sidebar .sidebar-content.is-absolute,.dv-ui-theme .b-sidebar .sidebar-content.is-static{transition:width .15s ease-out}.dv-ui-theme .b-sidebar .sidebar-content.is-fullwidth{width:100%;max-width:100%}.dv-ui-theme .b-sidebar .sidebar-content.is-fullheight{height:100%;max-height:100%;overflow:hidden;overflow-y:auto;display:flex;flex-direction:column;align-content:stretch}@media screen and (max-width:768px){.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile{width:80px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile){width:260px}.dv-ui-theme .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile).is-mini-expand-fixed{position:fixed}.dv-ui-theme .b-sidebar .sidebar-content.is-hidden-mobile{width:0;height:0;overflow:hidden}.dv-ui-theme .b-sidebar .sidebar-content.is-fullwidth-mobile{width:100%;max-width:100%}}.dv-ui-theme .b-sidebar .sidebar-content .sidebar-close{background:hsla(0,0%,4%,.3)}.dv-ui-theme .b-sidebar .sidebar-content .sidebar-close:hover{background:hsla(0,0%,4%,.86)}.dv-ui-theme .b-sidebar .sidebar-background{bottom:0;left:0;position:absolute;right:0;top:0;background:hsla(0,0%,4%,.86);position:fixed;z-index:38}.dv-ui-theme .b-slider{margin:1em 0;background:transparent;width:100%}.dv-ui-theme .b-slider .b-slider-track{display:flex;align-items:center;position:relative;cursor:pointer;background:#dbdbdb;border-radius:4px}.dv-ui-theme .b-slider .b-slider-fill{position:absolute;height:100%;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a;top:50%;transform:translateY(-50%)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper{display:inline-flex;align-items:center;position:absolute;cursor:grab;transform:translate(-50%,-50%);top:50%;flex-direction:column}.dv-ui-theme .b-slider .b-slider-thumb-wrapper .b-slider-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff}.dv-ui-theme .b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus{transform:scale(1.25)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.is-dragging{cursor:grabbing}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb{transform:scale(1.25)}.dv-ui-theme .b-slider .b-slider-thumb-wrapper.has-indicator .b-slider-thumb{padding:16px 10px;display:flex;align-items:center;width:auto}.dv-ui-theme .b-slider.slider-focus{padding-top:20px;padding-bottom:20px;margin-top:-20px;margin-bottom:-20px;cursor:pointer}.dv-ui-theme .b-slider.is-rounded .b-slider-thumb{border-radius:9999px}.dv-ui-theme .b-slider.is-disabled .b-slider-track{cursor:not-allowed;opacity:.5}.dv-ui-theme .b-slider.is-disabled .b-slider-thumb-wrapper{cursor:not-allowed}.dv-ui-theme .b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb{transform:scale(1)}.dv-ui-theme .b-slider .b-slider-track{height:.5rem}.dv-ui-theme .b-slider .b-slider-thumb{height:1rem;width:1rem}.dv-ui-theme .b-slider .b-slider-tick{height:.25rem}.dv-ui-theme .b-slider .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.25rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-small .b-slider-track{height:.375rem}.dv-ui-theme .b-slider.is-small .b-slider-thumb{height:.75rem;width:.75rem}.dv-ui-theme .b-slider.is-small .b-slider-tick{height:.1875rem}.dv-ui-theme .b-slider.is-small .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.1875rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-medium .b-slider-track{height:.625rem}.dv-ui-theme .b-slider.is-medium .b-slider-thumb{height:1.25rem;width:1.25rem}.dv-ui-theme .b-slider.is-medium .b-slider-tick{height:.3125rem}.dv-ui-theme .b-slider.is-medium .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.3125rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-large .b-slider-track{height:.75rem}.dv-ui-theme .b-slider.is-large .b-slider-thumb{height:1.5rem;width:1.5rem}.dv-ui-theme .b-slider.is-large .b-slider-tick{height:.375rem}.dv-ui-theme .b-slider.is-large .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.375rem + 2px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-slider.is-white .b-slider-fill{background:#fff!important}.dv-ui-theme .b-slider.is-black .b-slider-fill{background:#0a0a0a!important}.dv-ui-theme .b-slider.is-light .b-slider-fill{background:#f5f5f5!important}.dv-ui-theme .b-slider.is-dark .b-slider-fill{background:#363636!important}.dv-ui-theme .b-slider.is-link .b-slider-fill,.dv-ui-theme .b-slider.is-primary .b-slider-fill{background:#7957d5!important}.dv-ui-theme .b-slider.is-info .b-slider-fill{background:#167df0!important}.dv-ui-theme .b-slider.is-success .b-slider-fill{background:#48c78e!important}.dv-ui-theme .b-slider.is-warning .b-slider-fill{background:#ffe08a!important}.dv-ui-theme .b-slider.is-danger .b-slider-fill{background:#f14668!important}.dv-ui-theme .b-slider .b-slider-tick{position:absolute;width:3px;transform:translate(-50%,-50%);top:50%;background:#b5b5b5;border-radius:4px}.dv-ui-theme .b-slider .b-slider-tick.is-tick-hidden{background:transparent}.dv-ui-theme .b-steps .steps .step-items{display:flex;flex-wrap:wrap}.dv-ui-theme .b-steps .steps .step-items .step-item{margin-top:0;position:relative;flex-grow:1;flex-basis:1em}.dv-ui-theme .b-steps .steps .step-items .step-item .step-link{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#4a4a4a}.dv-ui-theme .b-steps .steps .step-items .step-item .step-link:not(.is-clickable){cursor:not-allowed}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{align-items:center;display:flex;border-radius:4px;font-weight:700;justify-content:center;background:#b5b5b5;border:.2em solid #fff;z-index:1;overflow:hidden}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white:before{background:linear-gradient(270deg,#dbdbdb 50%,#fff 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active .step-marker{background-color:#fff;border-color:#fff;color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous .step-marker{color:#0a0a0a;background-color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-white.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black:before{background:linear-gradient(270deg,#dbdbdb 50%,#0a0a0a 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active .step-marker{background-color:#fff;border-color:#0a0a0a;color:#0a0a0a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous .step-marker{color:#fff;background-color:#0a0a0a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-black.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light:before{background:linear-gradient(270deg,#dbdbdb 50%,#f5f5f5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active .step-marker{background-color:#fff;border-color:#f5f5f5;color:#f5f5f5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous .step-marker{color:rgba(0,0,0,.7);background-color:#f5f5f5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-light.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark:before{background:linear-gradient(270deg,#dbdbdb 50%,#363636 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active .step-marker{background-color:#fff;border-color:#363636;color:#363636}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker{color:#fff;background-color:#363636}.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-dark.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-primary.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-link.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info:before{background:linear-gradient(270deg,#dbdbdb 50%,#167df0 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active .step-marker{background-color:#fff;border-color:#167df0;color:#167df0}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous .step-marker{color:#fff;background-color:#167df0}.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-info.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success:before{background:linear-gradient(270deg,#dbdbdb 50%,#48c78e 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active .step-marker{background-color:#fff;border-color:#48c78e;color:#48c78e}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous .step-marker{color:#fff;background-color:#48c78e}.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-success.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning:before{background:linear-gradient(270deg,#dbdbdb 50%,#ffe08a 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active .step-marker{background-color:#fff;border-color:#ffe08a;color:#ffe08a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker{color:rgba(0,0,0,.7);background-color:#ffe08a}.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-warning.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger:before{background:linear-gradient(270deg,#dbdbdb 50%,#f14668 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active .step-marker{background-color:#fff;border-color:#f14668;color:#f14668}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker{color:#fff;background-color:#f14668}.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-danger.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{color:#fff}.dv-ui-theme .b-steps .steps .step-items .step-item .step-details{text-align:center;z-index:1}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child),.dv-ui-theme .b-steps .steps .step-items .step-item:only-child{flex-shrink:1}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{content:" ";display:block;position:absolute;width:100%;bottom:0;left:-50%}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after{content:" ";display:block;position:absolute;height:.2em;bottom:0}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{width:25%;left:50%}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{right:50%;left:auto}.dv-ui-theme .b-steps .steps .step-items .step-item:after,.dv-ui-theme .b-steps .steps .step-items .step-item:before{background:linear-gradient(270deg,#dbdbdb 50%,#7957d5 0);background-size:200% 100%;background-position:100% 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active .step-link{cursor:default}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active .step-marker{background-color:#fff;border-color:#7957d5;color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-active:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-active:before{background-position:0 100%}.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous .step-marker{color:#fff;background-color:#7957d5}.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous:after,.dv-ui-theme .b-steps .steps .step-items .step-item.is-previous:before{background-position:0 100%}.dv-ui-theme .b-steps .steps+.step-content{position:relative;overflow:visible;display:flex;flex-direction:column;padding:1rem}.dv-ui-theme .b-steps .steps+.step-content .step-item{flex-shrink:0;flex-basis:auto}.dv-ui-theme .b-steps .steps+.step-content .step-item:focus{outline:none}.dv-ui-theme .b-steps .steps+.step-content.is-transitioning{overflow:hidden}.dv-ui-theme .b-steps .steps.is-rounded .step-item .step-marker{border-radius:9999px}.dv-ui-theme .b-steps .steps.is-animated .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps.is-animated .step-item:only-child:before{transition:background .15s ease-out}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link,.dv-ui-theme .b-steps .steps.has-label-right .step-items .step-item .step-link{flex-direction:row}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link>.step-details,.dv-ui-theme .b-steps .steps.has-label-right .step-items .step-item .step-link>.step-details{background-color:#fff;padding:.2em}.dv-ui-theme .b-steps .steps.has-label-left .step-items .step-item .step-link{flex-direction:row-reverse}.dv-ui-theme .b-steps .steps{font-size:1rem;min-height:2rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker{height:2rem;width:2rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps .steps .step-items .step-item .step-marker .icon :before{font-size:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item .step-details .step-title{font-size:1.2rem;font-weight:600;line-height:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:before{height:.2em;top:1rem}.dv-ui-theme .b-steps .steps .step-items .step-item:only-child:after{top:1rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps .steps .step-items .step-item:after,.dv-ui-theme .b-steps .steps .step-items .step-item:before,.dv-ui-theme .b-steps .steps .step-items .step-item:not(:first-child):before{top:1rem}}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1rem - .1em)}.dv-ui-theme .b-steps.is-small .steps{font-size:.75rem;min-height:1.5rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker{height:1.5rem;width:1.5rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-marker .icon :before{font-size:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item .step-details .step-title{font-size:.9rem;font-weight:600;line-height:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:only-child:before{height:.2em;top:.75rem}.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:only-child:after{top:.75rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-small .steps .step-items .step-item:not(:first-child):before{top:.75rem}}.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-small.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(.75rem - .1em)}.dv-ui-theme .b-steps.is-medium .steps{font-size:1.25rem;min-height:2.5rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker{height:2.5rem;width:2.5rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-marker .icon :before{font-size:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item .step-details .step-title{font-size:1.5rem;font-weight:600;line-height:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:only-child:before{height:.2em;top:1.25rem}.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:only-child:after{top:1.25rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-medium .steps .step-items .step-item:not(:first-child):before{top:1.25rem}}.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-medium.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.25rem - .1em)}.dv-ui-theme .b-steps.is-large .steps{font-size:1.5rem;min-height:3rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker{height:3rem;width:3rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker .icon *,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-marker .icon :before{font-size:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item .step-details .step-title{font-size:1.8rem;font-weight:600;line-height:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:only-child:before{height:.2em;top:1.5rem}.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:only-child:after{top:1.5rem}@media screen and (max-width:768px){.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:before,.dv-ui-theme .b-steps.is-large .steps .step-items .step-item:not(:first-child):before{top:1.5rem}}.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-right .step-items .step-item:only-child:before{left:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-large.is-vertical.is-right>.steps.has-label-left .step-items .step-item:only-child:before{left:auto;right:calc(1.5rem - .1em)}.dv-ui-theme .b-steps.is-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.dv-ui-theme .b-steps.is-vertical>.steps .step-items{height:100%;flex-direction:column;border-bottom-color:transparent}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item{width:100%;display:flex;align-items:center;justify-content:center;padding:1em 0}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:before{background:linear-gradient(0deg,#dbdbdb 50%,#7957d5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-white:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-white:before{background:linear-gradient(0deg,#dbdbdb 50%,#fff 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-black:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-black:before{background:linear-gradient(0deg,#dbdbdb 50%,#0a0a0a 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-light:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-light:before{background:linear-gradient(0deg,#dbdbdb 50%,#f5f5f5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-dark:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-dark:before{background:linear-gradient(0deg,#dbdbdb 50%,#363636 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-link:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-link:before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-primary:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-primary:before{background:linear-gradient(0deg,#dbdbdb 50%,#7957d5 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-info:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-info:before{background:linear-gradient(0deg,#dbdbdb 50%,#167df0 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-success:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-success:before{background:linear-gradient(0deg,#dbdbdb 50%,#48c78e 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-warning:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-warning:before{background:linear-gradient(0deg,#dbdbdb 50%,#ffe08a 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-danger:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-danger:before{background:linear-gradient(0deg,#dbdbdb 50%,#f14668 0);background-size:100% 200%;background-position:0 100%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:not(:first-child):before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{height:100%;width:.2em;top:-50%;left:calc(50% - .1em)}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-active:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-active:before,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-previous:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item.is-previous:before{background-position:100% 0}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{top:50%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:after{width:.2em;top:auto;bottom:50%}.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:after,.dv-ui-theme .b-steps.is-vertical>.steps .step-items .step-item:only-child:before{height:25%}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-right .step-items .step-item{justify-content:flex-start}.dv-ui-theme .b-steps.is-vertical>.steps.has-label-left .step-items .step-item{justify-content:flex-end}.dv-ui-theme .b-steps.is-vertical>.steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link>.step-details{background-color:#fff}.dv-ui-theme .b-steps.is-vertical>.step-content{flex-grow:1}.dv-ui-theme .b-steps.is-vertical>.step-navigation{flex-basis:100%}.dv-ui-theme .b-steps.is-vertical.is-right{flex-direction:row-reverse}@media screen and (max-width:768px){.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active){display:none}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:after,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:before,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child):before{content:" ";display:block;position:absolute;height:.2em;width:25%;bottom:0;left:50%}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:before,.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child):before{right:50%;left:auto}.dv-ui-theme .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details{display:none}}.dv-ui-theme .switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}.dv-ui-theme .switch+.switch:last-child{margin-right:0}.dv-ui-theme .switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.dv-ui-theme .switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background .15s ease-out,box-shadow .15s ease-out}.dv-ui-theme .switch input[type=checkbox]+.check.is-white-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#fff}.dv-ui-theme .switch input[type=checkbox]+.check.is-black-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#0a0a0a}.dv-ui-theme .switch input[type=checkbox]+.check.is-light-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#f5f5f5}.dv-ui-theme .switch input[type=checkbox]+.check.is-dark-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#363636}.dv-ui-theme .switch input[type=checkbox]+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]+.check.is-primary-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]+.check.is-info-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#167df0}.dv-ui-theme .switch input[type=checkbox]+.check.is-success-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#48c78e}.dv-ui-theme .switch input[type=checkbox]+.check.is-warning-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#ffe08a}.dv-ui-theme .switch input[type=checkbox]+.check.is-danger-passive,.dv-ui-theme .switch input[type=checkbox]+.check:hover{background:#f14668}.dv-ui-theme .switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.dv-ui-theme .switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:#f5f5f5;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease-out;will-change:transform;transform-origin:left}.dv-ui-theme .switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}.dv-ui-theme .switch input[type=checkbox]:checked+.check{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-white{background:#fff}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-primary{background:#7957d5}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-info{background:#167df0}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-warning{background:#ffe08a}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-danger{background:#f14668}.dv-ui-theme .switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.dv-ui-theme .switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%,0,0) scaleX(1.5)}.dv-ui-theme .switch input[type=checkbox]:active,.dv-ui-theme .switch input[type=checkbox]:focus{outline:none}.dv-ui-theme .switch input[type=checkbox]:active+.check,.dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.6)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-white-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-white-passive{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-black-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-black-passive{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-light-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-light-passive{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-dark-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-dark-passive{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]:active+.check.is-primary-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-link-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-primary-passive{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-info-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-info-passive{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-success-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-success-passive{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-warning-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-warning-passive{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .switch input[type=checkbox]:active+.check.is-danger-passive,.dv-ui-theme .switch input[type=checkbox]:focus+.check.is-danger-passive{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-white,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-black,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-light,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-dark,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-primary,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-link,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-info,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-success,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-warning,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.dv-ui-theme .switch input[type=checkbox]:active:checked+.check.is-danger,.dv-ui-theme .switch input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.dv-ui-theme .switch.has-left-label{flex-direction:row-reverse}.dv-ui-theme .switch.has-left-label .control-label{padding-right:calc(.75em - 1px)}.dv-ui-theme .switch:not(.has-left-label) .control-label{padding-left:calc(.75em - 1px)}.dv-ui-theme .switch:hover input[type=checkbox]+.check{background:hsla(0,0%,71%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-white-passive{background:hsla(0,0%,100%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-black-passive{background:hsla(0,0%,4%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-light-passive{background:hsla(0,0%,96%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-dark-passive{background:rgba(54,54,54,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-link-passive,.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-primary-passive{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-info-passive{background:rgba(22,125,240,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-success-passive{background:rgba(72,199,142,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-warning-passive{background:rgba(255,224,138,.9)}.dv-ui-theme .switch:hover input[type=checkbox]+.check.is-danger-passive{background:rgba(241,70,104,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-white{background:hsla(0,0%,100%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-black{background:hsla(0,0%,4%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-light{background:hsla(0,0%,96%,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-dark{background:rgba(54,54,54,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-primary{background:rgba(121,87,213,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-info{background:rgba(22,125,240,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-success{background:rgba(72,199,142,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-warning{background:rgba(255,224,138,.9)}.dv-ui-theme .switch:hover input[type=checkbox]:checked+.check.is-danger{background:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-rounded input[type=checkbox]+.check,.dv-ui-theme .switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}.dv-ui-theme .switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:9999px}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check{background:transparent;border:.1rem solid #b5b5b5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid rgba(241,70,104,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check{border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:transparent;border-color:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:transparent;border-color:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:transparent;border-color:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f5f5f5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:transparent;border-color:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#363636}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:transparent;border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:transparent;border-color:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#7957d5}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:transparent;border-color:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#167df0}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:transparent;border-color:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:transparent;border-color:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffe08a}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:transparent;border-color:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#f14668}.dv-ui-theme .switch.is-outlined input[type=checkbox]:checked+.check:before{background:#7957d5}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]+.check{background:transparent;border-color:hsla(0,0%,71%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check{background:transparent;border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:hsla(0,0%,100%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:hsla(0,0%,4%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:hsla(0,0%,96%,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:rgba(54,54,54,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link,.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:rgba(121,87,213,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:rgba(22,125,240,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:rgba(72,199,142,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:rgba(255,224,138,.9)}.dv-ui-theme .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:rgba(241,70,104,.9)}.dv-ui-theme .switch.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .switch.is-medium{font-size:1.25rem}.dv-ui-theme .switch.is-large{font-size:1.5rem}.dv-ui-theme .switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.dv-ui-theme .table-wrapper .table{margin-bottom:0}.dv-ui-theme .table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width:1023px){.dv-ui-theme .table-wrapper{overflow-x:auto}}.dv-ui-theme .b-table{transition:opacity 86ms ease-out}@media print,screen and (min-width:769px){.dv-ui-theme .b-table .table-mobile-sort{display:none}}.dv-ui-theme .b-table .icon{transition:transform .15s ease-out,opacity 86ms ease-out}.dv-ui-theme .b-table .icon.is-desc{transform:rotate(180deg)}.dv-ui-theme .b-table .icon.is-expanded{transform:rotate(90deg)}.dv-ui-theme .b-table .sort-icon.icon.is-desc{transform:rotate(180deg) translateY(-50%)!important}.dv-ui-theme .b-table .table{width:100%;border:1px solid transparent;border-radius:4px;border-collapse:separate}.dv-ui-theme .b-table .table th{font-weight:600}.dv-ui-theme .b-table .table th .th-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.dv-ui-theme .b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.dv-ui-theme .b-table .table th .th-wrap.is-numeric{flex-direction:row-reverse;text-align:right;width:95%}.dv-ui-theme .b-table .table th .th-wrap.is-numeric .sort-icon{margin-left:0;margin-right:.5rem;left:0;right:auto}.dv-ui-theme .b-table .table th .th-wrap.is-centered{justify-content:center;text-align:center}.dv-ui-theme .b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.dv-ui-theme .b-table .table th.is-sortable:hover{border-color:#7a7a7a}.dv-ui-theme .b-table .table th.is-sortable,.dv-ui-theme .b-table .table th.is-sortable .th-wrap{cursor:pointer}.dv-ui-theme .b-table .table th.is-sortable .is-relative,.dv-ui-theme .b-table .table th.is-sortable .th-wrap .is-relative{position:absolute}.dv-ui-theme .b-table .table th .sort-icon{position:absolute;bottom:50%;right:0;transform:translateY(50%)}.dv-ui-theme .b-table .table th .multi-sort-icons{display:flex;align-items:center}.dv-ui-theme .b-table .table th .multi-sort-icons .multi-sort-cancel-icon{margin-left:10px}.dv-ui-theme .b-table .table th.is-sticky{position:sticky;left:0;z-index:3!important;background:transparent}.dv-ui-theme .b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%237957d5' d='M.04.627.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z'/%3E%3C/svg%3E") no-repeat 50%}.dv-ui-theme .b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.dv-ui-theme .b-table .table tr.is-empty:hover{background-color:transparent}.dv-ui-theme .b-table .table .chevron-cell{vertical-align:middle}.dv-ui-theme .b-table .table .chevron-cell>a{color:#7957d5!important}.dv-ui-theme .b-table .table .checkbox-cell{width:40px}.dv-ui-theme .b-table .table .checkbox-cell .checkbox{vertical-align:middle}.dv-ui-theme .b-table .table .checkbox-cell .checkbox .check{transition:none}.dv-ui-theme .b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.dv-ui-theme .b-table .table tr.detail .detail-container{padding:1rem}.dv-ui-theme .b-table .table:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .b-table .table.is-bordered th.is-current-sort,.dv-ui-theme .b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}.dv-ui-theme .b-table .table td.is-sticky{position:sticky;left:0;z-index:1;background:#fff}.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n) td.is-sticky{background:#fafafa}.dv-ui-theme .b-table .level:not(.top){padding-bottom:1.5rem}.dv-ui-theme .b-table .table-wrapper{position:relative}.dv-ui-theme .b-table .table-wrapper.has-sticky-header{height:300px;overflow-y:auto}@media screen and (max-width:768px){.dv-ui-theme .b-table .table-wrapper.has-sticky-header.has-mobile-cards{height:auto!important;overflow-y:initial!important}}.dv-ui-theme .b-table .table-wrapper.has-sticky-header tr:first-child th{position:sticky;top:0;z-index:2;background:#fff}@media screen and (max-width:768px){.dv-ui-theme .b-table .table-wrapper.has-mobile-cards .table{background-color:transparent}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr{box-shadow:none;border-width:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr th{display:none}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards thead tr .checkbox-cell{display:block;width:100%;text-align:right;margin-bottom:1rem;border:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tfoot th{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr td{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:#fff}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:#fff}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr.detail{margin-top:-1rem}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.dv-ui-theme .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}.dv-ui-theme .b-table .table-wrapper.is-card-list .table{background-color:transparent}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr{box-shadow:none;border-width:0}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr th{display:none}.dv-ui-theme .b-table .table-wrapper.is-card-list thead tr .checkbox-cell{display:block;width:100%;text-align:right;margin-bottom:1rem;border:0}.dv-ui-theme .b-table .table-wrapper.is-card-list tfoot th{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.is-card-list tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.dv-ui-theme .b-table .table-wrapper.is-card-list tr td{border:0;display:inherit}.dv-ui-theme .b-table .table-wrapper.is-card-list tr td:last-child{border-bottom:0}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(:last-child){margin-bottom:1rem}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not([class*=is-]){background:#fff}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover{background-color:#fff}.dv-ui-theme .b-table .table-wrapper.is-card-list tr.detail{margin-top:-1rem}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.dv-ui-theme .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}.dv-ui-theme .touch-dragged-cell{position:absolute}.dv-ui-theme .touch-dragged-cell,.dv-ui-theme .touch-dragged-cell .table{pointer-events:none;background-color:color-mix(in srgb,#fff 10%,transparent)}.dv-ui-theme .touch-dragged-cell .table{width:100%}.dv-ui-theme .touch-dragged-cell .table td,.dv-ui-theme .touch-dragged-cell .table tr{background-color:transparent}@media screen and (max-width:768px){.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr{display:block}.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr td{display:flex;justify-content:space-between;text-align:right}.dv-ui-theme .touch-dragged-cell.has-mobile-cards .table tr td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}.dv-ui-theme .b-tabs .tabs{margin-bottom:0;flex-shrink:0}.dv-ui-theme .b-tabs .tabs li a:focus{outline:none;border-bottom-color:#7957d5}.dv-ui-theme .b-tabs .tabs li:not(.is-active) a:focus{border-bottom-color:#363636}.dv-ui-theme .b-tabs .tabs li.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.dv-ui-theme .b-tabs .tabs.is-boxed li a:focus{background-color:#fff;border-bottom-color:transparent}.dv-ui-theme .b-tabs .tabs.is-boxed li:not(.is-active) a:focus{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.dv-ui-theme .b-tabs .tabs.is-toggle li a:focus{background-color:#7957d5;border-color:#7957d5}.dv-ui-theme .b-tabs .tabs.is-toggle li:not(.is-active) a:focus{background-color:#f5f5f5;border-color:#b5b5b5}.dv-ui-theme .b-tabs .tab-content{position:relative;overflow:visible;display:flex;flex-direction:column;padding:1rem}.dv-ui-theme .b-tabs .tab-content .tab-item{flex-shrink:0;flex-basis:auto}.dv-ui-theme .b-tabs .tab-content .tab-item:focus{outline:none}.dv-ui-theme .b-tabs .tab-content.is-transitioning{overflow:hidden}.dv-ui-theme .b-tabs:not(:last-child){margin-bottom:1.5rem}.dv-ui-theme .b-tabs.is-fullwidth{width:100%}.dv-ui-theme .b-tabs.is-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.dv-ui-theme .b-tabs.is-vertical>.tabs ul{flex-direction:column;border-bottom-color:transparent}.dv-ui-theme .b-tabs.is-vertical>.tabs ul li{width:100%}.dv-ui-theme .b-tabs.is-vertical>.tabs ul li a{justify-content:left}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-boxed li a{border-bottom-color:transparent!important;border-right-color:#dbdbdb!important;border-radius:4px 0 0 4px}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-boxed li.is-active a{border-bottom-color:#dbdbdb!important;border-right-color:transparent!important}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li+li{margin-left:0}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li:first-child a{border-radius:4px 4px 0 0}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-toggle li:last-child a{border-radius:0 0 4px 4px}.dv-ui-theme .b-tabs.is-vertical>.tabs.is-fullwidth li a{height:100%}.dv-ui-theme .b-tabs.is-vertical>.tab-content{flex-grow:1}.dv-ui-theme .b-tabs.is-vertical.is-right,.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs ul a{flex-direction:row-reverse}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs ul a .icon:first-child{margin-right:0;margin-left:.5em}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs.is-boxed li a{border-bottom-color:transparent!important;border-right-color:transparent!important;border-left-color:#dbdbdb!important;border-radius:0 4px 4px 0}.dv-ui-theme .b-tabs.is-vertical.is-right>.tabs.is-boxed li.is-active a{border-bottom-color:#dbdbdb!important;border-right-color:#dbdbdb!important;border-left-color:transparent!important}.dv-ui-theme .b-tabs.is-multiline>.tabs ul{flex-wrap:wrap;flex-shrink:1}.dv-ui-theme .tag .has-ellipsis{max-width:10em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dv-ui-theme .tag .delete.is-white,.dv-ui-theme .tag.has-delete-icon.is-white,.dv-ui-theme .tag.is-delete.is-white{background:#fff}.dv-ui-theme .tag .delete.is-white:hover,.dv-ui-theme .tag.has-delete-icon.is-white:hover,.dv-ui-theme .tag.is-delete.is-white:hover{background-color:#e6e6e6;text-decoration:none}.dv-ui-theme .tag .delete.is-black,.dv-ui-theme .tag.has-delete-icon.is-black,.dv-ui-theme .tag.is-delete.is-black{background:#0a0a0a}.dv-ui-theme .tag .delete.is-black:hover,.dv-ui-theme .tag.has-delete-icon.is-black:hover,.dv-ui-theme .tag.is-delete.is-black:hover{background-color:#000;text-decoration:none}.dv-ui-theme .tag .delete.is-light,.dv-ui-theme .tag.has-delete-icon.is-light,.dv-ui-theme .tag.is-delete.is-light{background:#f5f5f5}.dv-ui-theme .tag .delete.is-light:hover,.dv-ui-theme .tag.has-delete-icon.is-light:hover,.dv-ui-theme .tag.is-delete.is-light:hover{background-color:#dbdbdb;text-decoration:none}.dv-ui-theme .tag .delete.is-dark,.dv-ui-theme .tag.has-delete-icon.is-dark,.dv-ui-theme .tag.is-delete.is-dark{background:#363636}.dv-ui-theme .tag .delete.is-dark:hover,.dv-ui-theme .tag.has-delete-icon.is-dark:hover,.dv-ui-theme .tag.is-delete.is-dark:hover{background-color:#1c1c1c;text-decoration:none}.dv-ui-theme .tag .delete.is-primary,.dv-ui-theme .tag.has-delete-icon.is-primary,.dv-ui-theme .tag.is-delete.is-primary{background:#7957d5}.dv-ui-theme .tag .delete.is-primary:hover,.dv-ui-theme .tag.has-delete-icon.is-primary:hover,.dv-ui-theme .tag.is-delete.is-primary:hover{background-color:#5a32c7;text-decoration:none}.dv-ui-theme .tag .delete.is-link,.dv-ui-theme .tag.has-delete-icon.is-link,.dv-ui-theme .tag.is-delete.is-link{background:#7957d5}.dv-ui-theme .tag .delete.is-link:hover,.dv-ui-theme .tag.has-delete-icon.is-link:hover,.dv-ui-theme .tag.is-delete.is-link:hover{background-color:#5a32c7;text-decoration:none}.dv-ui-theme .tag .delete.is-info,.dv-ui-theme .tag.has-delete-icon.is-info,.dv-ui-theme .tag.is-delete.is-info{background:#167df0}.dv-ui-theme .tag .delete.is-info:hover,.dv-ui-theme .tag.has-delete-icon.is-info:hover,.dv-ui-theme .tag.is-delete.is-info:hover{background-color:#0d64c6;text-decoration:none}.dv-ui-theme .tag .delete.is-success,.dv-ui-theme .tag.has-delete-icon.is-success,.dv-ui-theme .tag.is-delete.is-success{background:#48c78e}.dv-ui-theme .tag .delete.is-success:hover,.dv-ui-theme .tag.has-delete-icon.is-success:hover,.dv-ui-theme .tag.is-delete.is-success:hover{background-color:#34a873;text-decoration:none}.dv-ui-theme .tag .delete.is-warning,.dv-ui-theme .tag.has-delete-icon.is-warning,.dv-ui-theme .tag.is-delete.is-warning{background:#ffe08a}.dv-ui-theme .tag .delete.is-warning:hover,.dv-ui-theme .tag.has-delete-icon.is-warning:hover,.dv-ui-theme .tag.is-delete.is-warning:hover{background-color:#ffd257;text-decoration:none}.dv-ui-theme .tag .delete.is-danger,.dv-ui-theme .tag.has-delete-icon.is-danger,.dv-ui-theme .tag.is-delete.is-danger{background:#f14668}.dv-ui-theme .tag .delete.is-danger:hover,.dv-ui-theme .tag.has-delete-icon.is-danger:hover,.dv-ui-theme .tag.is-delete.is-danger:hover{background-color:#ee1742;text-decoration:none}.dv-ui-theme .tag.has-delete-icon{padding:0}.dv-ui-theme .tag.has-delete-icon .icon:first-child:not(:last-child){margin-right:0;margin-left:0}.dv-ui-theme .tags.inline-tags{margin-bottom:0}.dv-ui-theme .tags.inline-tags:not(:last-child){margin-right:.5rem}.dv-ui-theme .taginput .taginput-container{display:flex}.dv-ui-theme .taginput .taginput-container.is-focusable{padding-bottom:0;padding-top:calc(.275em - 1px);padding-left:0;padding-right:0;cursor:text}.dv-ui-theme .taginput .taginput-container.is-focusable,.dv-ui-theme .taginput .taginput-container:not(.is-focusable){align-items:center;flex-wrap:wrap;justify-content:flex-start;height:auto}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-medium{font-size:1.25rem}.dv-ui-theme .taginput .taginput-container:not(.is-focusable).is-large{font-size:1.5rem}.dv-ui-theme .taginput .taginput-container>.tag,.dv-ui-theme .taginput .taginput-container>.tags{margin-left:.275rem;margin-bottom:calc(.275em - 1px);font-size:.9em;height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container>.tag .tag,.dv-ui-theme .taginput .taginput-container>.tags .tag{margin-bottom:0;font-size:.9em;height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container>.tag .tag.is-delete,.dv-ui-theme .taginput .taginput-container>.tags .tag.is-delete{width:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container .autocomplete{position:static;flex:1}.dv-ui-theme .taginput .taginput-container .autocomplete input{height:calc(2em - 1px);margin-bottom:calc(.275em - 1px);padding-top:0;padding-bottom:0;border:none;box-shadow:none;min-width:8em}.dv-ui-theme .taginput .taginput-container .autocomplete input:focus{box-shadow:none!important}.dv-ui-theme .taginput .taginput-container .autocomplete .icon{height:calc(2em - 1px)}.dv-ui-theme .taginput .taginput-container .autocomplete>.control.is-loading:after{top:.375em}.dv-ui-theme .timepicker .dropdown-menu{min-width:0}.dv-ui-theme .timepicker .dropdown,.dv-ui-theme .timepicker .dropdown-trigger{width:100%}.dv-ui-theme .timepicker .dropdown .input[readonly],.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05)}.dv-ui-theme .timepicker .dropdown .input[readonly].is-active,.dv-ui-theme .timepicker .dropdown .input[readonly].is-focused,.dv-ui-theme .timepicker .dropdown .input[readonly]:active,.dv-ui-theme .timepicker .dropdown .input[readonly]:focus,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly].is-active,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly].is-focused,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]:active,.dv-ui-theme .timepicker .dropdown-trigger .input[readonly]:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.dv-ui-theme .timepicker .dropdown.is-disabled{opacity:1}.dv-ui-theme .dropdown .dropdown-menu .has-link .timepicker a,.dv-ui-theme .timepicker .dropdown .dropdown-menu .has-link a,.dv-ui-theme .timepicker .dropdown-item{font-size:inherit;padding:0}.dv-ui-theme .timepicker .timepicker-footer{padding:0 .5rem 0 .5rem}.dv-ui-theme .timepicker .dropdown-content .control{font-size:1.25em;margin-right:0!important}.dv-ui-theme .timepicker .dropdown-content .control .select{margin:0 .125em}.dv-ui-theme .timepicker .dropdown-content .control .select select{font-weight:600;padding-right:calc(.75em - 1px);border:0}.dv-ui-theme .timepicker .dropdown-content .control .select select option:disabled{color:hsla(0,0%,48%,.7)}.dv-ui-theme .timepicker .dropdown-content .control .select:after{display:none}.dv-ui-theme .timepicker .dropdown-content .control.is-colon{font-size:1.7em;line-height:1.7em}.dv-ui-theme .timepicker .dropdown-content .control.is-colon:last-child{padding-right:calc(.75em - 1px)}.dv-ui-theme .timepicker.is-small{border-radius:2px;font-size:.75rem}.dv-ui-theme .timepicker.is-medium{font-size:1.25rem}.dv-ui-theme .timepicker.is-large{font-size:1.5rem}.dv-ui-theme .b-tooltip{position:relative;display:inline-flex}.dv-ui-theme .b-tooltip.is-top .tooltip-content{top:auto;right:auto;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%)}.dv-ui-theme .b-tooltip.is-top .tooltip-content:before{top:100%;right:auto;bottom:auto;left:50%;transform:translateX(-50%);border-top:5px solid #7957d5;border-right:5px solid transparent;border-left:5px solid transparent}.dv-ui-theme .b-tooltip.is-top.is-white .tooltip-content:before{border-top-color:#fff}.dv-ui-theme .b-tooltip.is-top.is-black .tooltip-content:before{border-top-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-top.is-light .tooltip-content:before{border-top-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-top.is-dark .tooltip-content:before{border-top-color:#363636}.dv-ui-theme .b-tooltip.is-top.is-primary .tooltip-content:before{border-top-color:#7957d5}.dv-ui-theme .b-tooltip.is-top.is-primary.is-light .tooltip-content:before{border-top-color:#f2effb}.dv-ui-theme .b-tooltip.is-top.is-link .tooltip-content:before{border-top-color:#7957d5}.dv-ui-theme .b-tooltip.is-top.is-link.is-light .tooltip-content:before{border-top-color:#f2effb}.dv-ui-theme .b-tooltip.is-top.is-info .tooltip-content:before{border-top-color:#167df0}.dv-ui-theme .b-tooltip.is-top.is-info.is-light .tooltip-content:before{border-top-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-top.is-success .tooltip-content:before{border-top-color:#48c78e}.dv-ui-theme .b-tooltip.is-top.is-success.is-light .tooltip-content:before{border-top-color:#effaf5}.dv-ui-theme .b-tooltip.is-top.is-warning .tooltip-content:before{border-top-color:#ffe08a}.dv-ui-theme .b-tooltip.is-top.is-warning.is-light .tooltip-content:before{border-top-color:#fffaeb}.dv-ui-theme .b-tooltip.is-top.is-danger .tooltip-content:before{border-top-color:#f14668}.dv-ui-theme .b-tooltip.is-top.is-danger.is-light .tooltip-content:before{border-top-color:#feecf0}.dv-ui-theme .b-tooltip.is-right .tooltip-content{top:50%;right:auto;bottom:auto;left:calc(100% + 7px);transform:translateY(-50%)}.dv-ui-theme .b-tooltip.is-right .tooltip-content:before{top:50%;right:100%;bottom:auto;left:auto;transform:translateY(-50%);border-top:5px solid transparent;border-right:5px solid #7957d5;border-bottom:5px solid transparent}.dv-ui-theme .b-tooltip.is-right.is-white .tooltip-content:before{border-right-color:#fff}.dv-ui-theme .b-tooltip.is-right.is-black .tooltip-content:before{border-right-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-right.is-light .tooltip-content:before{border-right-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-right.is-dark .tooltip-content:before{border-right-color:#363636}.dv-ui-theme .b-tooltip.is-right.is-primary .tooltip-content:before{border-right-color:#7957d5}.dv-ui-theme .b-tooltip.is-right.is-primary.is-light .tooltip-content:before{border-right-color:#f2effb}.dv-ui-theme .b-tooltip.is-right.is-link .tooltip-content:before{border-right-color:#7957d5}.dv-ui-theme .b-tooltip.is-right.is-link.is-light .tooltip-content:before{border-right-color:#f2effb}.dv-ui-theme .b-tooltip.is-right.is-info .tooltip-content:before{border-right-color:#167df0}.dv-ui-theme .b-tooltip.is-right.is-info.is-light .tooltip-content:before{border-right-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-right.is-success .tooltip-content:before{border-right-color:#48c78e}.dv-ui-theme .b-tooltip.is-right.is-success.is-light .tooltip-content:before{border-right-color:#effaf5}.dv-ui-theme .b-tooltip.is-right.is-warning .tooltip-content:before{border-right-color:#ffe08a}.dv-ui-theme .b-tooltip.is-right.is-warning.is-light .tooltip-content:before{border-right-color:#fffaeb}.dv-ui-theme .b-tooltip.is-right.is-danger .tooltip-content:before{border-right-color:#f14668}.dv-ui-theme .b-tooltip.is-right.is-danger.is-light .tooltip-content:before{border-right-color:#feecf0}.dv-ui-theme .b-tooltip.is-bottom .tooltip-content{top:calc(100% + 7px);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.dv-ui-theme .b-tooltip.is-bottom .tooltip-content:before{top:auto;right:auto;bottom:100%;left:50%;transform:translateX(-50%);border-right:5px solid transparent;border-bottom:5px solid #7957d5;border-left:5px solid transparent}.dv-ui-theme .b-tooltip.is-bottom.is-white .tooltip-content:before{border-bottom-color:#fff}.dv-ui-theme .b-tooltip.is-bottom.is-black .tooltip-content:before{border-bottom-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-bottom.is-light .tooltip-content:before{border-bottom-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-bottom.is-dark .tooltip-content:before{border-bottom-color:#363636}.dv-ui-theme .b-tooltip.is-bottom.is-primary .tooltip-content:before{border-bottom-color:#7957d5}.dv-ui-theme .b-tooltip.is-bottom.is-primary.is-light .tooltip-content:before{border-bottom-color:#f2effb}.dv-ui-theme .b-tooltip.is-bottom.is-link .tooltip-content:before{border-bottom-color:#7957d5}.dv-ui-theme .b-tooltip.is-bottom.is-link.is-light .tooltip-content:before{border-bottom-color:#f2effb}.dv-ui-theme .b-tooltip.is-bottom.is-info .tooltip-content:before{border-bottom-color:#167df0}.dv-ui-theme .b-tooltip.is-bottom.is-info.is-light .tooltip-content:before{border-bottom-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-bottom.is-success .tooltip-content:before{border-bottom-color:#48c78e}.dv-ui-theme .b-tooltip.is-bottom.is-success.is-light .tooltip-content:before{border-bottom-color:#effaf5}.dv-ui-theme .b-tooltip.is-bottom.is-warning .tooltip-content:before{border-bottom-color:#ffe08a}.dv-ui-theme .b-tooltip.is-bottom.is-warning.is-light .tooltip-content:before{border-bottom-color:#fffaeb}.dv-ui-theme .b-tooltip.is-bottom.is-danger .tooltip-content:before{border-bottom-color:#f14668}.dv-ui-theme .b-tooltip.is-bottom.is-danger.is-light .tooltip-content:before{border-bottom-color:#feecf0}.dv-ui-theme .b-tooltip.is-left .tooltip-content{top:50%;right:calc(100% + 7px);bottom:auto;left:auto;transform:translateY(-50%)}.dv-ui-theme .b-tooltip.is-left .tooltip-content:before{top:50%;right:auto;bottom:auto;left:100%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #7957d5}.dv-ui-theme .b-tooltip.is-left.is-white .tooltip-content:before{border-left-color:#fff}.dv-ui-theme .b-tooltip.is-left.is-black .tooltip-content:before{border-left-color:#0a0a0a}.dv-ui-theme .b-tooltip.is-left.is-light .tooltip-content:before{border-left-color:#f5f5f5}.dv-ui-theme .b-tooltip.is-left.is-dark .tooltip-content:before{border-left-color:#363636}.dv-ui-theme .b-tooltip.is-left.is-primary .tooltip-content:before{border-left-color:#7957d5}.dv-ui-theme .b-tooltip.is-left.is-primary.is-light .tooltip-content:before{border-left-color:#f2effb}.dv-ui-theme .b-tooltip.is-left.is-link .tooltip-content:before{border-left-color:#7957d5}.dv-ui-theme .b-tooltip.is-left.is-link.is-light .tooltip-content:before{border-left-color:#f2effb}.dv-ui-theme .b-tooltip.is-left.is-info .tooltip-content:before{border-left-color:#167df0}.dv-ui-theme .b-tooltip.is-left.is-info.is-light .tooltip-content:before{border-left-color:#ecf4fe}.dv-ui-theme .b-tooltip.is-left.is-success .tooltip-content:before{border-left-color:#48c78e}.dv-ui-theme .b-tooltip.is-left.is-success.is-light .tooltip-content:before{border-left-color:#effaf5}.dv-ui-theme .b-tooltip.is-left.is-warning .tooltip-content:before{border-left-color:#ffe08a}.dv-ui-theme .b-tooltip.is-left.is-warning.is-light .tooltip-content:before{border-left-color:#fffaeb}.dv-ui-theme .b-tooltip.is-left.is-danger .tooltip-content:before{border-left-color:#f14668}.dv-ui-theme .b-tooltip.is-left.is-danger.is-light .tooltip-content:before{border-left-color:#feecf0}.dv-ui-theme .b-tooltip .tooltip-content{width:auto;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:400;box-shadow:0 1px 2px 1px rgba(0,1,0,.2);z-index:38;white-space:nowrap;position:absolute}.dv-ui-theme .b-tooltip .tooltip-content:before{position:absolute;content:"";pointer-events:none;z-index:38}.dv-ui-theme .b-tooltip .tooltip-trigger{width:100%}.dv-ui-theme .b-tooltip.is-white .tooltip-content{background:#fff;color:#0a0a0a}.dv-ui-theme .b-tooltip.is-black .tooltip-content{background:#0a0a0a;color:#fff}.dv-ui-theme .b-tooltip.is-light .tooltip-content{background:#f5f5f5;color:rgba(0,0,0,.7)}.dv-ui-theme .b-tooltip.is-dark .tooltip-content{background:#363636;color:#fff}.dv-ui-theme .b-tooltip.is-primary .tooltip-content{background:#7957d5;color:#fff}.dv-ui-theme .b-tooltip.is-primary.is-light .tooltip-content{background:#f2effb;color:#552fbc}.dv-ui-theme .b-tooltip.is-link .tooltip-content{background:#7957d5;color:#fff}.dv-ui-theme .b-tooltip.is-link.is-light .tooltip-content{background:#f2effb;color:#552fbc}.dv-ui-theme .b-tooltip.is-info .tooltip-content{background:#167df0;color:#fff}.dv-ui-theme .b-tooltip.is-info.is-light .tooltip-content{background:#ecf4fe;color:#0d68ce}.dv-ui-theme .b-tooltip.is-success .tooltip-content{background:#48c78e;color:#fff}.dv-ui-theme .b-tooltip.is-success.is-light .tooltip-content{background:#effaf5;color:#257953}.dv-ui-theme .b-tooltip.is-warning .tooltip-content{background:#ffe08a;color:rgba(0,0,0,.7)}.dv-ui-theme .b-tooltip.is-warning.is-light .tooltip-content{background:#fffaeb;color:#946c00}.dv-ui-theme .b-tooltip.is-danger .tooltip-content{background:#f14668;color:#fff}.dv-ui-theme .b-tooltip.is-danger.is-light .tooltip-content{background:#feecf0;color:#cc0f35}.dv-ui-theme .b-tooltip.is-always .tooltip-content,.dv-ui-theme .b-tooltip.is-always .tooltip-content:before{opacity:1;visibility:visible}.dv-ui-theme .b-tooltip.is-multiline .tooltip-content{display:flex-block;text-align:center;white-space:normal}.dv-ui-theme .b-tooltip.is-multiline.is-small .tooltip-content{width:180px}.dv-ui-theme .b-tooltip.is-multiline.is-medium .tooltip-content{width:240px}.dv-ui-theme .b-tooltip.is-multiline.is-large .tooltip-content{width:300px}.dv-ui-theme .b-tooltip.is-dashed .tooltip-trigger{border-bottom:1px dashed #b5b5b5;cursor:default}.dv-ui-theme .b-tooltip.is-square .tooltip-content{border-radius:0}.dv-ui-theme .upload{position:relative;display:inline-flex}.dv-ui-theme .upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;outline:none;cursor:pointer;z-index:-1}.dv-ui-theme .upload .upload-draggable{cursor:pointer;padding:.25em;border:1px dashed #b5b5b5;border-radius:6px}.dv-ui-theme .upload .upload-draggable.is-disabled{opacity:.5;cursor:not-allowed}.dv-ui-theme .upload .upload-draggable.is-loading{position:relative;pointer-events:none;opacity:.5}.dv-ui-theme .upload .upload-draggable.is-loading:after{animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;top:0;left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.dv-ui-theme .upload .upload-draggable.is-hovered.is-white,.dv-ui-theme .upload .upload-draggable:hover.is-white{border-color:#fff;background:hsla(0,0%,100%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-black,.dv-ui-theme .upload .upload-draggable:hover.is-black{border-color:#0a0a0a;background:hsla(0,0%,4%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-light,.dv-ui-theme .upload .upload-draggable:hover.is-light{border-color:#f5f5f5;background:hsla(0,0%,96%,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-dark,.dv-ui-theme .upload .upload-draggable:hover.is-dark{border-color:#363636;background:rgba(54,54,54,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-link,.dv-ui-theme .upload .upload-draggable.is-hovered.is-primary,.dv-ui-theme .upload .upload-draggable:hover.is-link,.dv-ui-theme .upload .upload-draggable:hover.is-primary{border-color:#7957d5;background:rgba(121,87,213,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-info,.dv-ui-theme .upload .upload-draggable:hover.is-info{border-color:#167df0;background:rgba(22,125,240,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-success,.dv-ui-theme .upload .upload-draggable:hover.is-success{border-color:#48c78e;background:rgba(72,199,142,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-warning,.dv-ui-theme .upload .upload-draggable:hover.is-warning{border-color:#ffe08a;background:rgba(255,224,138,.05)}.dv-ui-theme .upload .upload-draggable.is-hovered.is-danger,.dv-ui-theme .upload .upload-draggable:hover.is-danger{border-color:#f14668;background:rgba(241,70,104,.05)}.dv-ui-theme .upload .upload-draggable.is-expanded,.dv-ui-theme .upload.is-expanded{width:100%}.dv-ui-theme .upload.is-rounded{border-radius:9999px}.dv-ui-theme .upload.is-rounded .file-name{border-top-right-radius:9999px;border-bottom-right-radius:9999px}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.dv-ui-theme .upload input[type=file]{z-index:auto}.dv-ui-theme .upload .upload-draggable+input[type=file]{z-index:-1}}.dv-ui-theme h1{font-size:48px;color:#1a1a1a}.dv-ui-theme h2{font-size:24px;color:#1a1a1a}.dv-ui-theme a{color:var(--primary-color)}.dv-ui-theme .v-enter-active,.dv-ui-theme .v-leave-active{transition:opacity .2s ease-in-out}.dv-ui-theme .v-enter-from,.dv-ui-theme .v-leave-to{opacity:0}.dv-ui-theme button.is-primary{background-color:var(--primary-color)!important;color:#fff!important}.dv-ui-theme button.is-primary:hover:enabled{filter:brightness(.8) contrast(160%) grayscale(.4)}.dv-ui-theme button.is-primary:disabled{background-color:#858585}.dv-ui-theme button.finish-review-btn{margin-right:2px}.dv-ui-theme button.finish-review-btn:focus{box-shadow:none;outline:3px solid #344054;border:2px solid;margin-right:1px}.dv-ui-theme button.finish-review-btn .spinner{margin:auto!important}.dv-ui-theme button.edit-mode-btn[disabled]{border:1px solid #e2e3e4}.dv-ui-theme button[disabled]{border:none}.dv-ui-theme button[disabled]:hover{text-decoration:none}.dv-ui-theme button.primary-button{border-radius:var(--primary-button)!important}.dv-ui-theme button.tertiary-button{border-radius:20px!important}.dv-ui-theme .b-slider.is-full-height,.dv-ui-theme .b-slider.is-full-height .b-slider-track,.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper,.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger{height:100%}.dv-ui-theme .b-slider.is-full-height .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{height:100%;width:1px}.dv-ui-theme .b-slider.show-hover .b-slider-track:hover .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{width:4px;transform:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);opacity:.8}.dv-ui-theme .b-slider.show-line .b-slider-track .b-slider-thumb-wrapper .tooltip-trigger .b-slider-thumb{background-color:#f0f0f0;background-image:none}.dv-ui-theme .b-slider.is-move{margin:0}.dv-ui-theme .b-slider.is-move.is-disabled .b-slider-thumb-wrapper,.dv-ui-theme .b-slider.is-move.is-disabled .b-slider-track{cursor:not-allowed!important}.dv-ui-theme .b-slider.is-move .b-slider-track{cursor:col-resize;color:#fff;background:transparent!important}.dv-ui-theme .b-slider.is-move .b-slider-fill{background:transparent!important}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper{cursor:col-resize}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper .b-slider-thumb{background:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);width:5px;border:none}.dv-ui-theme .b-slider.is-move .b-slider-thumb-wrapper .tooltip-content{-webkit-user-select:none;-moz-user-select:none;user-select:none}.dv-ui-theme .carousel-list.has-shadow{box-shadow:none!important}.dv-ui-theme .carousel-list .carousel-slides .carousel-slide{border:none!important}.dv-ui-theme .carousel-list .carousel-arrow .icon{color:var(--primary-color)}.dv-ui-theme .carousel-list .carousel-arrow .icon:hover{border:1px solid var(--primary-color)}.dv-ui-theme .carousel-list .carousel-arrow .icon svg{height:100%}.dv-ui-theme .error-message{position:absolute;width:100%}.dv-ui-theme .error-message .message{padding:0}.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}.dv-ui-theme .error-message .media-content{display:flex;justify-content:flex-end}.dv-ui-theme .error-message .message-container{display:flex;width:100%;justify-content:center;align-items:center}.dv-ui-theme .error-message .message-container .server-error{display:flex}.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}.dv-ui-theme .error-message .message-container .server-error .contact-support .icon{padding-left:10px}.dv-ui-theme .error-message .message-container .server-error .contact-support:hover{cursor:pointer}.dv-ui-theme .error-message .btn-container{cursor:pointer;display:flex;align-items:center}.dv-ui-theme .message.label-message .message-body{padding:5px 15px 5px 15px!important}.dv-ui-theme .dropdown.no-padding-bottom .dropdown-content{padding-bottom:0}.dv-ui-theme .dropdown.no-padding-top .dropdown-content{padding-top:0}.dv-ui-theme .dropdown+.dropdown{margin-left:0}.dv-ui-theme .dropdown.dropdown-full-width .dropdown-menu{width:100%}.dv-ui-theme .dropdown .dropdown-trigger{justify-content:space-between;width:100%}.dv-ui-theme .dropdown .dropdown-trigger .icon.download-file svg,.dv-ui-theme .dropdown .dropdown-trigger .icon.search-icon svg{height:100%!important;width:100%!important}.dv-ui-theme .dropdown .dropdown-menu{padding-top:0;min-width:40px;width:auto}.dv-ui-theme .dropdown a.dropdown-item{padding-right:16px}.dv-ui-theme .dropdown a.dropdown-item.is-active{background-color:var(--primary-color)}.dv-ui-theme .dropdown a.dropdown-item.is-disabled{color:#667085!important}.dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item{color:#1a1a1a;font-size:16px;line-height:24px}.dv-ui-theme .dropdown.dropdown-menu-animation a.navbar-item:hover{color:var(--primary-color);background:none;border:none}.dv-ui-theme .dropdown.dropdown-menu-animation.label-dropdown{width:100%}.dv-ui-theme .taginput-container.is-focused{box-shadow:none!important;border-color:var(--primary-color)!important}.dv-ui-theme .taginput-container .tag{border:none!important}.dv-ui-theme .field input{box-shadow:none!important}.dv-ui-theme .field input:focus{border-color:var(--primary-color)}.dv-ui-theme .field .control.has-icons-left .icon svg{height:20px;width:20px}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]+.check{background-color:#fff}.dv-ui-theme .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:var(--primary-color)!important}.dv-ui-theme .b-checkbox.checkbox input[type=checkbox]:checked+.check{border-color:var(--primary-color)!important;background-color:var(--primary-color)}.dv-ui-theme .modal{z-index:999}.dv-ui-theme .modal.model-overflow-visible .modal-card-body,.dv-ui-theme .modal.model-overflow-visible .modal-content{overflow:visible}.dv-ui-theme .modal.modal-text-center{text-align:center}.dv-ui-theme .modal.modal-400{position:absolute!important}.dv-ui-theme .modal.modal-400 .modal-content{max-width:400px!important}.dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden{overflow:hidden;padding:0}.dv-ui-theme .modal.modal-400 .modal-content .scroll-hidden .content{overflow:auto;padding:20px}.dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body{border-radius:16px 16px 16px 16px!important}.dv-ui-theme .modal.is-active.modal-no-footer .modal-content .modal-card-body.split-modal{padding-bottom:0}.dv-ui-theme .modal.is-active .modal-content{height:auto;margin-left:auto;margin-right:auto;position:relative}.dv-ui-theme .modal.is-active .modal-content .modal-close{position:absolute;top:14px}.dv-ui-theme .modal.is-active .modal-content .modal-close:after,.dv-ui-theme .modal.is-active .modal-content .modal-close:before{background-color:#858585}.dv-ui-theme .modal.is-active .modal-content .modal-close:hover{background-color:#fff}.dv-ui-theme .modal.is-active .modal-content .modal-card-body{background:#fff;border-radius:16px 16px 0 0!important}.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}.dv-ui-theme .modal.modal-absolute{position:absolute}.dv-ui-theme .modal .modal-background{background-color:#000;opacity:.5}.dv-ui-theme .modal.edit-modal .modal-content{max-width:440px!important}.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}.dv-ui-theme .modal.edit-modal .modal-content .content{text-align:left;font-weight:400;font-size:14px;color:#667085}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot{display:flex;gap:5px}.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}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button{width:100%}.dv-ui-theme .modal.edit-modal .modal-content .modal-card-foot .button.is-primary{font-weight:500}.dv-ui-theme.invisible-parent-modal{background-color:transparent}.dv-ui-theme.invisible-parent-modal .modal-content{height:100vh!important;top:25%}.dv-ui-theme.invisible-parent-modal .modal-content .modal-card-body{overflow:visible}.dv-ui-theme .loading-background{background-color:transparent!important}.dv-ui-theme .loading-icon-size{width:13px;height:13px}.dv-ui-theme .notices .snackbar{background-color:#1a1a1a;min-height:40px}.dv-ui-theme .notices .snackbar .text{display:flex;font-size:14px}.dv-ui-theme .slide-fade-enter-active,.dv-ui-theme .slide-fade-leave-active{transition:all .3s ease}.dv-ui-theme .slide-fade-enter,.dv-ui-theme .slide-fade-leave-to{transform:translateY(-10px);opacity:0}.dv-ui-theme .b-tooltip{height:100%;align-items:center}.dv-ui-theme .b-tooltip .tooltip-content{background-color:#1a1a1a!important}.dv-ui-theme .b-tooltip .tooltip-content a{color:#fff;text-decoration:underline;font-weight:500}.dv-ui-theme .b-tooltip .tooltip-content:before{border-bottom-color:#1a1a1a!important;border-top-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.left-aligned .tooltip-content{left:-3px!important;transform:none!important;padding:8px 10px!important}.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}.dv-ui-theme .b-tooltip.right-aligned .tooltip-content{right:-20px!important;left:auto!important;transform:none!important;padding:8px 10px!important}.dv-ui-theme .b-tooltip.right-aligned .tooltip-content:before{right:16px!important;left:auto!important;border-bottom-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.right-aligned.no-right-margin .tooltip-content{right:0!important}.dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip{height:100%}.dv-ui-theme .b-tooltip.right-aligned.full-height-tooltip .tooltip-content{right:0!important}.dv-ui-theme .b-tooltip.full-height-tooltip .tooltip-trigger{height:100%}.dv-ui-theme .b-tooltip.width-184 .tooltip-content{width:184px!important}.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}.dv-ui-theme .b-tooltip.left-down-aligned .tooltip-content:before{top:17px;border-left-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.bottom-aligned{width:100%}.dv-ui-theme .b-tooltip.bottom-aligned .tooltip-content:before{border-bottom-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.top-aligned .tooltip-content:before{border-top-color:#1a1a1a!important}.dv-ui-theme .b-tooltip.split-tooltip{width:100%}.dv-ui-theme .no-icon-margin .icon{margin:0!important}.dv-ui-theme .center-icon{vertical-align:middle}.dv-ui-theme .icon.is-48 svg{height:48px;width:48px}.dv-ui-theme .icon.is-24 svg{height:24px;width:24px}.dv-ui-theme .icon.is-20 svg{height:20px;width:20px}.dv-ui-theme .icon.is-12 svg{height:12px;width:12px}.dv-ui-theme .icon.is-16 svg{height:16px;width:16px}.dv-ui-theme .button .icon.is-small,.dv-ui-theme .button .icon.is-small svg,.dv-ui-theme .icon.is-small,.dv-ui-theme .icon.is-small svg{width:14px;height:14px}.dv-ui-theme .button .icon.is-small.caret svg,.dv-ui-theme .icon.is-small.caret svg{height:12px}.dv-ui-theme .button .icon.is-small.caret.split-mode-caret svg,.dv-ui-theme .icon.is-small.caret.split-mode-caret svg{color:#858585}.dv-ui-theme .button .icon.is-small.close-btn,.dv-ui-theme .icon.is-small.close-btn{width:10px;height:10px}.dv-ui-theme .button .icon.is-small.close-btn.error-icon,.dv-ui-theme .icon.is-small.close-btn.error-icon{color:#fff;padding-right:20px;padding-left:20px}.dv-ui-theme .button .icon.is-small.close-btn.error-icon svg,.dv-ui-theme .icon.is-small.close-btn.error-icon svg{height:15px!important}.dv-ui-theme .dropdown.split-mode .dropdown-trigger{font-size:14px;height:38px}.dv-ui-theme .dropdown.width-12 .dropdown-trigger{width:12px}.dv-ui-theme .dropdown .dropdown-trigger{height:100%;display:flex;justify-content:center;align-items:center}.dv-ui-theme .dropdown.is-disabled{cursor:not-allowed}.dv-ui-theme .b-table .table-wrapper{overflow:visible!important}.dv-ui-theme .b-table.full-height,.dv-ui-theme .b-table.full-height .table-wrapper,.dv-ui-theme .b-table.full-height .table-wrapper .table{height:100%}.dv-ui-theme .b-table.dark-header .table thead{background-color:#2f3032!important}.dv-ui-theme .b-table.dark-header .table thead th{font-weight:400;background-color:#2f3032!important}.dv-ui-theme .b-table.header-32 thead{height:32px}.dv-ui-theme .b-table .table,.dv-ui-theme .b-table .table-wrapper{cursor:text}.dv-ui-theme .b-table .table-wrapper.has-sticky-header,.dv-ui-theme .b-table .table.has-sticky-header{max-height:200px;height:-moz-fit-content;height:fit-content}.dv-ui-theme .b-table .table thead,.dv-ui-theme .b-table .table-wrapper thead{background-color:#7b61ff!important}.dv-ui-theme .b-table .table thead th,.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}.dv-ui-theme .b-table .table thead th .th-wrap,.dv-ui-theme .b-table .table-wrapper thead th .th-wrap{text-transform:none}.dv-ui-theme .b-table .table thead th .th-wrap .icon,.dv-ui-theme .b-table .table-wrapper thead th .th-wrap .icon{margin:0}.dv-ui-theme .b-table .table thead th[draggable=true],.dv-ui-theme .b-table .table-wrapper thead th[draggable=true]{cursor:move}.dv-ui-theme .b-table .table tbody,.dv-ui-theme .b-table .table-wrapper tbody{background-color:rgba(123,97,255,.1)}.dv-ui-theme .b-table .table tbody tr,.dv-ui-theme .b-table .table-wrapper tbody tr{background-color:#fff;color:#000}.dv-ui-theme .b-table .table tbody tr td,.dv-ui-theme .b-table .table-wrapper tbody tr td{font-weight:500;font-size:10px;line-height:18px}.dv-ui-theme .b-table .table tbody tr td.has-text-centered,.dv-ui-theme .b-table .table-wrapper tbody tr td.has-text-centered{vertical-align:middle}.dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected),.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected){background-color:rgba(123,97,255,.1)}.dv-ui-theme .b-table .table-wrapper.is-striped tbody tr:not(.is-selected):nth-child(2n),.dv-ui-theme .b-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:rgba(123,97,255,.3)}.dv-ui-theme .switch input[type=checkbox]:checked+.check{background:var(--primary-color)!important;box-shadow:none!important}.dv-ui-theme .switch input[type=checkbox]:focus+.check{box-shadow:none!important}.dv-ui-theme .no-labels a{color:var(--primary-color);text-decoration:underline;font-weight:500}.dv-ui-theme .no-labels a:hover{filter:brightness(.8) contrast(160%) grayscale(.4)}.dv-ui-theme .splitpanes--horizontal>.splitpanes__splitter,.dv-ui-theme .splitpanes--vertical>.splitpanes__splitter{background:hsla(228,8%,88%,.5)}
|