/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_PosZebraPrint
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-barcode-label-item {
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border: 1px solid #ddd;
}
.wk-label-barcode {
    margin-left: -10px;
}
.wk-label-barcode-text {
    margin-left: -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; }