/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_BarcodeLabelCustomWork
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 @page { size: auto;  margin: 0mm; }
 body {
     margin: 0mm;
 }
 .wk-barcode-label-item {
     padding: 15px 0px 10px 10px;
 }
 .wk-label-barcode-text {
     font-size: 10px;
     font-weight: 700;
     padding-left: 10px;
 }
 .printer-item {
     cursor: pointer;
     padding: 5px 5px 5px 15px;
     font-weight: 600;
     font-size: 16px;
     border-radius: 5px;
     margin: 5px;
 }
 .printer-item:nth-of-type(odd) { background-color: #86efef; }
 .printer-item:nth-of-type(even) { background-color:#d0f9f7; }
 .printer-item.selected { background-color:#369a50; }
 .wk-label-custom-attribute {
     padding-bottom:2px;
     padding-left: 0px;
 }
 .wk-label-barcode {
     margin-left: -10px;
 }
 .wk-label-barcode-text {
     margin-left: -10px;
 }