.file-viewer-modal{background:#e5e5e5;border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;min-width:70vw;padding:20px}@media(max-width:1024px){.file-viewer-modal{min-width:auto;width:90vw}}.file-viewer-modal__footer{margin-top:20px}.file-viewer-modal .pg-viewer-wrapper{max-height:70vh;overflow-y:auto}.file-viewer-modal .pg-viewer-wrapper .pdf-canvas canvas{display:block;margin:0 auto;width:80%}@media(max-width:1024px){.file-viewer-modal .pg-viewer-wrapper .pdf-canvas canvas{width:100%}}.file-viewer-modal .react-pdf__Document{max-height:70vh;overflow-y:auto}.file-viewer-modal .react-pdf__Document .react-pdf__Page{margin-bottom:20px}.file-viewer-modal .react-pdf__Document .react-pdf__Page .react-pdf__Page__canvas{margin:0 auto}.file-viewer-modal .react-pdf__Document .react-pdf__Page .react-pdf__Page__annotations{display:none}