.annotationLayer section, .xfaLayer {
    text-align: initial;
    transform-origin: 0 0
}

.textLayer, .xfaCaption, .xfaPage {
    overflow: hidden
}

*, .annotationLayer .choiceWidgetAnnotation select option {
    padding: 0
}

#outerContainer.sidebarOpen #sidebarContainer, #sidebarContent {
    inset-inline-start: 0
}

#loadingBar, #sidebarContainer {
    transition-property: inset-inline-start
}

#loadingBar, #sidebarContainer, #viewerContainer:not(.pdfPresentationMode) {
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function)
}

#findInput[data-status=pending], #pageNumber.visiblePageIsLoading {
    background-image: var(--loading-icon);
    background-repeat: no-repeat
}

:root, [ep-data-theme=light] {
    --sidebar-width: 200px;
    --sidebar-transition-duration: 200ms;
    --sidebar-transition-timing-function: ease;
    --doorhanger-icon-opacity: 0.9;
    --treeitem-expanded-icon: url(images/treeitem-expanded.svg);
    --treeitem-collapsed-icon: url(images/treeitem-collapsed.svg);
    --toolbarButton-menuArrow-icon: url(images/toolbarButton-menuArrow.svg);
    --toolbarButton-sidebarToggle-icon: url(images/toolbarButton-sidebarToggle.svg);
    --toolbarButton-secondaryToolbarToggle-icon: url(images/toolbarButton-secondaryToolbarToggle.svg);
    --toolbarButton-pageUp-icon: url(images/toolbarButton-pageUp.svg);
    --toolbarButton-pageDown-icon: url(images/toolbarButton-pageDown.svg);
    --toolbarButton-zoomOut-icon: url(images/toolbarButton-zoomOut.svg);
    --toolbarButton-zoomIn-icon: url(images/toolbarButton-zoomIn.svg);
    --toolbarButton-presentationMode-icon: url(images/toolbarButton-presentationMode.svg);
    --toolbarButton-print-icon: url(images/toolbarButton-print.svg);
    --toolbarButton-openFile-icon: url(images/toolbarButton-openFile.svg);
    --toolbarButton-download-icon: url(images/toolbarButton-download.svg);
    --toolbarButton-bookmark-icon: url(images/toolbarButton-bookmark.svg);
    --toolbarButton-viewThumbnail-icon: url(images/toolbarButton-viewThumbnail.svg);
    --toolbarButton-viewOutline-icon: url(images/toolbarButton-viewOutline.svg);
    --toolbarButton-viewAttachments-icon: url(images/toolbarButton-viewAttachments.svg);
    --toolbarButton-viewLayers-icon: url(images/toolbarButton-viewLayers.svg);
    --toolbarButton-currentOutlineItem-icon: url(images/toolbarButton-currentOutlineItem.svg);
    --toolbarButton-search-icon: url(images/toolbarButton-search.svg);
    --findbarButton-previous-icon: url(images/findbarButton-previous.svg);
    --findbarButton-next-icon: url(images/findbarButton-next.svg);
    --secondaryToolbarButton-firstPage-icon: url(images/secondaryToolbarButton-firstPage.svg);
    --secondaryToolbarButton-lastPage-icon: url(images/secondaryToolbarButton-lastPage.svg);
    --secondaryToolbarButton-rotateCcw-icon: url(images/secondaryToolbarButton-rotateCcw.svg);
    --secondaryToolbarButton-rotateCw-icon: url(images/secondaryToolbarButton-rotateCw.svg);
    --secondaryToolbarButton-selectTool-icon: url(images/secondaryToolbarButton-selectTool.svg);
    --secondaryToolbarButton-handTool-icon: url(images/secondaryToolbarButton-handTool.svg);
    --secondaryToolbarButton-scrollVertical-icon: url(images/secondaryToolbarButton-scrollVertical.svg);
    --secondaryToolbarButton-scrollHorizontal-icon: url(images/secondaryToolbarButton-scrollHorizontal.svg);
    --secondaryToolbarButton-scrollWrapped-icon: url(images/secondaryToolbarButton-scrollWrapped.svg);
    --secondaryToolbarButton-spreadNone-icon: url(images/secondaryToolbarButton-spreadNone.svg);
    --secondaryToolbarButton-spreadOdd-icon: url(images/secondaryToolbarButton-spreadOdd.svg);
    --secondaryToolbarButton-spreadEven-icon: url(images/secondaryToolbarButton-spreadEven.svg);
    --secondaryToolbarButton-documentProperties-icon: url(images/secondaryToolbarButton-documentProperties.svg)
}

[ep-data-theme=custom], [ep-data-theme=dark] {
    --main-color: rgba(249, 249, 250, 1);
    --errorWrapper-bg-color: rgba(169, 14, 14, 1);
    --progressBar-color: rgba(0, 96, 223, 1);
    --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
    --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
    --scrollbar-color: rgba(121, 121, 123, 1);
    --scrollbar-bg-color: rgba(35, 35, 39, 1);
    --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
    --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
    --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
    --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
    --toolbar-bg-color: rgba(56, 56, 61, 1);
    --toolbar-border-color: rgba(12, 12, 13, 1);
    --toggled-btn-color: rgba(255, 255, 255, 1);
    --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
    --field-color: rgba(250, 250, 250, 1);
    --field-border-color: rgba(115, 115, 115, 1);
    --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1);
    --treeitem-color: rgba(255, 255, 255, 0.8);
    --treeitem-hover-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-color: rgba(255, 255, 255, 0.9);
    --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
    --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
    --doorhanger-border-color: rgba(39, 39, 43, 1);
    --doorhanger-hover-color: rgba(249, 249, 250, 1);
    --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
    --doorhanger-separator-color: rgba(92, 92, 97, 1);
    --overlay-button-bg-color: rgba(92, 92, 97, 1);
    --overlay-button-hover-bg-color: rgba(115, 115, 115, 1)
}

:root {
    --highlight-bg-color: rgba(180, 0, 170, 1);
    --highlight-selected-bg-color: rgba(0, 100, 0, 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;
    --xfa-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>");
    --xfa-focus-outline: auto;
    --focus-outline: solid 2px blue;
    --hover-outline: dashed 2px blue;
    --freetext-line-height: 1.35;
    --freetext-padding: 2px;
    --editorFreeText-editing-cursor: text;
    --editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16, pointer;
    --viewer-container-height: 0;
    --pdfViewer-padding-bottom: 0;
    --page-margin: 1px auto -8px;
    --page-border: 9px solid transparent;
    --spreadHorizontalWrapped-margin-LR: -3.5px;
    --loading-icon-delay: 400ms;
    --dir-factor: 1;
    --scale-select-width: 140px;
    --toolbar-icon-opacity: 0.7;
    --main-color: rgba(12, 12, 13, 1);
    --body-bg-color: rgba(212, 212, 215, 1);
    --progressBar-color: rgba(10, 132, 255, 1);
    --progressBar-bg-color: rgba(221, 221, 222, 1);
    --progressBar-blend-color: rgba(116, 177, 239, 1);
    --scrollbar-color: auto;
    --scrollbar-bg-color: auto;
    --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
    --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
    --sidebar-narrow-bg-color: rgba(212, 212, 215, 0.9);
    --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
    --toolbar-bg-color: rgba(249, 249, 250, 1);
    --toolbar-border-color: rgba(184, 184, 184, 1);
    --toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
    --toolbar-border-bottom: none;
    --toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
    --toolbarSidebar-border-bottom: none;
    --button-hover-color: rgba(221, 222, 223, 1);
    --toggled-btn-color: rgba(0, 0, 0, 1);
    --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
    --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
    --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
    --dropdown-btn-border: none;
    --separator-color: rgba(0, 0, 0, 0.3);
    --field-color: rgba(6, 6, 6, 1);
    --field-bg-color: rgba(255, 255, 255, 1);
    --field-border-color: rgba(187, 187, 188, 1);
    --treeitem-color: rgba(0, 0, 0, 0.8);
    --treeitem-hover-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
    --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
    --doorhanger-bg-color: rgba(255, 255, 255, 1);
    --doorhanger-border-color: rgba(12, 12, 13, 0.2);
    --doorhanger-hover-color: rgba(12, 12, 13, 1);
    --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
    --doorhanger-separator-color: rgba(222, 222, 222, 1);
    --dialog-button-border: none;
    --dialog-button-bg-color: rgba(12, 12, 13, 0.1);
    --dialog-button-hover-bg-color: rgba(12, 12, 13, 0.3);
    --loading-icon: url(images/loading.svg);
    --toolbarButton-editorFreeText-icon: url(images/toolbarButton-editorFreeText.svg);
    --toolbarButton-editorInk-icon: url(images/toolbarButton-editorInk.svg);
    --secondaryToolbarButton-scrollPage-icon: url(images/secondaryToolbarButton-scrollPage.svg)
}

.textLayer {
    position: absolute;
    text-align: initial;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    forced-color-adjust: none;
    transform-origin: 0 0;
    z-index: 2
}

.textLayer br, .textLayer span {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    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, .xfaLayer .highlight.appended {
    position: initial
}

.textLayer .highlight.begin, .xfaLayer .highlight.begin {
    border-radius: 4px 0 0 4px
}

.textLayer .highlight.end, .xfaLayer .highlight.end {
    border-radius: 0 4px 4px 0
}

.textLayer .highlight.middle, .xfaLayer .highlight.middle {
    border-radius: 0
}

.textLayer .highlight.selected {
    background-color: var(--highlight-selected-bg-color)
}

.textLayer ::-moz-selection {
    background: AccentColor
}

.textLayer ::selection {
    background: AccentColor
}

.textLayer br::-moz-selection {
    background: 0 0
}

.textLayer br::selection {
    background: 0 0
}

.textLayer .endOfContent {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#layersView .treeItem>a *, .annotationLayer .caretAnnotation, .annotationLayer .circleAnnotation svg ellipse, .annotationLayer .fileAttachmentAnnotation, .annotationLayer .freeTextAnnotation, .annotationLayer .highlightAnnotation, .annotationLayer .inkAnnotation svg polyline, .annotationLayer .lineAnnotation svg line, .annotationLayer .polygonAnnotation svg polygon, .annotationLayer .polylineAnnotation svg polyline, .annotationLayer .popup, .annotationLayer .squareAnnotation svg rect, .annotationLayer .squigglyAnnotation, .annotationLayer .stampAnnotation, .annotationLayer .strikeoutAnnotation, .annotationLayer .underlineAnnotation, .treeItem>a, .xfaButton {
    cursor: pointer
}

.textLayer .endOfContent.active {
    top: 0
}

@media screen and (forced-colors:active) {
    :root {
        --highlight-bg-color: Highlight;
        --highlight-selected-bg-color: ButtonText;
        --input-focus-border-color: CanvasText;
        --input-unfocused-border-color: ActiveText;
        --input-disabled-border-color: GrayText;
        --input-hover-border-color: Highlight;
        --xfa-focus-outline: 2px solid CanvasText
    }

    .annotationLayer .buttonWidgetAnnotation.checkBox input:required, .annotationLayer .buttonWidgetAnnotation.radioButton input:required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .textWidgetAnnotation input:required, .annotationLayer .textWidgetAnnotation textarea:required {
        outline: selectedItem solid 1.5px
    }

    .xfaLayer :required {
        outline: selectedItem solid 1.5px
    }
}

.annotationLayer {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform-origin: 0 0;
    z-index: 3
}

.annotationLayer section {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box
}

.annotationLayer .buttonWidgetAnnotation.pushButton>a, .annotationLayer .linkAnnotation>a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.annotationLayer .buttonWidgetAnnotation.pushButton>canvas, .pdfViewer .page canvas[zooming], .xfaWrapped {
    width: 100%;
    height: 100%
}

.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover, .annotationLayer .linkAnnotation>a:hover {
    opacity: .2;
    background: #ff0;
    box-shadow: 0 2px 10px #ff0
}

.annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.annotationLayer .buttonWidgetAnnotation.checkBox input, .annotationLayer .buttonWidgetAnnotation.radioButton input, .annotationLayer .choiceWidgetAnnotation select, .annotationLayer .textWidgetAnnotation input, .annotationLayer .textWidgetAnnotation textarea {
    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 .buttonWidgetAnnotation.checkBox input:required, .annotationLayer .buttonWidgetAnnotation.radioButton input:required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .textWidgetAnnotation input:required, .annotationLayer .textWidgetAnnotation textarea:required {
    outline: red solid 1.5px
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
    border-radius: 50%
}

.annotationEditorLayer .inkEditor.disabled, .annotationLayer .textWidgetAnnotation textarea {
    resize: none
}

.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled], .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled], .annotationLayer .choiceWidgetAnnotation select[disabled], .annotationLayer .textWidgetAnnotation input[disabled], .annotationLayer .textWidgetAnnotation textarea[disabled] {
    background: 0 0;
    border: 2px solid var(--input-disabled-border-color);
    cursor: not-allowed
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:hover, .annotationLayer .buttonWidgetAnnotation.radioButton input:hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .textWidgetAnnotation input:hover, .annotationLayer .textWidgetAnnotation textarea:hover {
    border: 2px solid var(--input-hover-border-color)
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .textWidgetAnnotation input:hover, .annotationLayer .textWidgetAnnotation textarea:hover {
    border-radius: 2px
}

.annotationLayer .choiceWidgetAnnotation select:focus, .annotationLayer .textWidgetAnnotation input:focus, .annotationLayer .textWidgetAnnotation textarea:focus {
    background: 0 0;
    border: 2px solid var(--input-focus-border-color);
    border-radius: 2px;
    outline: var(--input-focus-outline)
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus, .annotationLayer .buttonWidgetAnnotation.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:after, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
    background-color: CanvasText;
    content: "";
    display: block;
    position: absolute
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
    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.checkBox input, .annotationLayer .buttonWidgetAnnotation.radioButton input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.annotationLayer .popupTriggerArea, .xfaLabel, body, html {
    height: 100%;
    width: 100%
}

.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));
    font: message-box;
    white-space: normal;
    word-wrap: break-word;
    pointer-events: auto
}

.annotationLayer .popup>*, .annotationLayer .richText>* {
    font-size: calc(9px * var(--scale-factor))
}

.annotationLayer .popup h1, .pdfViewer.singlePageView {
    display: inline-block
}

.annotationLayer .popupDate {
    display: inline-block;
    margin-left: calc(5px * var(--scale-factor))
}

.annotationLayer .popupContent {
    border-top: 1px solid #333;
    margin-top: calc(2px * var(--scale-factor));
    padding-top: calc(2px * var(--scale-factor))
}

.annotationLayer .richText>* {
    white-space: pre-wrap
}

.annotationLayer section svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.annotationLayer .annotationTextContent {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.annotationLayer .annotationTextContent span {
    width: 100%;
    display: inline-block
}

.xfaLayer .highlight {
    margin: -1px;
    padding: 1px;
    background-color: #efcbed;
    border-radius: 4px
}

.xfaBorder, .xfaLayer, .xfaLayer * {
    background-color: transparent
}

.xfaButton, .xfaCheckbox, .xfaRadio, .xfaSelect, .xfaTextfield {
    border: none;
    width: 100%;
    height: 100%
}

.xfaLayer .highlight.selected {
    background-color: #cbdfcb
}

.xfaPage {
    position: relative
}

.xfaBorder, .xfaContentarea, .xfaLayer, .xfaLink {
    position: absolute
}

#findMsg:empty, #findResultsCount:empty, #printContainer, .pdfViewer .page canvas[hidden], .treeItemToggler.treeItemsHidden~.treeItems, .visibleLargeView, .visibleMediumView, .xfaPrintOnly {
    display: none
}

.xfaLayer {
    top: 0;
    left: 0;
    line-height: 1.2
}

.xfaLayer * {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-kerning: inherit;
    letter-spacing: -.01px;
    text-align: inherit;
    text-decoration: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    line-height: inherit
}

#findResultsCount, #passwordDialog, .xfaButton, dialog .buttonRow {
    text-align: center
}

.treeItem>a, .xfaFont {
    text-decoration: none
}

.xfaSelect, [dir=ltr] #toolbarSidebarRight {
    padding-right: 2px
}

.xfaSelect, [dir=rtl] #toolbarSidebarRight {
    padding-left: 2px
}

.xfaLayer :required {
    outline: red solid 1.5px
}

.xfaLayer div, .xfaLayer svg, .xfaLayer svg * {
    pointer-events: none
}

.xfaLayer a {
    color: #00f
}

.xfaRich li {
    margin-left: 3em
}

.xfaFont {
    color: #000;
    font-weight: 400;
    font-kerning: none;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0;
    vertical-align: 0
}

.xfaCaption {
    flex: 0 0 auto
}

.xfaCaptionForCheckButton {
    overflow: hidden;
    flex: 1 1 auto
}

.xfaLeft {
    display: flex;
    flex-direction: row;
    align-items: center
}

.xfaRight {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.xfaLeft>.xfaCaption, .xfaLeft>.xfaCaptionForCheckButton, .xfaRight>.xfaCaption, .xfaRight>.xfaCaptionForCheckButton {
    max-height: 100%
}

.xfaTop {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.xfaBottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start
}

#toolbarContainer, .xfaBottom>.xfaCaption, .xfaBottom>.xfaCaptionForCheckButton, .xfaTop>.xfaCaption, .xfaTop>.xfaCaptionForCheckButton {
    width: 100%
}

.xfaBorder {
    pointer-events: none
}

.xfaSelect:focus, .xfaTextfield:focus {
    background-image: none;
    background-color: transparent;
    outline: var(--xfa-focus-outline);
    outline-offset: -1px
}

.xfaCheckbox:focus, .xfaRadio:focus {
    outline: var(--xfa-focus-outline)
}

.xfaSelect, .xfaTextfield {
    flex: 1 1 auto;
    resize: none;
    background-image: var(--xfa-unfocused-field-background)
}

.xfaSelect {
    padding-inline: 2px
}

.xfaBottom>.xfaSelect, .xfaBottom>.xfaTextfield, .xfaTop>.xfaSelect, .xfaTop>.xfaTextfield {
    flex: 0 1 auto
}

.xfaLink {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.xfaCheckbox, .xfaRadio {
    flex: 0 0 auto
}

.xfaRich {
    white-space: pre-wrap;
    width: 100%;
    height: 100%
}

.xfaImage {
    -o-object-position: left top;
    object-position: left top;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.xfaLrTb, .xfaRlTb, .xfaTable, .xfaTb {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.xfaLr, .xfaTable .xfaRow {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.xfaRl {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch
}

.xfaTb>div {
    justify-content: left
}

.xfaArea, .xfaPosition {
    position: relative
}

.xfaValignMiddle {
    display: flex;
    align-items: center
}

.xfaTable .xfaRlRow {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    flex: 1
}

.xfaTable .xfaRlRow>div {
    flex: 1
}

.xfaDisabled input, .xfaDisabled textarea, .xfaNonInteractive input, .xfaNonInteractive textarea, .xfaReadOnly input, .xfaReadOnly textarea {
    background: initial
}

@media (-webkit-min-device-pixel-ratio:1.1), (min-resolution:1.1dppx) {
    :root {
        --editorFreeText-editing-cursor: url(images/cursor-editorFreeText.svg) 0 16, text
    }
}

[data-editor-rotation="90"] {
    transform: rotate(90deg)
}

[data-editor-rotation="180"] {
    transform: rotate(180deg)
}

[data-editor-rotation="270"] {
    transform: rotate(270deg)
}

.annotationEditorLayer {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: calc(100px * var(--scale-factor));
    transform-origin: 0 0;
    cursor: auto;
    z-index: 4
}

#editorFreeTextParamsToolbar, #editorInkParamsToolbar, .findbar {
    background-color: var(--toolbar-bg-color)
}

.annotationEditorLayer.freeTextEditing {
    cursor: var(--editorFreeText-editing-cursor)
}

.annotationEditorLayer.inkEditing {
    cursor: var(--editorInk-editing-cursor)
}

.annotationEditorLayer .freeTextEditor, .annotationEditorLayer .inkEditor {
    background: 0 0;
    transform-origin: 0 0;
    cursor: auto;
    z-index: 1;
    position: absolute
}

.annotationEditorLayer .selectedEditor {
    outline: var(--focus-outline);
    resize: none
}

.annotationEditorLayer .freeTextEditor {
    border-radius: 3px;
    padding: calc(var(--freetext-padding) * var(--scale-factor));
    resize: none;
    width: auto;
    height: auto;
    touch-action: none
}

.annotationEditorLayer .freeTextEditor .internal {
    background: 0 0;
    border: none;
    top: 0;
    left: 0;
    overflow: visible;
    white-space: nowrap;
    resize: none;
    font: 10px sans-serif;
    line-height: var(--freetext-line-height)
}

.annotationEditorLayer .freeTextEditor .overlay {
    position: absolute;
    display: none;
    background: 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.annotationEditorLayer .freeTextEditor .overlay.enabled {
    display: block
}

.annotationEditorLayer .freeTextEditor .internal:empty::before {
    content: attr(default-content);
    color: gray
}

#thumbnailView>a:active, #thumbnailView>a:focus, .annotationEditorLayer .freeTextEditor .internal:focus {
    outline: 0
}

.annotationEditorLayer .inkEditor.disabled.selectedEditor {
    resize: horizontal
}

.annotationEditorLayer .freeTextEditor:hover:not(.selectedEditor), .annotationEditorLayer .inkEditor:hover:not(.selectedEditor) {
    outline: var(--hover-outline)
}

.annotationEditorLayer .inkEditor {
    border-radius: 3px;
    overflow: auto;
    width: 100%;
    height: 100%
}

.annotationEditorLayer .inkEditor.editing {
    resize: none;
    cursor: inherit
}

.annotationEditorLayer .inkEditor .inkEditorCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: none
}

[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) translateX(-100%)
}

.pdfViewer {
    --scale-factor: 1;
    padding-bottom: var(--pdfViewer-padding-bottom)
}

.pdfViewer .canvasWrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pdfViewer .page {
    direction: ltr;
    width: 816px;
    height: 1056px;
    margin: var(--page-margin);
    position: relative;
    overflow: visible;
    border: var(--page-border);
    background-clip: content-box;
    background-color: #fff
}

.pdfViewer .dummyPage {
    position: relative;
    width: 0;
    height: var(--viewer-container-height)
}

.pdfViewer.removePageBorders .page {
    margin: 0 auto 10px;
    border: none
}

.pdfViewer.singlePageView .page {
    margin: 0;
    border: none
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
    margin-left: 3.5px;
    margin-right: 3.5px;
    text-align: center
}

.pdfViewer.scrollHorizontal, .spread {
    white-space: nowrap
}

.secondaryToolbarButton, .treeItem>a {
    white-space: normal;
    height: auto;
    display: inline-block
}

.pdfViewer.removePageBorders, .pdfViewer.scrollHorizontal .spread, .pdfViewer.scrollWrapped .spread {
    margin-left: 0;
    margin-right: 0
}

.pdfViewer.scrollHorizontal .page, .pdfViewer.scrollHorizontal .spread, .pdfViewer.scrollWrapped .page, .pdfViewer.scrollWrapped .spread, .spread .dummyPage, .spread .page {
    display: inline-block;
    vertical-align: middle
}

.pdfViewer.scrollHorizontal .page, .pdfViewer.scrollWrapped .page, .spread .page {
    margin-left: var(--spreadHorizontalWrapped-margin-LR);
    margin-right: var(--spreadHorizontalWrapped-margin-LR)
}

*, .pdfPresentationMode .spread {
    margin: 0
}

.pdfViewer.removePageBorders .spread .page, .pdfViewer.removePageBorders.scrollHorizontal .page, .pdfViewer.removePageBorders.scrollWrapped .page {
    margin-left: 5px;
    margin-right: 5px
}

.pdfViewer .page canvas {
    margin: 0;
    display: block
}

.pdfViewer .page .loadingIcon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("images/loading-icon.gif") center no-repeat;
    visibility: visible;
    transition-property: visibility;
    transition-delay: var(--loading-icon-delay);
    z-index: 5
}

.pdfViewer .page .loadingIcon.notVisible {
    transition-property: none;
    visibility: hidden
}

.pdfViewer.enablePermissions .textLayer span {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    cursor: not-allowed
}

.pdfPresentationMode .pdfViewer {
    padding-bottom: 0
}

.pdfPresentationMode .pdfViewer .page {
    margin: 0 auto;
    border: 2px solid transparent
}

[dir=rtl]:root {
    --dir-factor: -1
}

@media (prefers-color-scheme:dark) {
    :root {
        --main-color: rgba(249, 249, 250, 1);
        --body-bg-color: rgba(42, 42, 46, 1);
        --progressBar-color: rgba(0, 96, 223, 1);
        --progressBar-bg-color: rgba(40, 40, 43, 1);
        --progressBar-blend-color: rgba(20, 68, 133, 1);
        --scrollbar-color: rgba(121, 121, 123, 1);
        --scrollbar-bg-color: rgba(35, 35, 39, 1);
        --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
        --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
        --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
        --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
        --toolbar-bg-color: rgba(56, 56, 61, 1);
        --toolbar-border-color: rgba(12, 12, 13, 1);
        --button-hover-color: rgba(102, 102, 103, 1);
        --toggled-btn-color: rgba(255, 255, 255, 1);
        --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
        --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
        --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
        --separator-color: rgba(0, 0, 0, 0.3);
        --field-color: rgba(250, 250, 250, 1);
        --field-bg-color: rgba(64, 64, 68, 1);
        --field-border-color: rgba(115, 115, 115, 1);
        --treeitem-color: rgba(255, 255, 255, 0.8);
        --treeitem-hover-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
        --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
        --doorhanger-bg-color: rgba(74, 74, 79, 1);
        --doorhanger-border-color: rgba(39, 39, 43, 1);
        --doorhanger-hover-color: rgba(249, 249, 250, 1);
        --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
        --doorhanger-separator-color: rgba(92, 92, 97, 1);
        --dialog-button-bg-color: rgba(92, 92, 97, 1);
        --dialog-button-hover-bg-color: rgba(115, 115, 115, 1);
        --loading-icon: url(images/loading-dark.svg)
    }
}

@media screen and (forced-colors:active) {
    :root {
        --focus-outline: solid 3px ButtonText;
        --hover-outline: dashed 3px ButtonText;
        --pdfViewer-padding-bottom: 9px;
        --page-margin: 8px auto -1px;
        --page-border: 1px solid CanvasText;
        --spreadHorizontalWrapped-margin-LR: 3.5px;
        --button-hover-color: Highlight;
        --doorhanger-hover-bg-color: Highlight;
        --toolbar-icon-opacity: 1;
        --toolbar-icon-bg-color: ButtonText;
        --toolbar-icon-hover-bg-color: ButtonFace;
        --toolbar-border-color: CanvasText;
        --toolbar-border-bottom: 1px solid var(--toolbar-border-color);
        --toolbar-box-shadow: none;
        --toggled-btn-color: HighlightText;
        --toggled-btn-bg-color: LinkText;
        --doorhanger-hover-color: ButtonFace;
        --doorhanger-border-color-whcm: 1px solid ButtonText;
        --doorhanger-triangle-opacity-whcm: 0;
        --dialog-button-border: 1px solid Highlight;
        --dialog-button-hover-bg-color: Highlight;
        --dialog-button-hover-color: ButtonFace;
        --dropdown-btn-border: 1px solid ButtonText;
        --field-border-color: ButtonText;
        --main-color: CanvasText;
        --separator-color: GrayText;
        --doorhanger-separator-color: GrayText;
        --toolbarSidebar-box-shadow: none;
        --toolbarSidebar-border-bottom: 1px solid var(--toolbar-border-color)
    }
}

:root, [ep-data-theme=custom], [ep-data-theme=dark], [ep-data-theme=light] {
    --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
    --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
    --separator-color: rgba(0, 0, 0, 0.3)
}

body {
    background-color: var(--body-bg-color);
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg-color)
}

.hidden, [hidden] {
    display: none !important
}

#viewerContainer.pdfPresentationMode:-webkit-full-screen {
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: none;
    -webkit-user-select: none;
    user-select: none
}

#viewerContainer.pdfPresentationMode:fullscreen {
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pdfPresentationMode:-webkit-full-screen section:not([data-internal-link]) {
    pointer-events: none
}

.pdfPresentationMode:fullscreen section:not([data-internal-link]) {
    pointer-events: none
}

.pdfPresentationMode:-webkit-full-screen .textLayer span {
    cursor: none
}

.pdfPresentationMode:fullscreen .textLayer span {
    cursor: none
}

.pdfPresentationMode.pdfPresentationModeControls .textLayer span, .pdfPresentationMode.pdfPresentationModeControls>* {
    cursor: default
}

#outerContainer {
    width: 100%;
    height: 100%;
    position: relative
}

[dir=ltr] #sidebarContainer {
    left: calc(-1 * var(--sidebar-width));
    border-right: var(--doorhanger-border-color-whcm);
    transition-property: left
}

[dir=rtl] #sidebarContainer {
    right: calc(-1 * var(--sidebar-width));
    border-left: var(--doorhanger-border-color-whcm);
    transition-property: right
}

#sidebarContainer {
    position: absolute;
    top: 32px;
    bottom: 0;
    inset-inline-start: calc(-1 * var(--sidebar-width));
    width: var(--sidebar-width);
    visibility: hidden;
    z-index: 100;
    font: message-box;
    border-top: 1px solid #333;
    -webkit-border-end: var(--doorhanger-border-color-whcm);
    border-inline-end: var(--doorhanger-border-color-whcm)
}

#outerContainer.sidebarMoving #sidebarContainer, #outerContainer.sidebarOpen #sidebarContainer {
    visibility: visible
}

[dir=ltr] #outerContainer.sidebarOpen #sidebarContainer, [dir=ltr] #sidebarContent {
    left: 0
}

[dir=rtl] #outerContainer.sidebarOpen #sidebarContainer, [dir=rtl] #sidebarContent {
    right: 0
}

#mainContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* min-width: 350px */
}

#sidebarContent {
    top: 32px;
    bottom: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, .25)
}

#viewerContainer {
    overflow: auto;
    position: absolute;
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0
}

[dir=ltr] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
    left: var(--sidebar-width);
    transition-property: left
}

[dir=rtl] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
    right: var(--sidebar-width);
    transition-property: right
}

#outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
    inset-inline-start: var(--sidebar-width);
    transition-property: inset-inline-start
}

.toolbar {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: default;
    font: message-box
}

#sidebarContainer button, #sidebarContainer input, #sidebarContainer select, .editorParamsToolbar button, .editorParamsToolbar input, .editorParamsToolbar select, .findbar button, .findbar input, .findbar select, .secondaryToolbar a, .secondaryToolbar button, .secondaryToolbar input, .secondaryToolbar select, .toolbar button, .toolbar input, .toolbar select {
    outline: 0;
    font: message-box
}

#toolbarSidebar {
    width: 100%;
    height: 32px;
    background-color: var(--sidebar-toolbar-bg-color);
    box-shadow: var(--toolbarSidebar-box-shadow);
    border-bottom: var(--toolbarSidebar-border-bottom)
}

[dir=ltr] #sidebarResizer {
    right: -6px
}

[dir=rtl] #sidebarResizer {
    left: -6px
}

#sidebarResizer {
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-end: -6px;
    width: 6px;
    z-index: 200;
    cursor: ew-resize
}

#toolbarContainer, .editorParamsToolbar, .findbar, .secondaryToolbar {
    position: relative;
    height: 32px;
    background-color: var(--toolbar-bg-color);
    box-shadow: var(--toolbar-box-shadow);
    border-bottom: var(--toolbar-border-bottom)
}

#toolbarViewer, .findbar>div {
    height: 32px
}

[dir=ltr] #loadingBar {
    left: 0;
    right: var(--progressBar-end-offset);
    transition-property: left
}

[dir=rtl] #loadingBar {
    right: 0;
    left: var(--progressBar-end-offset);
    transition-property: right
}

#loadingBar {
    --progressBar-percent: 0%;
    --progressBar-end-offset: 0;
    position: absolute;
    inset-inline: 0 var(--progressBar-end-offset);
    height: 4px;
    background-color: var(--progressBar-bg-color);
    border-bottom: 1px solid var(--toolbar-border-color)
}

[dir=ltr] #outerContainer.sidebarOpen #loadingBar {
    left: var(--sidebar-width)
}

[dir=rtl] #outerContainer.sidebarOpen #loadingBar {
    right: var(--sidebar-width)
}

#outerContainer.sidebarOpen #loadingBar {
    inset-inline-start: var(--sidebar-width)
}

#loadingBar .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scaleX(var(--progressBar-percent));
    transform-origin: 0 0;
    height: 100%;
    background-color: var(--progressBar-color);
    overflow: hidden;
    transition: transform .2s
}

#currentOutlineItem::before, #secondaryToolbarToggle::before, #sidebarToggle::before, #viewOutline::before {
    transform: scaleX(var(--dir-factor))
}

@keyframes progressIndeterminate {
    0% {
        transform: translateX(-142px)
    }

    100% {
        transform: translateX(0)
    }
}

#loadingBar.indeterminate .progress {
    transform: none;
    background-color: var(--progressBar-bg-color);
    transition: none
}

#loadingBar.indeterminate .progress .glimmer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 150px);
    background: repeating-linear-gradient(135deg, var(--progressBar-blend-color) 0, var(--progressBar-bg-color) 5px, var(--progressBar-bg-color) 45px, var(--progressBar-color) 55px, var(--progressBar-color) 95px, var(--progressBar-blend-color) 100px);
    animation: 1s linear infinite progressIndeterminate
}

#outerContainer.sidebarResizing #loadingBar, #outerContainer.sidebarResizing #sidebarContainer, #outerContainer.sidebarResizing #viewerContainer {
    transition-duration: 0s
}

.editorParamsToolbar, .findbar, .secondaryToolbar {
    top: 32px;
    position: absolute;
    z-index: 30000;
    height: auto;
    padding: 0 4px;
    margin: 4px 2px;
    font: message-box;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    cursor: default
}

[dir=ltr] .findbar {
    left: 64px
}

[dir=rtl] .findbar {
    right: 64px
}

.findbar {
    inset-inline-start: 64px;
    min-width: 300px
}

[dir=ltr] .findbar>div#findbarInputContainer {
    margin-right: 4px
}

[dir=rtl] .findbar>div#findbarInputContainer {
    margin-left: 4px
}

.findbar>div#findbarInputContainer {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px
}

.findbar.wrapContainers>div, .findbar.wrapContainers>div#findbarMessageContainer>* {
    clear: both
}

.findbar.wrapContainers>div#findbarMessageContainer {
    height: auto
}

.findbar input[type=checkbox] {
    pointer-events: none
}

.findbar label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.findbar input:focus-visible+label, .findbar label:hover {
    color: var(--toggled-btn-color);
    background-color: var(--button-hover-color)
}

.findbar .toolbarField[type=checkbox]:checked+.toolbarLabel {
    background-color: var(--toggled-btn-bg-color) !important;
    color: var(--toggled-btn-color)
}

#findInput, #passwordDialog .toolbarField {
    width: 200px
}

#findInput::-moz-placeholder {
    font-style: normal
}

#findInput::placeholder {
    font-style: normal
}

#findInput[data-status=pending] {
    background-position: calc(50% + 48% * var(--dir-factor))
}

#findInput[data-status=notFound] {
    background-color: #f66
}

[dir=ltr] .editorParamsToolbar, [dir=ltr] .secondaryToolbar, [dir=ltr] .treeItemToggler::before {
    right: 4px
}

[dir=rtl] .editorParamsToolbar, [dir=rtl] .secondaryToolbar, [dir=rtl] .treeItemToggler::before {
    left: 4px
}

.editorParamsToolbar, .secondaryToolbar {
    padding: 6px 0 10px;
    inset-inline-end: 4px;
    height: auto;
    background-color: var(--doorhanger-bg-color)
}

.editorParamsToolbarContainer {
    width: 220px;
    margin-bottom: -4px
}

.editorParamsToolbarContainer>.editorParamsSetter {
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    padding-inline: 10px
}

[dir=ltr] .editorParamsToolbarContainer .editorParamsLabel {
    padding-right: 10px
}

[dir=rtl] .editorParamsToolbarContainer .editorParamsLabel {
    padding-left: 10px
}

.editorParamsToolbarContainer .editorParamsLabel {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    flex: none;
    color: var(--main-color)
}

.editorParamsToolbarContainer .editorParamsColor {
    width: 32px;
    height: 32px;
    flex: none
}

.editorParamsToolbarContainer .editorParamsSlider {
    background-color: transparent;
    width: 90px;
    flex: 0 1 0
}

.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
    background-color: #000
}

.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track, .editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-runnable-track {
    background-color: #000
}

.editorParamsToolbarContainer .editorParamsSlider::-moz-range-thumb, .editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-thumb {
    background-color: #fff
}

#secondaryToolbarButtonContainer {
    max-width: 220px;
    min-height: 26px;
    max-height: calc(var(--viewer-container-height) - 40px);
    overflow-y: auto;
    margin-bottom: -4px
}

[dir=ltr] #editorInkParamsToolbar {
    right: 40px
}

[dir=rtl] #editorInkParamsToolbar {
    left: 40px
}

#editorInkParamsToolbar {
    inset-inline-end: 40px
}

[dir=ltr] #editorFreeTextParamsToolbar {
    right: 68px
}

[dir=rtl] #editorFreeTextParamsToolbar {
    left: 68px
}

#editorFreeTextParamsToolbar {
    inset-inline-end: 68px
}

.doorHanger, .doorHangerRight {
    border-radius: 2px;
    box-shadow: 0 1px 5px var(--doorhanger-border-color), 0 0 0 1px var(--doorhanger-border-color);
    border: var(--doorhanger-border-color-whcm)
}

.doorHanger:after, .doorHanger:before, .doorHangerRight:after, .doorHangerRight:before {
    bottom: 100%;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: var(--doorhanger-triangle-opacity-whcm)
}

[dir=ltr] .doorHanger:after, [dir=rtl] .doorHangerRight:after {
    left: 10px;
    margin-left: -8px
}

[dir=ltr] .doorHangerRight:after, [dir=rtl] .doorHanger:after {
    right: 10px;
    margin-right: -8px
}

.doorHanger:after {
    inset-inline-start: 10px;
    -webkit-margin-start: -8px;
    margin-inline-start: -8px;
    border-bottom-color: var(--toolbar-bg-color)
}

.doorHangerRight:after {
    inset-inline-end: 10px;
    -webkit-margin-end: -8px;
    margin-inline-end: -8px;
    border-bottom-color: var(--doorhanger-bg-color)
}

.doorHanger:before, .doorHangerRight:before {
    border-bottom-color: var(--doorhanger-border-color);
    border-width: 9px
}

[dir=ltr] .doorHanger:before, [dir=rtl] .doorHangerRight:before {
    left: 10px;
    margin-left: -9px
}

[dir=ltr] .doorHangerRight:before, [dir=rtl] .doorHanger:before {
    right: 10px;
    margin-right: -9px
}

.doorHanger:before {
    inset-inline-start: 10px;
    -webkit-margin-start: -9px;
    margin-inline-start: -9px
}

.doorHangerRight:before {
    inset-inline-end: 10px;
    -webkit-margin-end: -9px;
    margin-inline-end: -9px
}

#findResultsCount {
    background-color: #d9d9d9;
    color: #525252;
    padding: 4px 5px;
    margin: 5px
}

#findMsg {
    color: #fb0000
}

#toolbarViewerMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

[dir=ltr] #layersView .treeItem>a>label>input, [dir=ltr] #toolbarSidebarLeft, [dir=ltr] #toolbarSidebarLeft *, [dir=ltr] #toolbarSidebarRight *, [dir=ltr] #toolbarViewerLeft, [dir=ltr] #toolbarViewerLeft>*, [dir=ltr] #toolbarViewerMiddle>*, [dir=ltr] #toolbarViewerRight>*, [dir=ltr] .findbar *, [dir=ltr] .splitToolbarButton>.toolbarButton, [dir=ltr] .splitToolbarButtonSeparator, [dir=ltr] .thumbnail, [dir=ltr] .treeItemToggler, [dir=rtl] #toolbarSidebarRight, [dir=rtl] #toolbarViewerRight {
    float: left
}

[dir=ltr] #toolbarSidebarRight, [dir=ltr] #toolbarViewerRight, [dir=rtl] #layersView .treeItem>a>label>input, [dir=rtl] #toolbarSidebarLeft, [dir=rtl] #toolbarSidebarLeft *, [dir=rtl] #toolbarSidebarRight *, [dir=rtl] #toolbarViewerLeft, [dir=rtl] #toolbarViewerLeft>*, [dir=rtl] #toolbarViewerMiddle>*, [dir=rtl] #toolbarViewerRight>*, [dir=rtl] .findbar *, [dir=rtl] .splitToolbarButton>.toolbarButton, [dir=rtl] .splitToolbarButtonSeparator, [dir=rtl] .thumbnail, [dir=rtl] .treeItemToggler {
    float: right
}

#toolbarSidebarLeft, #toolbarViewerLeft {
    float: inline-start
}

#toolbarSidebarRight, #toolbarViewerRight {
    float: inline-end
}

#toolbarSidebarLeft *, #toolbarSidebarRight *, #toolbarViewerLeft>*, #toolbarViewerMiddle>*, #toolbarViewerRight>*, .findbar * {
    position: relative;
    float: inline-start
}

[dir=ltr] #toolbarViewerLeft, [dir=rtl] #toolbarViewerRight {
    padding-left: 1px
}

[dir=ltr] #toolbarViewerRight, [dir=rtl] #toolbarViewerLeft {
    padding-right: 1px
}

#toolbarViewerLeft {
    -webkit-padding-start: 1px;
    padding-inline-start: 1px;
    display: flex;
    align-items: center
}

#toolbarViewerRight {
    -webkit-padding-end: 1px;
    padding-inline-end: 1px
}

#toolbarSidebarRight {
    -webkit-padding-end: 2px;
    padding-inline-end: 2px
}

.splitToolbarButton {
    margin: 2px;
    display: inline-block
}

.splitToolbarButton>.toolbarButton {
    float: inline-start;
    position: relative;
    margin: 0
}

.dialogButton, .secondaryToolbarButton, .toolbarButton {
    border: none;
    background: 0 0;
    width: 28px;
    height: 28px;
    outline: 0
}

.dialogButton:focus-visible, .dialogButton:hover {
    background-color: var(--dialog-button-hover-bg-color)
}

.dialogButton:focus-visible>span, .dialogButton:hover>span {
    color: var(--dialog-button-hover-color)
}

.toolbarButton>span {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}

.dialogButton[disabled], .secondaryToolbarButton[disabled], .toolbarButton[disabled] {
    opacity: .5
}

.dropdownToolbarButton:hover, .splitToolbarButton>.toolbarButton:focus-visible, .splitToolbarButton>.toolbarButton:hover {
    background-color: var(--button-hover-color)
}

[dir=ltr] #toolbarSidebar .splitToolbarButton>.toolbarButton {
    margin-right: 2px
}

[dir=rtl] #toolbarSidebar .splitToolbarButton>.toolbarButton {
    margin-left: 2px
}

#toolbarSidebar .splitToolbarButton>.toolbarButton {
    -webkit-margin-end: 2px;
    margin-inline-end: 2px
}

.splitToolbarButtonSeparator {
    float: inline-start;
    margin: 4px 0;
    width: 1px;
    height: 20px;
    background-color: var(--separator-color)
}

.dialogButton, .dropdownToolbarButton, .secondaryToolbarButton, .toolbarButton {
    min-width: 16px;
    margin: 2px 1px;
    padding: 2px 6px 0;
    border: none;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box
}

.toolbarButton:focus-visible, .toolbarButton:hover {
    background-color: var(--button-hover-color)
}

.secondaryToolbarButton:focus-visible, .secondaryToolbarButton:hover {
    background-color: var(--doorhanger-hover-bg-color);
    color: var(--doorhanger-hover-color)
}

.secondaryToolbarButton.toggled, .splitToolbarButton.toggled>.toolbarButton.toggled, .toolbarButton.toggled {
    background-color: var(--toggled-btn-bg-color);
    color: var(--toggled-btn-color)
}

.secondaryToolbarButton.toggled::before, .toolbarButton.toggled::before {
    background-color: var(--toggled-btn-color)
}

.secondaryToolbarButton.toggled:hover:active, .splitToolbarButton.toggled>.toolbarButton.toggled:hover:active, .toolbarButton.toggled:hover:active {
    background-color: var(--toggled-hover-active-btn-color)
}

.dropdownToolbarButton {
    width: var(--scale-select-width);
    padding: 0;
    background-color: var(--dropdown-btn-bg-color);
    border: var(--dropdown-btn-border)
}

[dir=ltr] .dropdownToolbarButton::after {
    right: 6px
}

[dir=rtl] .dropdownToolbarButton::after {
    left: 6px
}

.dropdownToolbarButton::after {
    top: 6px;
    inset-inline-end: 6px;
    pointer-events: none;
    -webkit-mask-image: var(--toolbarButton-menuArrow-icon);
    mask-image: var(--toolbarButton-menuArrow-icon)
}

[dir=ltr] .dropdownToolbarButton>select {
    padding-left: 6px
}

[dir=rtl] .dropdownToolbarButton>select {
    padding-right: 6px
}

.dropdownToolbarButton>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: inherit;
    height: 28px;
    font-size: 12px;
    color: var(--main-color);
    margin: 0;
    padding: 1px 0 2px;
    -webkit-padding-start: 6px;
    padding-inline-start: 6px;
    border: none;
    background-color: var(--dropdown-btn-bg-color);
    border-radius: 2px
}

.dropdownToolbarButton>select:focus-visible, .dropdownToolbarButton>select:hover {
    background-color: var(--button-hover-color);
    color: var(--toggled-btn-color)
}

.dropdownToolbarButton>select>option {
    background: var(--doorhanger-bg-color);
    color: var(--main-color)
}

.toolbarButtonSpacer {
    width: 30px;
    display: inline-block;
    height: 1px
}

.dropdownToolbarButton::after, .secondaryToolbarButton::before, .toolbarButton::before, .treeItemToggler::before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: var(--toolbar-icon-bg-color);
    -webkit-mask-size: cover;
    mask-size: cover
}

.dropdownToolbarButton:active::after, .dropdownToolbarButton:focus-visible::after, .dropdownToolbarButton:hover::after {
    background-color: var(--toolbar-icon-hover-bg-color)
}

.toolbarButton::before {
    opacity: var(--toolbar-icon-opacity);
    top: 6px;
    left: 6px
}

.secondaryToolbarButton:focus-visible::before, .secondaryToolbarButton:hover::before, .toolbarButton:focus-visible::before, .toolbarButton:hover::before {
    background-color: var(--toolbar-icon-hover-bg-color)
}

[dir=ltr] .secondaryToolbarButton::before {
    left: 12px
}

[dir=rtl] .secondaryToolbarButton::before {
    right: 12px
}

.secondaryToolbarButton::before {
    opacity: var(--doorhanger-icon-opacity);
    top: 5px;
    inset-inline-start: 12px
}

#sidebarToggle::before {
    -webkit-mask-image: var(--toolbarButton-sidebarToggle-icon);
    mask-image: var(--toolbarButton-sidebarToggle-icon)
}

#secondaryToolbarToggle::before {
    -webkit-mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
    mask-image: var(--toolbarButton-secondaryToolbarToggle-icon)
}

#findPrevious::before {
    -webkit-mask-image: var(--findbarButton-previous-icon);
    mask-image: var(--findbarButton-previous-icon)
}

#findNext::before {
    -webkit-mask-image: var(--findbarButton-next-icon);
    mask-image: var(--findbarButton-next-icon)
}

#previous::before {
    -webkit-mask-image: var(--toolbarButton-pageUp-icon);
    mask-image: var(--toolbarButton-pageUp-icon)
}

#next::before {
    -webkit-mask-image: var(--toolbarButton-pageDown-icon);
    mask-image: var(--toolbarButton-pageDown-icon)
}

#zoomOut::before {
    -webkit-mask-image: var(--toolbarButton-zoomOut-icon);
    mask-image: var(--toolbarButton-zoomOut-icon)
}

#zoomIn::before {
    -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
    mask-image: var(--toolbarButton-zoomIn-icon)
}

#presentationMode::before, #presentationModeIosDevice::before {
    -webkit-mask-image: var(--toolbarButton-presentationMode-icon);
    mask-image: var(--toolbarButton-presentationMode-icon)
}

#editorFreeText::before {
    -webkit-mask-image: var(--toolbarButton-editorFreeText-icon);
    mask-image: var(--toolbarButton-editorFreeText-icon)
}

#editorInk::before {
    -webkit-mask-image: var(--toolbarButton-editorInk-icon);
    mask-image: var(--toolbarButton-editorInk-icon)
}

#print::before, #secondaryPrint::before {
    -webkit-mask-image: var(--toolbarButton-print-icon);
    mask-image: var(--toolbarButton-print-icon)
}

#openFile::before, #secondaryOpenFile::before {
    -webkit-mask-image: var(--toolbarButton-openFile-icon);
    mask-image: var(--toolbarButton-openFile-icon)
}

#download::before, #secondaryDownload::before {
    -webkit-mask-image: var(--toolbarButton-download-icon);
    mask-image: var(--toolbarButton-download-icon)
}

a.secondaryToolbarButton {
    text-decoration: none;
    display: flex;
    align-items: center
}

a.secondaryToolbarButton[href="#"], a.toolbarButton[href="#"] {
    opacity: .5;
    pointer-events: none
}

#viewBookmark::before {
    -webkit-mask-image: var(--toolbarButton-bookmark-icon);
    mask-image: var(--toolbarButton-bookmark-icon)
}

#viewThumbnail::before {
    -webkit-mask-image: var(--toolbarButton-viewThumbnail-icon);
    mask-image: var(--toolbarButton-viewThumbnail-icon)
}

#viewOutline::before {
    -webkit-mask-image: var(--toolbarButton-viewOutline-icon);
    mask-image: var(--toolbarButton-viewOutline-icon)
}

#viewAttachments::before {
    -webkit-mask-image: var(--toolbarButton-viewAttachments-icon);
    mask-image: var(--toolbarButton-viewAttachments-icon)
}

#viewLayers::before {
    -webkit-mask-image: var(--toolbarButton-viewLayers-icon);
    mask-image: var(--toolbarButton-viewLayers-icon)
}

#currentOutlineItem::before {
    -webkit-mask-image: var(--toolbarButton-currentOutlineItem-icon);
    mask-image: var(--toolbarButton-currentOutlineItem-icon)
}

#viewFind::before {
    -webkit-mask-image: var(--toolbarButton-search-icon);
    mask-image: var(--toolbarButton-search-icon)
}

[dir=ltr] .pdfSidebarNotification::after {
    right: 2px
}

[dir=rtl] .pdfSidebarNotification::after {
    left: 2px
}

.pdfSidebarNotification::after {
    position: absolute;
    display: inline-block;
    top: 2px;
    inset-inline-end: 2px;
    content: "";
    background-color: #70db55;
    height: 9px;
    width: 9px;
    border-radius: 50%
}

[dir=ltr] .secondaryToolbarButton {
    padding-left: 36px;
    text-align: left
}

[dir=rtl] .secondaryToolbarButton {
    padding-right: 36px;
    text-align: right
}

.secondaryToolbarButton {
    position: relative;
    margin: 0;
    padding: 0 0 1px;
    -webkit-padding-start: 36px;
    padding-inline-start: 36px;
    min-height: 26px;
    width: auto;
    min-width: 100%;
    text-align: start;
    border-radius: 0;
    box-sizing: border-box
}

[dir=ltr] .secondaryToolbarButton>span, [dir=rtl] #layersView .treeItem>a>label, [dir=rtl] .treeItem>a {
    padding-right: 4px
}

[dir=ltr] #layersView .treeItem>a>label, [dir=ltr] .treeItem>a, [dir=rtl] .secondaryToolbarButton>span {
    padding-left: 4px
}

.secondaryToolbarButton>span {
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
    font-size: 12px
}

#firstPage::before {
    -webkit-mask-image: var(--secondaryToolbarButton-firstPage-icon);
    mask-image: var(--secondaryToolbarButton-firstPage-icon)
}

#lastPage::before {
    -webkit-mask-image: var(--secondaryToolbarButton-lastPage-icon);
    mask-image: var(--secondaryToolbarButton-lastPage-icon)
}

#pageRotateCcw::before {
    -webkit-mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
    mask-image: var(--secondaryToolbarButton-rotateCcw-icon)
}

#pageRotateCw::before {
    -webkit-mask-image: var(--secondaryToolbarButton-rotateCw-icon);
    mask-image: var(--secondaryToolbarButton-rotateCw-icon)
}

#cursorSelectTool::before {
    -webkit-mask-image: var(--secondaryToolbarButton-selectTool-icon);
    mask-image: var(--secondaryToolbarButton-selectTool-icon)
}

#cursorHandTool::before {
    -webkit-mask-image: var(--secondaryToolbarButton-handTool-icon);
    mask-image: var(--secondaryToolbarButton-handTool-icon)
}

#scrollPage::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollPage-icon);
    mask-image: var(--secondaryToolbarButton-scrollPage-icon)
}

#scrollVertical::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
    mask-image: var(--secondaryToolbarButton-scrollVertical-icon)
}

#scrollHorizontal::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
    mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon)
}

#scrollWrapped::before {
    -webkit-mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
    mask-image: var(--secondaryToolbarButton-scrollWrapped-icon)
}

#spreadNone::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadNone-icon);
    mask-image: var(--secondaryToolbarButton-spreadNone-icon)
}

#spreadOdd::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
    mask-image: var(--secondaryToolbarButton-spreadOdd-icon)
}

#spreadEven::before {
    -webkit-mask-image: var(--secondaryToolbarButton-spreadEven-icon);
    mask-image: var(--secondaryToolbarButton-spreadEven-icon)
}

#documentProperties::before {
    -webkit-mask-image: var(--secondaryToolbarButton-documentProperties-icon);
    mask-image: var(--secondaryToolbarButton-documentProperties-icon)
}

.verticalToolbarSeparator {
    display: block;
    margin: 5px 2px;
    width: 1px;
    height: 22px;
    background-color: var(--separator-color)
}

.horizontalToolbarSeparator {
    display: block;
    margin: 6px 0;
    height: 1px;
    width: 100%;
    background-color: var(--doorhanger-separator-color)
}

.toolbarField {
    padding: 4px 7px;
    margin: 3px 0;
    border-radius: 2px;
    background-color: var(--field-bg-color);
    background-clip: padding-box;
    border: 1px solid var(--field-border-color);
    box-shadow: none;
    color: var(--field-color);
    font-size: 12px;
    line-height: 16px;
    outline: 0
}

[dir=ltr] .toolbarField[type=checkbox] {
    margin-left: 7px
}

[dir=rtl] .toolbarField[type=checkbox] {
    margin-right: 7px
}

.toolbarField[type=checkbox] {
    opacity: 0;
    position: absolute !important;
    left: 0;
    margin: 10px 0 3px;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px
}

#pageNumber {
    -moz-appearance: textfield;
    text-align: right;
    width: 40px;
    background-size: 0 0;
    transition-property: none;
    border: none;
    font-size: 12px
}

#pageNumber.visiblePageIsLoading {
    background-position: 3px;
    background-size: 16px 16px;
    transition-property: background-size;
    transition-delay: var(--loading-icon-delay)
}

#pageNumber::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.toolbarField:focus {
    border-color: #0a84ff
}

.toolbarLabel {
    min-width: 16px;
    padding: 7px;
    margin: 2px;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default
}

[dir=ltr] #numPages.toolbarLabel {
    padding-left: 3px
}

[dir=rtl] #numPages.toolbarLabel {
    padding-right: 3px
}

#numPages.toolbarLabel {
    -webkit-padding-start: 3px;
    padding-inline-start: 3px
}

#attachmentsView, #layersView, #outlineView, #thumbnailView {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    bottom: 0;
    padding: 4px 4px 0;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#thumbnailView {
    width: calc(100% - 60px);
    padding: 10px 30px 0
}

.thumbnail {
    float: inline-start;
    margin: 0 10px 5px
}

#thumbnailView>a:last-of-type>.thumbnail {
    margin-bottom: 10px
}

#thumbnailView>a:last-of-type>.thumbnail:not([data-loaded]) {
    margin-bottom: 9px
}

.thumbnail:not([data-loaded]) {
    border: 1px dashed #848484;
    margin: -1px 9px 4px
}

.thumbnailImage {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .5), 0 2px 8px rgba(0, 0, 0, .3);
    opacity: .8;
    z-index: 99;
    background-color: #fff;
    background-clip: content-box
}

.thumbnailSelectionRing {
    border-radius: 2px;
    padding: 7px
}

.thumbnail:hover>.thumbnailSelectionRing>.thumbnailImage, a:focus>.thumbnail>.thumbnailSelectionRing>.thumbnailImage {
    opacity: .9
}

.thumbnail:hover>.thumbnailSelectionRing, a:focus>.thumbnail>.thumbnailSelectionRing {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    color: rgba(255, 255, 255, .9)
}

.thumbnail.selected>.thumbnailSelectionRing>.thumbnailImage {
    opacity: 1
}

.thumbnail.selected>.thumbnailSelectionRing {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    color: #fff
}

[dir=ltr] .treeItem>.treeItems, [dir=ltr] .treeWithDeepNesting>.treeItem {
    margin-left: 20px
}

[dir=rtl] .treeItem>.treeItems, [dir=rtl] .treeWithDeepNesting>.treeItem {
    margin-right: 20px
}

.treeItem>.treeItems, .treeWithDeepNesting>.treeItem {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px
}

.treeItem>a {
    min-width: calc(100% - 4px);
    margin-bottom: 1px;
    padding: 2px 0 5px;
    -webkit-padding-start: 4px;
    padding-inline-start: 4px;
    border-radius: 2px;
    color: var(--treeitem-color);
    font-size: 13px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#layersView .treeItem>a>label {
    -webkit-padding-start: 4px;
    padding-inline-start: 4px
}

#layersView .treeItem>a>label>input {
    float: inline-start;
    margin-top: 1px
}

.treeItemToggler {
    position: relative;
    float: inline-start;
    height: 0;
    width: 0;
    color: rgba(255, 255, 255, .5)
}

.dialogButton, dialog {
    color: var(--main-color)
}

.treeItemToggler::before {
    inset-inline-end: 4px;
    -webkit-mask-image: var(--treeitem-expanded-icon);
    mask-image: var(--treeitem-expanded-icon)
}

.treeItemToggler.treeItemsHidden::before {
    -webkit-mask-image: var(--treeitem-collapsed-icon);
    mask-image: var(--treeitem-collapsed-icon);
    transform: scaleX(var(--dir-factor))
}

.treeItem.selected>a {
    background-color: var(--treeitem-selected-bg-color);
    color: var(--treeitem-selected-color)
}

.treeItem>a:hover, .treeItemToggler:hover, .treeItemToggler:hover+a, .treeItemToggler:hover~.treeItems {
    background-color: var(--sidebaritem-bg-color);
    background-clip: padding-box;
    border-radius: 2px;
    color: var(--treeitem-hover-color)
}

.dialogButton {
    width: auto;
    margin: 3px 4px 2px !important;
    padding: 2px 11px;
    background-color: var(--dialog-button-bg-color);
    border: var(--dialog-button-border) !important
}

dialog {
    margin: auto;
    padding: 15px;
    border-spacing: 4px;
    font: message-box;
    font-size: 12px;
    line-height: 14px;
    background-color: var(--doorhanger-bg-color);
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, .2)
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, .2)
}

dialog>.row {
    display: table-row
}

dialog>.row>* {
    display: table-cell
}

dialog .toolbarField {
    margin: 5px 0
}

dialog .separator {
    display: block;
    margin: 4px 0;
    height: 1px;
    width: 100%;
    background-color: var(--separator-color)
}

dialog .buttonRow {
    vertical-align: middle
}

dialog :link {
    color: #fff
}

#documentPropertiesDialog, [dir=ltr] #documentPropertiesDialog .row>* {
    text-align: left
}

[dir=rtl] #documentPropertiesDialog .row>* {
    text-align: right
}

#documentPropertiesDialog .row>* {
    min-width: 100px;
    text-align: start
}

#documentPropertiesDialog .row>span {
    width: 125px;
    word-wrap: break-word
}

#documentPropertiesDialog .row>p {
    max-width: 225px;
    word-wrap: break-word
}

#documentPropertiesDialog .buttonRow {
    margin-top: 10px
}

.grab-to-pan-grab {
    cursor: grab !important
}

.grab-to-pan-grab :not(input):not(textarea):not(button):not(select):not(:link) {
    cursor: inherit !important
}

.grab-to-pan-grab:active, .grab-to-pan-grabbing {
    cursor: grabbing !important;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 50000
}

@page {
    margin: 0
}

@media print {
    .xfaSelect, .xfaTextfield {
        background: 0 0
    }

    .xfaSelect {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 1px;
        text-overflow: ""
    }

    #printContainer>.printedPage, #printContainer>.xfaPrintedPage {
        page-break-after: always;
        page-break-inside: avoid;
        width: 100%;
        height: 100%
    }

    body {
        background: rgba(0, 0, 0, 0)
    }

    body[data-pdfjsprinting] #outerContainer {
        display: none
    }

    body[data-pdfjsprinting] #printContainer {
        display: block
    }

    #printContainer {
        height: 100%
    }

    #printContainer>.printedPage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #printContainer>.xfaPrintedPage .xfaPage {
        position: absolute
    }

    #printContainer>.xfaPrintedPage {
        position: relative
    }

    #printContainer>.printedPage canvas, #printContainer>.printedPage img {
        max-width: 100%;
        max-height: 100%;
        direction: ltr;
        display: block
    }
}

@media all and (max-width:900px) {
    #toolbarViewerMiddle {
        display: table;
        margin: auto;
        left: auto;
        position: inherit;
        transform: none
    }
}

@media all and (max-width:840px) {
    #sidebarContainer {
        background-color: var(--sidebar-narrow-bg-color)
    }

    [dir=ltr] #outerContainer.sidebarOpen #viewerContainer {
        left: 0 !important
    }

    [dir=rtl] #outerContainer.sidebarOpen #viewerContainer {
        right: 0 !important
    }

    #outerContainer.sidebarOpen #viewerContainer {
        inset-inline-start: 0 !important
    }
}

@media all and (max-width:820px) {
    #outerContainer .hiddenLargeView {
        display: none
    }

    #outerContainer .visibleLargeView {
        display: inherit
    }
}

@media all and (max-width:750px) {
    #outerContainer .hiddenMediumView {
        display: none
    }

    #outerContainer .visibleMediumView {
        display: inherit
    }
}

@media all and (max-width:690px) {
    .hiddenSmallView, .hiddenSmallView * {
        display: none
    }

    .toolbarButtonSpacer {
        width: 0
    }

    [dir=ltr] .findbar {
        left: 34px
    }

    [dir=rtl] .findbar {
        right: 34px
    }

    .findbar {
        inset-inline-start: 34px
    }
}

@media all and (max-width:560px) {
    #scaleSelectContainer {
        display: none
    }
}
@media all and (max-width:450px) {
    #toolbarViewerRight #editorModeButtons, #toolbarViewerRight #print,  #toolbarViewerRight #download {
        display: none!important;
    }
}

:root, [ep-data-theme=light] {
    --loadingBar-end-offset: 0;
    --toolbar-icon-opacity: 0.7;
    --main-color: rgba(12, 12, 13, 1);
    --body-bg-color: rgba(237, 237, 240, 1);
    --errorWrapper-bg-color: rgba(255, 110, 110, 1);
    --progressBar-color: rgba(10, 132, 255, 1);
    --progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1);
    --progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1);
    --scrollbar-color: auto;
    --scrollbar-bg-color: auto;
    --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
    --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
    --sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9);
    --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
    --toolbar-bg-color: rgba(249, 249, 250, 1);
    --toolbar-border-color: rgba(204, 204, 204, 1);
    --button-hover-color: rgba(221, 222, 223, 1);
    --toggled-btn-color: rgba(0, 0, 0, 1);
    --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
    --field-color: rgba(6, 6, 6, 1);
    --field-bg-color: rgba(255, 255, 255, 1);
    --field-border-color: rgba(187, 187, 188, 1);
    --findbar-nextprevious-btn-bg-color: rgba(227, 228, 230, 1);
    --treeitem-color: rgba(0, 0, 0, 0.8);
    --treeitem-hover-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-color: rgba(0, 0, 0, 0.9);
    --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
    --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
    --doorhanger-bg-color: rgba(255, 255, 255, 1);
    --doorhanger-border-color: rgba(12, 12, 13, 0.2);
    --doorhanger-hover-color: rgba(12, 12, 13, 1);
    --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
    --doorhanger-separator-color: rgba(222, 222, 222, 1);
    --overlay-button-border: 0 none;
    --overlay-button-bg-color: rgba(12, 12, 13, 0.1);
    --overlay-button-hover-bg-color: rgba(12, 12, 13, 0.3);
    --loading-icon: url(images/loading.svg)
}

@media (prefers-color-scheme:dark) {
    :root {
        --main-color: rgba(249, 249, 250, 1);
        --body-bg-color: rgba(42, 42, 46, 1);
        --errorWrapper-bg-color: rgba(169, 14, 14, 1);
        --progressBar-color: rgba(0, 96, 223, 1);
        --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
        --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
        --scrollbar-color: rgba(121, 121, 123, 1);
        --scrollbar-bg-color: rgba(35, 35, 39, 1);
        --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
        --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
        --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
        --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
        --toolbar-bg-color: rgba(56, 56, 61, 1);
        --toolbar-border-color: rgba(12, 12, 13, 1);
        --button-hover-color: rgba(102, 102, 103, 1);
        --toggled-btn-color: rgba(255, 255, 255, 1);
        --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
        --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
        --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
        --separator-color: rgba(0, 0, 0, 0.3);
        --field-color: rgba(250, 250, 250, 1);
        --field-bg-color: rgba(64, 64, 68, 1);
        --field-border-color: rgba(115, 115, 115, 1);
        --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1);
        --treeitem-color: rgba(255, 255, 255, 0.8);
        --treeitem-hover-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-color: rgba(255, 255, 255, 0.9);
        --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
        --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
        --doorhanger-bg-color: rgba(74, 74, 79, 1);
        --doorhanger-border-color: rgba(39, 39, 43, 1);
        --doorhanger-hover-color: rgba(249, 249, 250, 1);
        --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
        --doorhanger-separator-color: rgba(92, 92, 97, 1);
        --overlay-button-bg-color: rgba(92, 92, 97, 1);
        --overlay-button-hover-bg-color: rgba(115, 115, 115, 1);
        --loading-icon: url(images/loading-dark.svg)
    }
}

[ep-data-theme=dark] {
    --body-bg-color: rgba(42, 42, 46, 1);
    --button-hover-color: rgba(102, 102, 103, 1);
    --field-bg-color: rgba(64, 64, 68, 1);
    --doorhanger-bg-color: rgba(74, 74, 79, 1);
    --loading-icon: url(images/loading-dark.svg)
}

[ep-data-theme=custom] {
    --body-bg-color: rgba(255, 0, 0, 1);
    --toolbar-bg-color: rgba(255, 0, 0, 1);
    --doorhanger-bg-color: rgba(255, 0, 0, 1);
    --field-bg-color: rgba(255, 0, 0, 1);
    --dropdown-btn-bg-color: rgba(255, 0, 0, 1);
    --button-hover-color: hsl(255, 100%, 20%)
}