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

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

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

.barcode {
    margin-left: auto;
    width: 150px;
    height: 80px;
}
.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-left: auto;
}

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

.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;
}
.p {
    padding-bottom: 8px;
    // font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11pt !important;
    text-align: justify;
}
.ul {
    // font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
}
.col_sm {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}
// @media print {
//     .body {
//       width: 210mm;
//       height: 297mm; }

//     .col_sm_12 {
//       float: left;
//       padding: 0; }

//     .col_sm_12 {
//       width: 100%; }

//     .div[data-size="A4"] {
//       margin: 0;
//       -webkit-box-shadow: 0;
//               box-shadow: 0;
//       padding: 3em 5em !important; }

//     .breadcrumb,
//     .subheader {
//       display: none; }
//     *:not(.keep_print_font) {
//       font-family: Arial, Helvetica, sans-serif !important;
//       font-size: 11pt !important; }
//     .table {
//       font-size: 100% !important; } }

//   @page {
//     size: auto;
//     margin: 0; }

//   .preview-footer {
//       margin: 0 auto;
//       background: url(../../../../../../../Assest/Svg/pattern-2.svg) no-repeat;
//       position: absolute;
//       bottom: 0;
//       width: 100%;
//       left: 0;
//       height: 15px;
//   }

//   @media only screen and (max-width: 992px) {
//     .div[data-size="A4"],
//     .container {
//       padding: 0;
//       -webkit-box-shadow: none;
//               box-shadow: none; } }
