/* styles.css */
.company_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h4 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #165ca9;
}

.small {
    display: block;
    font-size: 12px;
    color: gray;
}

.barcode {
    margin-left: auto;
    width: 150px;
    height: 80px;
    object-fit: contain;
}
.h3_span {
    font-size: 2.5em; /* Adjust the font size as needed */
    font-weight: 700;
    color: #165ca9;
    margin-top: 10px;
    margin-bottom: 5px;
}
.signature {
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom_row {
    margin-bottom: 20px; /* Adjust the value as needed to increase the gap */
}
.page {
    padding: 0 30px;
}

.breakhere {
    page-break-after: always;
}
.p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11pt !important;
    text-align: justify;
    margin-bottom: 5px;
}
.ul {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11pt !important;
}
.col_sm {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.signatureContainer {
    display: flex;
    justify-content: flex-end; /* Align to the right */
}
.companyName {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    width: 100%;
}
.breakhere {
    page-break-after: always;
}
.page-break-before {
    page-break-before: always;
    border-bottom: 1px solid black;
}

/* Avoid breaking an element across pages */
.avoid-page-break {
    border-bottom: 1px solid black;
    page-break-inside: avoid;
}
