:root {
	--primary: #f7525a;
	--darkish: #222b45;
	--warning: #f2a600;
	--success: #12c99b;
	--error: #e41749;
	--dark: #151a30;
	--zf-font-family-base: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
	--paistar-font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
}
body {
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	font-family: var(--base-font);
}
button,
input,
select,
textarea {
	font-family:
		Macan,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.authentication-bg,
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
label {
	font-family: var(--base-font) !important;
}
.authentication-bg h5,
.authentication-bg p {
	color: #000;
}
.authentication-bg a {
	color: #1f2022;
}
.authentication-bg a:hover,
.authentication-bg h5:hover,
.authentication-bg p {
	color: #f7525a;
}
.product-sales:hover {
	background-color: #9c9c9c4d;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #f7525a;
	--bs-btn-border-color: #f7525a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #f7525a;
	--bs-btn-hover-border-color: #f7525a;
	--bs-btn-focus-shadow-rgb: 41, 159, 225;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #f7525a;
	--bs-btn-active-border-color: #f7525a;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #f7525a;
	--bs-btn-disabled-border-color: #f7525a;
}
.bg-primary {
	background-color: #f7525a !important;
}
::-webkit-scrollbar {
	width: 0.1875rem;
}
::-webkit-scrollbar-thumb {
	background: rgba(135, 139, 144, 0.5);
	border-radius: 2rem;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
.table {
	border: 1px solid #ddd;
	font-family: var(--base-font) !important;
}
.modal-content,
.text-muted {
	font-family: var(--base-font) !important;
}
.form-control {
	padding: 0.35rem 0.75rem;
	font-size: 0.825rem;
	font-family: var(--base-font) !important;
	border-width: 2px;
}
.no-bdr {
	list-style-type: none;
}
.link-list-opt {
	padding: 6px;
}
.link-list-opt li {
	padding-top: 6px;
}
.lang-label {
	padding-left: 10px;
	color: #444;
}
.apexcharts-title-text,
.dashboard h4 {
	font-family:
		Macan,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.card-title,
.dashboard h6,
.text-muted {
	font-family:
		Macan,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.text-muted {
	font-weight: 400;
}
.crud-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.crud-display {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 300px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow-x: hidden;
	overflow-y: auto;
}
.crud-display.empty {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 70px;
}
[hidden] {
	display: none;
}
.crud-create {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-moz-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 20px;
}
.btn-back {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	box-shadow: none;
	box-sizing: content-box;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	margin-left: 0;
	margin-right: 16px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
	position: relative;
	text-align: center;
	transition: all 218ms;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 1;
}
.crud-back {
	height: 24px;
	margin: 10px 0 -24px;
	min-width: 24px;
	padding: 8px 9px;
	position: absolute;
	top: 85px;
	width: 24px;
	line-height: 1;
	left: 36px;
	border-radius: 50%;
}
.crud-display-line {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 40px;
	width: 70px;
}
.crud-display-line .crud-links {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 600px;
	min-width: 200px;
	position: relative;
	margin-left: 35px;
	padding-left: 34px;
	border-left: 1px solid #ccc;
}
.required::after {
	color: red;
	content: '*';
}
.bulk-options {
	width: 160px;
}
button:disabled {
	cursor: not-allowed;
}
.fa-fw {
	text-align: center;
	width: 1.25em;
}
.scrollable-content,
.table-responsive,
body,
html {
	scrollbar-color: rgba(135, 139, 144, 0.5) #fff0;
	scrollbar-width: thin;
}
.scrollable-content::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar {
	width: 0.1875rem;
}
.scrollable-content::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
	background-color: transparent;
}
.scrollable-content::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
	background: rgba(135, 139, 144, 0.5);
	border-radius: 2rem;
}
.scrollable-content::-webkit-scrollbar-thumb:hover {
	background: rgba(135, 139, 144, 0.5);
	width: 0.625rem;
}
.dz-stepper {
	width: 80px;
}
.dz-stepper small {
	text-align: center;
	display: block;
	color: var(--dark);
	font-weight: 500;
	margin-bottom: 5px;
}
.dz-stepper .bootstrap-touchspin {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.dz-stepper .bootstrap-touchspin .input-group-btn {
	height: 100%;
}
.dz-stepper .bootstrap-touchspin .input-group-btn .btn {
	border-radius: 40px;
	padding: 0;
	text-align: center;
	border: 1px solid var(--border-color);
	font-size: 18px;
	line-height: 1;
}
.dz-stepper .bootstrap-touchspin .input-group-btn:not(:first-child) {
	padding: 0;
}
.dz-stepper .bootstrap-touchspin .form-control {
	padding: 0 5px;
	height: 100%;
	font-weight: 500;
	color: var(--dark);
	background: 0 0;
	border: 0;
	z-index: 3;
	text-align: center;
}
.dz-stepper.border-2 .bootstrap-touchspin {
	overflow: hidden;
}
.dz-stepper.border-2 .bootstrap-touchspin .btn {
	border-width: 2px;
}
.dz-stepper.small-stepper .bootstrap-touchspin .btn {
	width: 22px;
	height: 22px;
}
.input-group > .form-control:focus {
	z-index: unset;
}
.grey-bg {
	background-color: #fbfafa;
}
.total-section-bg {
	background-color: #f9f9fb !important;
}
.total-section .total-row {
	min-height: 28px;
	display: flex;
	width: 100%;
	align-items: center;
}
.total-section .total-row .total-label {
	display: inline-block;
	min-height: 28px;
	width: 40%;
	padding: 10px 1%;
}
.total-section .total-row .total-amount {
	float: right;
	padding: 10px 1.5%;
	min-height: 28px;
	width: 60%;
	margin-left: -1%;
	text-align: right;
	color: #777;
}
.total-section .total-row.gross-total .total-amount,
.total-section .total-row.gross-total .total-label {
	font-weight: 600;
	font-size: 16px;
}
.total-section .total-row.gross-total .total-label {
	border-right: none;
}
.total-section .total-row.gross-total .total-amount {
	border-left: none;
	color: #333;
}
.total-section .total-row .total-label {
	display: inline-block;
	min-height: 28px;
	width: 70%;
	padding: 10px 1%;
}
.list-group-item.active {
	border-radius: 10px;
}
.list-group-item.active a {
	color: #fff;
}
.ant-empty {
	margin: 0 8px;
	font-size: 14px;
	line-height: 1.5715;
	text-align: center;
}
.ant-empty-image {
	height: 100px;
	margin-bottom: 8px;
}
.ant-empty-image img {
	height: 100%;
}
.ant-empty-footer {
	margin-top: 16px;
}
.receipt {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition:
		transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.receipt {
		-webkit-transition: none;
		transition: none;
	}
}
.receipt-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.1rem 1rem;
}
.receipt-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin-top: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
}
.receipt-title {
	margin-bottom: 0;
	color: #fff;
}
.receipt-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}
.receipt-end {
	top: 0;
	right: 0;
	width: 484px;
	border-left: 1px solid #f1f5f7;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 9999;
}

#app.mn--show:before,
#app.sb--show:before {
	cursor: pointer;
	opacity: 1;
	pointer-events: visible;
	visibility: visible;
	z-index: 9998;
}
.show-receipt {
	transform: translateX(0);
}
.cursor-pointer {
	cursor: pointer;
}
.bg-faded {
	background-color: #eee;
}
.bl-4 {
	border-left-width: 4px !important;
}
.rounded-xlg {
	border-radius: 10px !important;
}
.font-xs {
	font-size: 12px;
}
.font-small {
	font-size: 13px;
}
.font-medium {
	font-size: 15px;
}
.text-semibold,
b,
strong {
	font-weight: 600;
}
.column .body {
	flex-grow: 1;
	position: relative;
}
.column .scroll-y {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.column .fill {
	left: 0;
	right: 0;
}
.content-column .body {
	padding: 0 20px 50px;
	overflow-x: auto;
}
.zf-unified-theme .btn-primary,
.zf-unified-theme .btn-primary:active,
.zf-unified-theme .btn-primary:focus,
.zf-unified-theme .btn-primary:hover,
.zf-unified-theme .btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.details-page {
	margin: 35px auto;
	max-width: 820px;
}
.details-container {
	position: relative;
	margin-bottom: 35px;
	box-shadow: 0 0 6px #ccc;
}
.details-container:hover .orgdetails-update-frmtxndetails {
	display: block;
}
.ribbon {
	position: absolute !important;
	top: -5px;
	left: -5px;
	overflow: hidden;
	width: 96px;
	height: 94px;
}
.ribbon .ribbon-inner {
	text-align: center;
	color: #fff;
	top: 24px;
	left: -31px;
	width: 135px;
	padding: 3px;
	position: relative;
	transform: rotate(-45deg);
}
.ribbon .ribbon-inner:after,
.ribbon .ribbon-inner:before {
	content: '';
	border-top: 5px solid transparent;
	border-left: 5px solid;
	border-left-color: inherit;
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-bottom-color: inherit;
	position: absolute;
	top: 20px;
	transform: rotate(-45deg);
}
.ribbon .ribbon-inner:before {
	left: 0;
	border-left: 2px solid transparent;
	color: #2e8fda;
}
.ribbon .ribbon-inner:after {
	right: -3px;
	border-bottom: 3px solid transparent;
	color: #2e8fda;
}
.ribbon .ribbon-open {
	background-color: #268ddd;
	border-color: #1c72b4;
}
.ribbon .ribbon-accepted {
	background-color: #1aaf5d;
	border-color: #138345;
}
.ribbon .ribbon-success {
	background-color: #1fcd6d;
	border-color: #18a155;
}
.ribbon .ribbon-overdue {
	background-color: #f59d00;
	border-color: #c27c00;
}
.ribbon .ribbon-draft {
	background-color: #94a5a6;
	border-color: #788e8f;
}
.ribbon .ribbon-error {
	background: #c46766;
	border-color: #953b39;
}
.ribbon .ribbon-void {
	background: #474747;
	border-color: #1a1a1a;
}
.ribbon .ribbon-pending {
	background-color: #f59d00;
	border-color: #c27c00;
	padding: 5px 0;
	font-size: 11px;
}
.ribbon .ribbon-approved {
	background-color: #5bc0de;
	border-color: #31b0d5;
}
.ribbon .ribbon-signed {
	background-color: #8aa9ff;
	border-color: #5c87ff;
}
.ribbon .ribbon-exception {
	background-color: #db584b;
	border-color: #953b39;
}
.ribbon-right {
	left: initial;
	right: -5px;
}
.ribbon-right > .ribbon-inner {
	left: initial;
	right: 7px;
	transform: rotate(45deg);
}
.orgdetails-update-frmtxndetails {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.orgdetails-update-frmtxndetails .btn {
	border-radius: 0 0 0 5px;
}
.so-merge-icon {
	width: 30px;
	height: 30px;
}
.fltheader {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 15px 3px 10px;
	font-weight: 600;
}
.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollbox {
	background:
		linear-gradient(#fff 30%, rgba(255, 255, 255, 0)),
		0 100%,
		radial-gradient(farthest-corner at 50% 0, rgba(0, 0, 0, 0.1), transparent),
		0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size:
		100% 40px,
		100% 40px,
		100% 4px,
		100% 4px;
	background-attachment: local, local, scroll, scroll;
}
@media all {
	.pcs-template {
		font-size: 9pt;
		color: #333;
		background: #fff;
	}
	.pcs-header-content {
		font-size: 9pt;
		color: #333;
		background-color: #fff;
	}
	.pcs-template-body {
		padding: 0 0.4in 0 0.55in;
	}
	.pcs-template-footer {
		height: 0.7in;
		font-size: 6pt;
		color: #aaa;
		padding: 0 0.4in 0 0.55in;
		background-color: #fff;
	}
	.pcs-label {
		color: #333;
	}
	.pcs-entity-title {
		font-size: 28pt;
		color: #000;
	}
	.pcs-orgname {
		font-size: 10pt;
		color: #333;
	}
	.pcs-customer-name {
		font-size: 9pt;
		color: #333;
	}
	.pcs-itemtable-header {
		font-size: 9pt;
		color: #fff;
		background-color: #3c3d3a;
	}
	.pcs-itemtable-breakword {
		word-wrap: break-word;
	}
	.breakrow-inside {
		page-break-inside: avoid;
	}
	.breakrow-after {
		page-break-after: auto;
	}
	.pcs-item-row {
		font-size: 9pt;
		border-bottom: 1px solid #adadad;
		background-color: #fff;
		color: #000;
	}
	.pcs-item-desc {
		color: #727272;
		font-size: 9pt;
	}
	.pcs-balance {
		background-color: #f5f4f3;
		font-size: 9pt;
		color: #000;
	}
	.pcs-totals {
		font-size: 9pt;
		color: #000;
		background-color: #fff;
	}
	.pcs-notes {
		font-size: 8pt;
	}
	.billto-section {
		padding-top: 0;
		padding-left: 0;
	}
	.pcs-template-header {
		padding: 0 0.4in 0 0.55in;
		height: 0.7in;
	}
	.pcs-template-fill-emptydiv {
		display: table-cell;
		content: ' ';
		width: 100%;
	}
	.v-top {
		vertical-align: top;
	}
	.text-align-right {
		text-align: right;
	}
	.lineitem-column {
		padding: 10px 10px 5px 10px;
		word-wrap: break-word;
		vertical-align: top;
	}
	.lineitem-content-right {
		padding: 10px 10px 10px 5px;
	}
	.total-number-section {
		width: 45%;
		padding: 10px 10px 3px 3px;
		font-size: 9pt;
		float: left;
	}
}
.w-40 {
	width: 40% !important;
}
.sk-three-bounce {
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
}
.sk-three-bounce .sk-child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--primary);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-three-bounce {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.table-nowrap td:not(:first-child),
.table-nowrap th:not(:first-child) {
	padding-left: 0;
}
.table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
}
.page-content {
	background-color: #fff;
	padding: calc(44px + 20px) calc(20px / 2) 60px calc(20px / 2);
}
.page-content.dashboard-wrapper {
	background-color: #f1f5f9 !important;
	padding-bottom: 0 !important;
}
.page-content.dashboard-wrapper .card {
	border-radius: 0.5rem;
	transition: all 0.4s;
	border: 0;
	box-shadow:
		0 2px 4px rgba(0, 0, 20, 0.08),
		0 1px 2px rgba(0, 0, 20, 0.08);
}
.page-content.dashboard-wrapper .card-header {
	border-radius: 0.5rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group {
	margin-bottom: 0.875rem;
}
.company-details {
	display: none;
}
.company-details .line {
	position: relative;
	height: 4px;
	background-color: var(--base-color);
}
.company-details .line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 33.33%;
	width: 33.33%;
	height: 4px;
	background-color: var(--second-color);
}
.company-details .line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 66.66%;
	width: 33.33%;
	height: 4px;
	background-color: var(--base-color);
}
@media print {
	* {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
	.company-details {
		display: block !important;
	}
}
.btn.btn-xs {
	padding: 3px 5px;
}
.w-25px {
	width: 25px !important;
}
.w-125px {
	width: 125px !important;
}
.h-25px {
	height: 25px !important;
}
.h-125px {
	height: 125px !important;
}
.fs-7 {
	font-size: 0.95rem !important;
}
.btn i {
	display: inline-flex;
	font-size: 1rem;
	vertical-align: middle;
	line-height: 0;
}
.btn.btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
	border: 0;
}
.btn.btn-icon.btn-circle {
	border-radius: 50%;
}
.btn.btn-icon i {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.image-input {
	position: relative;
	display: inline-block;
	border-radius: 0.95rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-input:not(.image-input-empty) {
	background-image: none !important;
}
.image-input .image-input-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 0.95rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-input [data-kt-image-input-action] {
	cursor: pointer;
	position: absolute;
	transform: translate(-50%, -50%);
}
.image-input [data-kt-image-input-action='change'] {
	left: 100%;
	top: 0;
}
.image-input [data-kt-image-input-action='change'] input {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	opacity: 0;
}
.image-input [data-kt-image-input-action='cancel'],
.image-input [data-kt-image-input-action='remove'] {
	position: absolute;
	left: 100%;
	top: 100%;
}
.image-input [data-kt-image-input-action='cancel'] {
	display: none;
}
.image-input.image-input-outline .image-input-wrapper {
	border: 3px solid var(--kt-body-bg);
	box-shadow: var(--kt-box-shadow);
}
.pm-card {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-color: #fff;
	width: 392px;
	padding: 16px 32px;
	position: relative;
	margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 408px) {
	.pm-card {
		width: auto;
		margin: auto;
	}
}
.pm-form-control {
	font-size: 14px;
	height: 40px;
	color: #282828;
	border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #d4d4d4;
	padding: 8px;
	display: block;
	width: 100%;
	line-height: 1.42857143;
	background-color: #efefef;
	background-image: none;
}
.pm-btn-default-processing:after,
.pm-btn-default-processing:before,
.pm-btn-processing:after,
.pm-btn-processing:before {
	top: 48%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	content: ' ';
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: solid 3px transparent;
}
.pm-btn-default-processing,
.pm-btn-processing {
	position: relative;
	pointer-events: none;
}
.pm-btn {
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	height: 40px;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
.btn-processing {
	position: relative;
	pointer-events: none;
	cursor: not-allowed;
}
.btn-processing > .spinner-border {
	width: 16px;
	height: 16px;
}
.navbar-header {
	height: 48px;
}
.vertical-menu .vertical-menu-btn {
	top: -13px;
}
.vertical-menu .btn.vertical-menu-btn i {
	font-size: 1.6rem;
}
.pai-card {
	background: #fff;
	box-sizing: border-box;
	box-shadow: rgba(197, 198, 201, 0.4) 0 1px 8px;
}
.pai-input {
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e4e5e7;
	box-sizing: border-box;
	color: #222325;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	letter-spacing: 0.57px;
	line-height: 24px;
	outline: 0;
	padding: 10px;
	background: #fff;
	margin: 0;
}
.pai-input:focus {
	border-color: #95979d !important;
}
.pai-button {
	background: 0 0;
	font: inherit;
	width: 100%;
	margin-bottom: 0;
	height: 48px;
	border-radius: 4px;
	color: #fff;
	background-color: #f7525a;
	border: 1px solid rgba(41, 171, 226, 0.5);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	transition: width 0.2s ease-in-out 0s;
	user-select: none;
}
.bg-gray-200 {
	background-color: #f1f4f8 !important;
}
.shadow-soft-hover:hover {
	box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075) !important;
}
.bg-gray-200 {
	background-color: #f1f4f8 !important;
}
.d-inline-grid {
	display: inline-grid !important;
}
.gap-auto-2 {
	grid-gap: 0.5rem;
	align-items: center;
	grid-auto-flow: column;
}
.text-gray-600 {
	color: #869ab8 !important;
}
.text-gray-800 {
	color: #384c74 !important;
}
@media print {
	.row > * {
		float: left;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.hide-print {
		display: none !important;
		visibility: hidden !important;
	}
	.shadow-none-print {
		box-shadow: none !important;
	}
	.border-none-print {
		border: 0 !important;
	}
	.padding-0-print {
		padding: 0 !important;
	}
}
#print-container hr,
.bill-container hr {
	background-color: rgba(0, 0, 0, 1);
	opacity: 1;
	margin: 0.4rem 0;
}
.font-xxxlarge {
	font-size: 24px;
}
.pt-9 {
	padding-top: 40px !important;
}
.reportslist-header {
	height: auto;
	padding: 0 15px 15px;
	background:
		url(/img/report_pattern.svg) 0 0 repeat-x,
		linear-gradient(180deg, #f9f9fb 50%, #fff 90%);
	margin-left: -20px;
	margin-right: -44px;
}
.font-xxs {
	font-size: 11px;
}
.rounded-lg {
	border-radius: 0.3rem !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: #efefef;
}
#pagination-table {
	border: 0 !important;
}
.page-link {
	padding: 0.35rem 0.75rem;
	font-size: 0.825rem;
	height: 33px;
}
.flatpickr-input,
.form-date {
	background-color: var(--bs-input-bg);
	background-image: url(../img/calendar.svg);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 18px 21px;
}
.btn-group-sm > .btn,
.btn-sm {
	--bs-btn-padding-y: 0.15rem;
	--bs-btn-padding-x: 0.25rem;
}
.dropdown-menu {
	animation-timeline: auto;
	animation-range-start: normal;
	animation-range-end: normal;
	box-shadow: rgba(140, 152, 164, 0.176) 0 10px 40px 10px;
	text-align: left;
	animation: 0.6s ease 0s 1 normal none running fadeIn;
	border: 1px solid transparent;
	border-radius: 0.3rem;
}
.bg-success-subtle {
	background-color: #e9fdea !important;
}
.icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
}
.icon-box.md {
	width: 3rem;
	height: 3rem;
}
.flowing-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	max-width: 800px;
	margin: 0 auto;
}
.dashboard-list-item {
	display: inline-block;
	background-color: #f1f5f9;
	border-radius: 0;
	padding: 6px 10px;
}
.dashboard-list-item .top-selling-numbering {
	width: 1.5rem;
	height: 1.5rem;
}
.dashboard-list-item:hover {
	background-color: #f8f9fa;
	transform: translateY(-2px);
	transition: all 0.2s ease;
}
.dashboard-list-item:nth-child(3n + 3) {
	border-left-color: #e74c3c;
}
.min-h-100 {
	min-height: 100%;
}
.app-hero-header {
	background: #f6f9fb;
	padding: 0.5rem 1.5rem;
	position: sticky;
	top: 50px;
	z-index: 99;
	box-shadow: 0 2px 5px rgba(40, 90, 185, 0.1);
}
.page-title-box .btn.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.7875rem;
	--bs-btn-border-radius: 0.25rem;
	box-shadow:
		inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.25),
		inset -1.5px -1.5px 0 rgba(0, 0, 0, 0.1);
}
.page-title-box .btn.btn-sm:not(.btn-primary) {
	background-color: #fff;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-7 {
	padding: 1.75rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-9 {
	padding: 2.5rem !important;
}
.p-10 {
	padding: 3rem !important;
}
.p-11 {
	padding: 3.5rem !important;
}
.p-12 {
	padding: 4rem !important;
}
.p-13 {
	padding: 4.5rem !important;
}
.p-14 {
	padding: 5rem !important;
}
.p-15 {
	padding: 5.5rem !important;
}
.p-16 {
	padding: 6rem !important;
}
.p-17 {
	padding: 6.5rem !important;
}
.p-18 {
	padding: 7rem !important;
}
.p-19 {
	padding: 7.5rem !important;
}
.p-20 {
	padding: 8rem !important;
}
.p-21 {
	padding: 8.5rem !important;
}
.p-22 {
	padding: 9rem !important;
}
.p-23 {
	padding: 9.5rem !important;
}
.items-list {
	position: relative;
	height: calc(100vh - 12rem);
	overflow-y: auto;
	overflow-x: hidden !important;
}
.cart-container {
	min-height: calc(100vh - 15.5rem);
	height: calc(100vh - 15.5rem);
	overflow-y: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.added-item {
	background: #f9fafc;
	border-color: #51d28c !important;
}

.bg-one {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(../img/bg-one.svg) transparent;
    background-size: cover;
    z-index: -1;
}