﻿header {
    display: none;
}

body {
    overflow:hidden;
    background: linear-gradient(to top, white, white) fixed;

}

footer {
    display: none;
}

.deskNav {
    display: none;
}

#previous {
    display:none;
}

#pageNumber {
    display:none;
}

#next {
    display: none;
}
#zoomOut {
    display:none;
}

#zoomIn {
    display:none;
}

.sidebarContainer {
    padding: 0 2rem;
    position: absolute;
    z-index: 110000;
    top: 0px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 477px;
    background-color: #faf9f7;
    border-right: 1px solid #ddd;
    overflow: auto;
}

#customThankYouPageMessageContainer {
    background-color: #fff;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 1rem 0;
}

#customThankYouPageMessage {
    max-width: 70%;
    text-align: center;
}

.toolbar {
    height: 106px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: default;
}

#toolbarContainer {
    position: relative;
    height: 100%;
    background-color: rgba(249, 249, 250, 1);
    box-shadow: 0 1px 0 rgba(204, 204, 204, 1);
}

#toolbarViewer {
    height: 100%;
    background-color: #E7DEFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 53px;
}

[dir="ltr"] #toolbarViewerLeft {
    padding-left: 1px;
}

[dir="ltr"] #toolbarViewerLeft, [dir="ltr"] #toolbarSidebarLeft {
    float: left;
}

#toolbarViewerLeft {
    -webkit-padding-start: 1px;
    padding-inline-start: 1px;
}

#toolbarViewerLeft, #toolbarSidebarLeft {
    float: inline-start;
}

[dir="ltr"] #toolbarViewerRight {
    padding-right: 1px;
}

[dir="ltr"] #toolbarViewerRight, [dir="ltr"] #toolbarSidebarRight {
    float: right;
}

#toolbarViewerRight {
    -webkit-padding-end: 1px;
    padding-inline-end: 1px;
}

#toolbarViewerRight, #toolbarSidebarRight {
    float: inline-end;
}

#toolbarViewerMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#sidebarToggle {
    display: none !important;
}

.toolbarButtonSpacer {
    width: 30px;
    display: inline-block;
    height: 1px;
}

.toolbarButton, .dropdownToolbarButton, .secondaryToolbarButton, .dialogButton {
    min-width: 16px;
    margin: 2px 1px;
    padding: 2px 6px 0;
    border: none;
    border-radius: 2px;
    color: rgba(12, 12, 13, 1);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box;
}

#toolbarViewerLeft > *, #toolbarViewerMiddle > *, #toolbarViewerRight > *, #toolbarSidebarLeft *, #toolbarSidebarRight *, .findbar * {
    position: relative;
    float: inline-start;
}

.toolbarButton, .secondaryToolbarButton, .dialogButton {
    border: 0 none;
    background: none;
    width: 28px;
    height: 28px;
}
/*
    body, input, button, select {
        font: message-box;
        outline: none;
    }*/

.splitToolbarButton {
    margin: 2px;
    display: inline-block;
}


element.style {
}

[dir="ltr"] #toolbarViewerLeft > *, [dir="ltr"] #toolbarViewerMiddle > *, [dir="ltr"] #toolbarViewerRight > *, [dir="ltr"] #toolbarSidebarLeft *, [dir="ltr"] #toolbarSidebarRight *, [dir="ltr"] .findbar * {
    float: left;
}

#pageNumber {
    -moz-appearance: textfield;
    text-align: right;
    width: 40px;
}

#toolbarViewerLeft > *, #toolbarViewerMiddle > *, #toolbarViewerRight > *, #toolbarSidebarLeft *, #toolbarSidebarRight *, .findbar * {
    position: relative;
    float: inline-start;
}

.toolbarField {
    padding: 4px 7px;
    margin: 3px 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid rgba(187, 187, 188, 1);
    box-shadow: none;
    color: rgba(6, 6, 6, 1);
    font-size: 12px;
    line-height: 16px;
    outline-style: none;
}

[dir="ltr"] #numPages.toolbarLabel {
    padding-left: 3px;
}

#numPages.toolbarLabel {
    -webkit-padding-start: 3px;
    padding-inline-start: 3px;
}

.toolbarLabel {
    min-width: 16px;
    padding: 7px;
    margin: 2px;
    border-radius: 2px;
    color: var(--main-color);
    font-size: 15px;
    line-height: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

#download {
    margin-right: 45px;
}

#viewBookmark {
    display: none !important;
}

.verticalToolbarSeparator {
    display: block;
    margin: 5px 2px;
    width: 1px;
    height: 22px;
    background-color: var(--separator-color);
}

#secondaryToolbarToggle {
    display: none !important;
}

#toolbarViewerMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.dropdownToolbarButton {
    width: 140px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(215, 215, 219, 1);
}

#loadingBar {
    position: absolute;
    inset-inline: 0 var(--progressBar-end-offset);
    height: 4px;
    background-color: var(--body-bg-color);
    border-bottom: 1px solid var(--toolbar-border-color);
    transition-property: inset-inline-start;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function);
}

#viewFind::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-search.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-search.svg);
}

.toolbarButton::before {
    opacity: 0.7;
    top: 6px;
    left: 6px;
}

.toolbarButton::before, .secondaryToolbarButton::before, .dropdownToolbarButton::after, .treeItemToggler::before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: rgba(0,0,0,1);
    -webkit-mask-size: cover;
    mask-size: cover;
}

#previous::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageUp.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageUp.svg);
}

#next::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageDown.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageDown.svg);
}

.toolbarButton > span {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.splitToolbarButton > .toolbarButton {
    position: relative;
    margin: 0;
}

[dir="ltr"] .splitToolbarButton > .toolbarButton {
    float: left;
}

.toolbarButton[disabled], .secondaryToolbarButton[disabled], .dialogButton[disabled] {
    opacity: 0.5;
}

.splitToolbarButton > .toolbarButton {
    float: inline-start;
}

#zoomOut::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomOut.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomOut.svg);
}

#zoomIn::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomIn.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomIn.svg);
}

.dropdownToolbarButton > select:hover, .dropdownToolbarButton > select:focus-visible {
    background-color: rgba(221, 222, 223, 1);
    color: rgba(0, 0, 0, 1);
}

[dir="ltr"] .dropdownToolbarButton > select {
    padding-left: 4px;
}

.dropdownToolbarButton > select {
    width: calc( 140px + 22px );
    height: 28px;
    font-size: 12px;
    color: rgb(0,0,0,1);
    margin: 0;
    padding: 1px 0 2px;
    -webkit-padding-start: 4px;
    padding-inline-start: 4px;
    border: none;
    background-color: rgb(215,215,219,1);
}

#download {
    width: 203px;
    min-width: 203px;
    height: 53px;
    background-color: #111121;
    padding: 0;
    margin: 0;
    border: 1px solid #111121;
    font-weight: 700;
}

    #download::before {
        display: none;
    }

    #download [data-l10n-id="download_label"] {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    #download .download-now-text-container {
        display: flex;
        padding-right: 1rem;
        align-items: center;
        color: #fff;
        font-size: 18px;
        line-height: 38px;
        font-family: "Plus Jakarta Sans", sans-serif !important;
    }

    #download .download-now-text-icon {
        width: 53px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

#logo-container {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#social-container {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    width: 350px;
}

#contact {
    width: 173px;
    height: 53px;
    background-color: #111121;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px solid #111121;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

    #contact .contact-container {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    #contact .contact-text-container {
        display: flex;
        padding-right: 1rem;
        align-items: center;
        color: #fff;
        font-size: 18px;
        line-height: 38px;
    }

    #contact .contact-text-icon {
        width: 53px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

#canvas_container {
    display: flex;
    flex-wrap: wrap;
    background-color: #E7DEFF;
    padding: 0 53px;
}

    #canvas_container > div {
        margin-bottom: 25px !important;
    }

    #toolbarViewerRight {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        align-items: center;
    }


.toolbar-title {
    margin: 0;
    font-size: 15px;
    line-height: 14px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

#editorFreeText {
    display: none;
}

#print {
    display: none;
}

#openFile {
    display: none;
}

#presentationMode {
    display: none;
}

#editorInk {
    display: none;
}

#scaleSelect {
    display: none;
}

#viewFind {
    display: none;
}

.viewerContainer {
    width: calc(100vw - 477px);
    left: 477px;
    bottom: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: scroll;
}

.pdf-asset-container {
    padding: 22px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
}

.pdf-asset-img-container {
    background-color: #000;
    padding: 0 0.5rem !important;
    margin: 0px !important;
    border-radius: 0px !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    width: 170px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pdf-asset-img-container a {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pdf-asset-img-container svg,
    .pdf-asset-img-container img {
        width: auto;
        height: auto;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .pdf-asset-text-container {
        width: auto;
        height: 100%;
        position: relative;
        font-size: 22px;
        line-height: 31px;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif !important;
    }

    .pdf-asset-text-container > p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: "Montserrat", sans-serif;
    }

.resource-arrow-container {
    height: 46px !important;
    width: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background-color: #e7deff;
    margin-left: auto !important;
    margin-right: 0 !important;
}

    .resource-arrow-container i::before {
        font-size: 21px !important;
    }

#mobileview {
    display:none;
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width:1700px) {
    [dir="ltr"] #toolbarViewerRight, [dir="ltr"] #toolbarSidebarRight {
        float: left;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width:960px) {

    .contact-container {
        justify-content: center !important;
    }

    .contact-text-container {
        padding: 0 !important;
    }

    .pdf-asset-container {
        height: 214px;
    }

    .toolbar-title {
        line-height: 1.6;
    }

    .toolbar {
        height: auto;
    }

    #toolbarViewer {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 53px;
    }

    #toolbarViewerLeft, #toolbarViewerRight {
        flex-direction: column;
    }

    .toolbar-title {
        text-align: center;
    }

    .sidebarContainer {
        display:none;
        left:0px;
    }

    .viewerContainer {
        left: 0px;
        bottom: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    #menuToggle {
        display:none;
    }

    #mobileview {
        display: block;
    }
    
    html {
        overflow:auto;
    }

    .responseNav {
        display:none;
    }

    body {
        height:auto;
    }
}


