/* Start custom CSS for html, class: .elementor-element-7fd2f41 *//* Barcode Generator Styling */
#barcode-generator {
  max-width: 600px;
  margin: 30px auto;
  font-family: "Helvetica", "Arial", sans-serif;
  background: #f9f9f9;
  border: 2px solid #082641;
  border-radius: 8px;
  padding: 20px;
}

#barcode-generator h3 {
  color: #082641;
  text-align: center;
  margin-bottom: 20px;
}

#barcode-generator label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

#barcode-generator select,
#barcode-generator input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#barcode-generator button {
  background-color: #082641;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
  transition: background-color 0.3s ease;
}

#barcode-generator button:hover {
  background-color: #0a3a66;
}

#barcode-preview {
  background: #fff;
  border: 1px dashed #ccc;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

#download-barcode {
  display: none;
  margin-top: 15px;
}/* End custom CSS */