    <style>
        body {
            font-family: Arial, sans-serif;
            padding: 20px;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            border: 1px solid #ddd;
            padding: 5px;
            margin-top: 15px;
            box-sizing: border-box;
            flex-direction: column;
            position: relative;
        }
		.footer {
            text-align: center;
            margin-top: 20px;
            font-size: 16px;
        }

        .footer a {
            color: #0066cc;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }
        .barcode {
            display: block;
            margin: 0 auto;
            transform: translateY(0.3cm); /* Adjust barcode lower */
        }
        .barcode-info {
            text-align: center;
            font-size: 10px; /* Smaller font size for info */
            margin-bottom: 1px; /* Reduced spacing between barcode and info */
        }
        .input-section {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f9f9f9;
        }
        .input-section label {
            display: block;
            margin-top: 10px;
            font-weight: bold;
        }
        .input-section input {
            width: 100%;
            padding: 5px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }
        .download-button {
            margin-top: 20px;
            padding: 10px 15px;
            background-color: #007bff;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }
        .download-button:hover {
            background-color: #0056b3;
        }
  .logo {
    display: block;
    margin: 0 0 20px 0;
    width: 150px;
    float: center-right;
}
        .barcode-icon {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
        .barcode-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-bottom: 5px;
        }
		#hiddenBarcodePage {
    border: 2px dashed #ddd;
    padding: 10mm;
    background-color: #f9f9f9;
}

		
