﻿
.page-guide {
    width: 210mm;
    height: 297mm;
    border: 1px dashed var(--color-primary-hover);
    border-bottom: 0px;
    z-index: 1000
}

.pdf-width, .pdf-document {
    width: 210mm;
}

.pdf-document {
    font-size: 0.8em;
}

    .pdf-document .btn {
        font-size: 0.8em;
    }

.single-page {
    height: 297mm;
    box-sizing: border-box;
    page-break-after: always;
    padding: 25px;
}

.pdf-document-image-container {
  height:100%;
}

    .pdf-document-image-container img {
        width: 100%;
        /*height: 100%;*/
      /*  object-fit: cover;
        object-position: center;*/
    }
