﻿
.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-header {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pdf-header-left,
.pdf-header-right {
    display: table-cell;
    vertical-align: top;
}

.pdf-header-left {
    width: 25%;
}

    .pdf-header-left img {
        max-width: 160px;
    }

.pdf-header-right {
    width: 75%;
    padding-left: 15px;
    font-size: 12px;
}

.pdf-company-name {
    font-weight: 800;
    margin-bottom: 4px;
}

.pdf-header-right p {
    margin: 2px 0;
}

.pdf-small-text {
    font-size: 11px;
}


.pdf-document-image-split {
    height: 536.5px;
}

.pdf-document-image-container {
    height: 450px;
    flex-shrink: 0;
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pdf-document-image-remarks{
    font-size:11px;
}

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


.pdf-signature-absolute-container {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}