/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_QuickStoreShopping
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-module-info {
	padding:10px;
	background-color:#f8f8f8;
	border:1px solid #ddd;
	margin-bottom:7px;
	color: #000;
	font-weight:600;
	font-size:16px;
}

.admin__page-nav.wk-config-tab-class._collapsed._show ._collapsible strong:before {
	content: "";
	background: url(../images/configtab/logo.png) no-repeat scroll 0 0 transparent;
	width: 100%;
	height: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.admin__page-nav.wk-config-tab-class._collapsed._show ._collapsible strong {
	font-size: 0;
}

#row_wk_quickstore_shopping_wk_quickstore_shopping_product_information_info .label {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]{
	-moz-appearance: textfield;
}

.modal-popup.modal-barcode-form-popup .modal-footer {
	display: none;
}

.modal-popup.modal-barcode-form-popup .modal-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 36%;
}
  
.modal-popup.modal-barcode-form-popup .modal-header {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}
  
.modal-popup.modal-barcode-form-popup .modal-header h1 {
	flex: 1;
}
  
.modal-popup.modal-barcode-form-popup .modal-header .action-close {
	position: absolute;
	right: 0;
}
.modal-popup.modal-barcode-form-popup .modal-header .modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
  
.download_basis_section, .custom_qty_section, #download-barcode-btn {
	width: 100%;
	text-align: center;
}
  
.modal-popup.modal-barcode-form-popup .modal-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 02px10pxrgba(0, 0, 0, 0.1);
}
  
.modal-popup.modal-barcode-form-popup .modal-header {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1pxsolid#eee;
}
  
.modal-popup.modal-barcode-form-popup .modal-header h1 {
	flex: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
  
.modal-popup.modal-barcode-form-popup .modal-header .action-close {
	position: absolute;
	right: 0;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #999;
}
  
.modal-popup.modal-barcode-form-popup .modal-header .action-close:hover {
	color: #333;
}
  
.modal-popup.modal-barcode-form-popup .modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
  
.download_basis_section, .custom_qty_section, #download-barcode-btn {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
  
.download_basis_section label, .custom_qty_section label {
	font-weight: bold;
	color: #333;
}
  
.download_basis_section select, .custom_qty_section input {
	width: 80%;
	padding: 10px;
	margin-top: 5px;
	border: 1pxsolid#ddd;
	border-radius: 5px;
}
  
#download-barcode-btn {
	width: 80%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
}
  
#download-barcode-btn:hover {
  	background-color: #0056b3;
}
  
.modal-popup.modal-barcode-form-popup .modal-title {
	margin-right: unset!important;
}
.modal-barcode-form {
	display: none;
}
.custom_qty_section {
	display: none;
}

.barcode_digit-data {
	text-align:center;
}

.chartContainer-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
