.insert-file-i{position:absolute;opacity:0;pointer-events:none}.insert-file-div{gap:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dotted #000000;width:40%;height:40%}.insert-file-div.drag-over{border:2px solid #000000;background-color:#f0f8ff}.insert-file-div .pdf-icon{height:39px;width:auto;margin-bottom:10px}.insert-file-div .insert-file-header{font-weight:700;font-size:16px;line-height:40px;letter-spacing:0;text-align:center;vertical-align:middle}.insert-file-div .insert-file-info{font-weight:400;font-size:12px;line-height:40px;letter-spacing:0;text-align:center;vertical-align:middle}.insert-file-div .insert-file-supported-formats{font-size:12px;margin-top:10px}.page-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.primary-button{display:flex;height:40px;padding:0 24px 2px;justify-content:center;align-items:center;gap:8px;border:transparent;border-radius:2px;background:#003063;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.primary-button:disabled{color:#fff;background-color:#a3a3a3}.secondary-button{display:flex;height:40px;padding:0 24px 2px;justify-content:center;align-items:center;gap:8px;border-radius:2px;border:1px solid #003063;background:#fff}.secondary-button:disabled{color:#a3a3a3;border:1px solid #A3A3A3}.standard-checkbox{width:20px;height:20px;border-radius:2px;border:1px solid #003063;background:#fff}.standard-checkbox:checked{accent-color:#003063}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html,body{height:100vh;overflow:hidden}html *,body *{font-family:Segoe UI,serif;font-size:15px;color:#29242d}button:hover{cursor:pointer}#root{display:flex;flex-direction:column;height:100%}.navbar{height:80px;display:flex;justify-content:space-between;align-items:center;align-self:stretch;padding:0 16px;border-bottom:1px solid #000}.navbar .global-navbar-title-l{text-decoration:none;font-weight:400;font-size:28px;line-height:100%;letter-spacing:0;vertical-align:middle;border:transparent;background:transparent}.navbar .setup-button{color:#003261;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0;vertical-align:middle;background-color:transparent;border:transparent}.navbar .setup-button:hover{text-decoration:underline}.main-content{height:calc(100vh - 80px);display:flex;flex-direction:column}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-container{height:100%;width:100%;overflow:hidden}.pdf-top-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px;height:40px;border-bottom:1px solid rgb(31,31,34);background-color:#f9f9fa}.pdf-top-bar *{color:#000;stroke:#000}.pdf-top-bar button{background-color:transparent;border:transparent;display:flex;justify-content:center;align-items:center}.sidebar-button-icon{height:36px;width:auto}.select-all-pages-l{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:6px}.page-change-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.page-change-group .page-i{text-align:end;width:30px;background-color:transparent;border:transparent}.page-change-group .page-i:focus{border:transparent;outline:transparent}.page-change-group .page-navigation-arrow-up,.page-change-group .page-navigation-arrow-down{stroke-width:2px}.page-zoom-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.page-zoom-group .page-zoom-icon{height:22px;width:auto}.pdf-main-content{display:flex;flex-direction:row;background-color:#d4d4d7;width:100%;height:100%}.pdf-side-bar{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;overflow-y:auto;border-right:1px solid rgb(31,31,34);gap:8px}.pdf-side-bar.hidden{display:none}.pdf-side-bar .pdf-page{margin:10px 20px}.pdf-side-bar .pdf-page:hover{outline:8px solid #BEBEC1;cursor:pointer}.pdf-side-bar .pdf-page.selected{outline:8px solid #AAAAAC}.pdf-side-bar .pdf-page:first-child{margin-top:20px}.pdf-side-bar .pdf-page:last-child{margin-bottom:20px}.pdf-display{flex:1 1 auto;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow:scroll}.inner-pdf-display{display:flex;flex-direction:column;align-items:center;margin:auto}.inner-pdf-display .pdf-page{align-self:center}.pdf-change-page-button-group{display:flex;flex-direction:row;gap:32px}.pdf-multiselect-wrap{margin:20px 0 50px;width:100%;gap:20px;overflow:scroll;display:flex;flex-direction:row;justify-content:center;align-items:start;flex-wrap:wrap}.pdf-multiselect-wrap .multiselect-page-wrap{display:flex;flex-direction:column;gap:6px}.page-select-span{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:6px}.category-sidebar{padding:24px;display:flex;flex-direction:column;gap:32px;height:100%;overflow:hidden}.category-sidebar .pdf-overview{display:flex;flex-direction:column;gap:16px}.category-sidebar .pdf-overview .display-pdf-name{font-size:18px}.category-sidebar .category-relation-overview{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.category-sidebar .category-relation-overview .category-relation-title{font-size:18px;font-style:normal;font-weight:350;line-height:normal}.category-sidebar .category-relation-overview .category-page-assignment-wrapper{min-height:20px;max-height:290px;width:100%;overflow:scroll}.category-sidebar .category-relation-overview .category-page-assignment{display:flex;flex-direction:column;padding:4px 8px;justify-content:space-between;align-items:start;align-self:stretch;border:1px solid #CFCFCF;background:#f3f7fc}.category-sidebar .category-relation-overview .category-page-assignment p{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.category-sidebar .category-relation-overview .sub-categories-wrap{display:flex;flex-direction:column;gap:8px;margin:0 16px}.category-sidebar .category-relation-overview .select-category-wrap{display:flex;flex-direction:row;gap:12px}.category-sidebar .category-relation-overview .select-category-wrap .select-all-categories-label{font-size:18px;font-style:normal;font-weight:350;line-height:normal}.category-sidebar .category-relation-overview .select-category-wrap .select-category-name{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.category-sidebar .category-relation-overview .select-category-wrap .select-category-pages{color:#29242d;font-size:13px;font-style:normal;font-weight:400;line-height:24px}.category-sidebar .sidebar-button-group{display:flex;width:100%;flex-direction:row-reverse;align-items:flex-end;gap:8px;flex-shrink:0}.error-icon{fill:#e20022}.error-icon *{stroke:#fcf1f3}.warning-icon{fill:#ec8526;width:34px;height:auto}.warning-icon *{stroke:#fdf1e7}.success-icon{fill:#499f20}.success-icon path{stroke:#f6faf4;stroke-width:1px}.success-icon circle{stroke:transparent}.close-icon:hover{cursor:pointer}.hint-dialog-wrap{display:flex;align-self:stretch;align-items:center;justify-content:space-between;padding:12px 16px;gap:24px;border-radius:2px}.hint-dialog-wrap.error{border:.75px solid #E20022;background:#fcf1f3}.hint-dialog-wrap.warning{border:.75px solid #EC8526;background:#fdf1e7}.hint-dialog-wrap.success{border:.75px solid #499F20;background:#f6faf4}.hint-dialog-wrap .hint-dialog{display:flex;align-items:center;gap:10px}.dropdown-menu{display:flex;flex-direction:column;position:relative;width:400px}.dropdown-label{margin-bottom:5px;color:#29242d;font-size:14px;font-style:normal;font-weight:600;line-height:21px}.dropdown-b{padding:10px 15px;font-size:16px;border:1px solid #ccc;border-radius:4px;cursor:pointer;text-align:left;width:100%;display:flex;align-items:center;justify-content:space-between}.dropdown-b .dropdown-b-title{font-size:16px;font-style:normal;font-weight:400;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.dropdown-b .dropdown-b-title.no-selected{color:#78757a}.dropdown-b .dropdown-b-icon{stroke:#29242d;width:18px;height:auto}.dropdown-b:hover{background-color:#e0e0e0}.dropdown-entries{position:absolute;top:100%;left:0;z-index:1000;display:none;flex-direction:column;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 6px #0000001a;width:100%}.dropdown-entries.visible{display:flex;max-height:250px;overflow:scroll}.dropdown-entry-b{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background-color:transparent;border:none;width:100%;text-align:left;cursor:pointer}.dropdown-entry-b *{color:#003063}.dropdown-entry-b:hover{background-color:#f0f0f0}.dropdown-entry-title{font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin:0;flex:1}.dropdown-entry-checkmark{font-size:16px}.split-layout{width:100%;height:100%;display:flex;flex-direction:row}.split-layout-left{flex:4;border-right:1px solid black;overflow:hidden}.split-layout-right{flex:2}.category-edit-page-content{display:flex;flex-direction:column;gap:16px;height:100%;overflow:scroll}.table-text-cell{width:440.5px}.table-icon-cell{width:119px}.cell{border-bottom:1px solid #CFCFCF;height:40px;text-align:start;vertical-align:middle;position:relative}.cell-input{border:transparent;width:100%;height:100%}.cell-input:focus{outline:transparent}.cell-input:hover{background-color:#eee}.category-delete-button{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:6px;background-color:transparent;border:transparent}.table-title{color:#585965;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;text-align:start}.category-button-group{width:100%;display:flex;gap:8px;justify-content:end}
