@include export-module('co-preview-pdf-dialog-layout') {
  .co-preview-pdf-dialog {
    background: #fff;
    /* Do not change these values, the 'view' of the pdf needs to be this size or else it will not work */
    #pdfBody {
      background: #fff;
      min-width: 1080px;
      overflow-x: scroll;
    }
    .co-dialog {
      .co-dialog-wrapper {
        max-height: 95vh;
        max-width: 1125px;
        width: 100% !important;
        padding: 10px;
        background-color: #f8f8fa;
      }
    }
  }
}


