/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./pdf-viewer/pdfViewer_styling.css ***!
  \**************************************************************************************************************************************************************************************************************************/
.pdf-viewer__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    background-color: rgba(0, 0, 0, 0.712);
}

.cmp-pdf-viewer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
}

.pdf-viewer__iframe {
    width: 90%;
    height: 90%;
    margin-top: -6.875rem;
}

.pdf-viewer__close-button-container {
    float: right;
}

.pdf-viewer__close-button {
    border: none;
    background: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    font-family: inherit;
}

.pdf-viewer__close-button:hover {
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.144);
}

@media only screen and (max-width: 600px) {
    .cmp-pdf-viewer-container {
        -ms-flex-pack: stretch;
            justify-content: stretch;
    }

    .pdf-viewer__iframe  {
        width: 100%;
        height: 100%;
        margin-top: 0px;
    }

    .pdf-viewer__close-button {
        margin-top: 0px;
    }
}
