:root {
	--primary: #29abe2;
	--darkish: #222b45;
	--warning: #f2a600;
	--success: #12c99b;
	--error: #e41749;
	--dark: #151a30;
	--zf-font-family-base: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
	--paibill-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;
}
.btn,
.authentication-bg,
h1,
h2,
h3,
h4,
h5,
h6,
label {
	font-family: var(--base-font) !important;
}

.authentication-bg p,
.authentication-bg h5 {
	color: #000000;
}
.authentication-bg a {
	color: #1f2022;
}

.authentication-bg a:hover,
.authentication-bg p,
.authentication-bg h5:hover {
	color: #29abe2;
}
.product-sales:hover {
	background-color: #9c9c9c4d;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #29abe2;
	--bs-btn-border-color: #29abe2;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #29abe2;
	--bs-btn-hover-border-color: #2bdff7;
	--bs-btn-focus-shadow-rgb: 41, 159, 225;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #29abe2;
	--bs-btn-active-border-color: #2bdff7;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #29abe2;
	--bs-btn-disabled-border-color: #29abe2;
}

.bg-primary {
	background-color: #29abe2 !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;
}

.dashboard h4,
.apexcharts-title-text {
	font-family:
		Macan,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;

	/* font-size: 24px; */
}
.dashboard h6,
.text-muted,
.card-title {
	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: bold;
	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 0.218s;
	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;
}

/** Bulk Select **/
.ac-dropdown .ac-dropdown-menu {
	position: absolute;
	width: 100%;
}

.error {
	animation: shake 0.2s ease-in-out 0s 2;
	box-shadow: 0 0 0.4em red !important;
	border: 0.6px solid red !important;
}

.ac-dropdown .ac-dropdown-menu .ac-dropdown-results {
	position: relative;
	display: block;
	width: 100%;
	min-height: 0;
	max-height: 200px;
	min-width: 0;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
}

.autocomplete-option {
	width: 100%;
	padding: 2px 0;
	line-height: 1.2;
	white-space: normal;
}

.ac-dropdown-results:after,
.autocomplete-option::after {
	content: '';
}

.item-autocomplete .autocomplete-option {
	display: flex;
}

.item-autocomplete .item-description {
	border: none;
	box-shadow: none;
	resize: none;
}

.item-autocomplete .item-description:focus {
	box-shadow: none;
}

.item-autocomplete .ac-dropdown {
	z-index: 1;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu {
	min-width: 600px;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu .ac-dropdown-results {
	max-height: 275px;
	word-wrap: break-word;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .autocomplete-option,
.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .grey-text,
.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .stock-unavailable {
	color: #fff;
}

.item-autocomplete .grey-text {
	color: #777;
}

.item-autocomplete .stock-unavailable {
	color: #ff3e3e;
}

.item-autocomplete .stock-available {
	color: #029745;
}

.item-autocomplete .autocomplete-option {
	color: #101010;
}

.item-autocomplete .autocomplete-option .ac-name-rate-sku {
	width: 65%;
	padding-right: 10px;
}

.item-autocomplete .autocomplete-option .ac-name-rate-sku .ac-name {
	padding-bottom: 4px;
	line-height: 20px;
	font-size: 15px;
}

.item-autocomplete .autocomplete-option .ac-stock {
	width: 35%;
	line-height: 21px;
	text-align: right;
	font-size: 13px;
}

.bulk-select svg.icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.bulk-select svg.icon.icon-xsmall {
	height: 10px;
	width: 10px;
}

.bulk-select svg.icon.icon-xlg {
	height: 20px;
	width: 20px;
}

.badge-pill {
	padding: 5px 15px;
	font-size: 14px;
	border-radius: 10rem;
}

.inactive {
	color: #777;
}

.text-regular,
.modal-xlg {
	max-width: 1030px;
}

.no-outline {
	outline: 0 !important;
}

.bulk-select-item .autocomplete-section {
	width: 45%;
	float: left;
	padding-top: 20px;
	background-color: #fafcff;
	border-right: 1px solid #dadce0;
}

.bulk-select-item .autocomplete-section .textarea-section {
	height: 50px;
	padding: 0 20px;
}

.bulk-select-item .autocomplete-section .textarea-section textarea {
	border: 1px solid #80b2f8;
	height: 30px;
	min-height: 34px;
}

.bulk-select-item .autocomplete-section .textarea-section textarea:focus {
	border-color: #0f7aff;
	box-shadow: 0 2px 4px 0 rgba(26, 42, 88, 0.11);
}

.bulk-select-item .autocomplete-section .item-autocomplete .ac-dropdown .ac-dropdown-menu {
	min-width: 100%;
}

.bulk-select-item .autocomplete-section .item-autocomplete .ac-dropdown .ac-dropdown-menu .active .autocomplete-option,
.bulk-select-item .autocomplete-section .item-autocomplete .ac-dropdown .ac-dropdown-menu .active .grey-text,
.bulk-select-item .autocomplete-section .item-autocomplete .ac-dropdown .ac-dropdown-menu .active .stock-unavailable {
	color: #4382ff;
}

.bulk-select-item
	.autocomplete-section
	.item-autocomplete
	.ac-dropdown
	.ac-dropdown-menu
	.autocomplete-option
	.ac-name-rate-sku {
	width: 60%;
}

.bulk-select-item
	.autocomplete-section
	.item-autocomplete
	.ac-dropdown
	.ac-dropdown-menu
	.autocomplete-option
	.ac-stock {
	width: 30%;
	font-size: 13px;
}

.bulk-select-item .autocomplete-section .item-autocomplete .svg-tick {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 10%;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu {
	background-color: #fafcff;
	min-height: 420px;
	border-right: 1px solid #dadce0;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-dropdown-results {
	list-style: none;
	max-height: 430px;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option {
	padding: 7px 10px 7px 20px;
	color: #000;
	border-radius: 2px;
	cursor: pointer;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option .hover-tick {
	display: none;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option .tick-filled svg {
	vertical-align: middle;
	fill: #22dd2e;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option.active,
.ac-option:hover {
	background-color: #f1f4f9 !important;
}

.bulk-select-item .autocomplete-section .selected {
	background-color: inherit;
}

.bulk-select-item .selected-items-section {
	width: 55%;
	float: left;
	height: 500px;
}

.bulk-select-item .selected-items-section .items-heading {
	padding: 15px 0 10px 15px;
	border-bottom: 1px solid #dadce0;
	height: 60px;
	margin: 0;
}

.bulk-select-item .selected-items-section .items-heading .item-badge {
	min-width: 40px;
	border-radius: 12px;
	padding: 5px 13px;
	margin-left: 4px;
	letter-spacing: 1.4px;
	border: 1px solid #bac8dc;
	background-color: #fff;
	color: #000;
}

.bulk-select-item .selected-items-section .items-list {
	position: relative;
	padding: 10px 0 10px 15px;
	height: 370px;
	overflow-y: auto;
}

.bulk-select-item .selected-items-section .items-list .selected-item {
	padding: 7px 0;
}

.bulk-select-item .selected-items-section .items-list .selected-item:hover .cancel-item-section {
	display: inline-block;
}

.bulk-select-item .selected-items-section .items-list .selected-item .item-name {
	display: inline-block;
	width: 69%;
	vertical-align: middle;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section {
	display: inline-block;
	width: 22%;
	vertical-align: middle;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section .input-group-text {
	border-color: #ddd;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 9px;
	background-color: inherit;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section .input-group-text:hover {
	background-color: #f5f5f5;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section .decrement-button {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section .increment-button {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.bulk-select-item .selected-items-section .items-list .selected-item .cancel-item-section {
	padding-left: 10px;
	width: 5%;
	vertical-align: middle;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bulk-select-item .selected-items-section .items-list .selected-item .cancel-item-section svg {
	fill: #ff641b;
}

.bulk-select-item .selected-items-section .items-footer {
	padding: 20px 0 10px 15px;
	border-top: 1px solid #dadce0;
}

.quantity-section input {
	height: 30px;
	border-color: #ddd;
}

.quantity-section input:focus {
	border-color: #80b2f8;
	box-shadow: unset;
}

.cancel-circled {
	color: #fab2b1;
	cursor: pointer;
}

.item-autocomplete .ac-dropdown {
	z-index: 5;
}

.selected {
	background-color: #fff;
}

.tick-filled svg {
	vertical-align: middle;
	fill: #00b050;
}

.hover-tick svg {
	vertical-align: middle;
	fill: #c2cbd6;
}

/** Bulk Table */
.bulf-form-container,
.bulf-form-container > * {
	outline: 0 !important;
}

.bulf-form-container {
	height: calc(100% -63px -57px);
	width: 100%;
}

.table-form {
	border-bottom: 1px solid #ececf9;
	word-wrap: break-word;
	table-layout: fixed;
}

.table-form thead {
	font-size: 0.8125rem;
	text-transform: capitalize;
}
.table thead {
	color: #3d3e3e;
	background-color: #efefef;
	font-weight: bold;
}
.table-form.table thead:first-child > tr > th {
	color: #050505;
	font-weight: normal;
	border-top: 1px solid #ececf9;
	border-bottom: 1px solid #ececf9;
	background-color: #ddd;
	font-size: 0.85rem;
	padding: 0.5rem 0.5rem;
	text-transform: capitalize;
}

.table-form.table thead th {
	vertical-align: bottom;
}

.thead-sticky th {
	position: sticky;
	top: -1px;
	z-index: 1;
}

.thead-sticky th::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-bottom: 1px solid #ececf9;
}

.sheet-view td {
	padding: 0 0.5rem !important;
	border-top: 2px solid #ececf9;
}

.sheet-view td:not(:last-child) {
	border-right: 1px solid #ececf9;
}

.sheet-view .sheet-field.form-control,
.sheet-view .ac-select.form-control,
.currency-with-amount > .form-control {
	height: 40px;
	border-color: #fff;
	border-radius: 0;
	box-shadow: none;
	font-weight: 500;
}

.sheet-view .sheet-field.form-control:active {
	box-shadow: none;
	border-color: #408dfb;
}

.ac-box {
	position: relative;
	display: block;
	zoom: 1;
	vertical-align: middle;
}

.sheet-view .sheet-field .ac-box .ac-select {
	display: flex;
	align-items: center;
	padding:
		0.5rem 0,
		75rem;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ac-box .ac-select span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ac-box .ac-select div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
	border-left: none;
	border-radius: 0 4px 4px 0;
}

.sheet-field .currency-with-amount {
	display: table;
	width: 100%;
}

.currency-with-amount > .currency-field {
	width: 42px;
	max-width: 80px;
	font-size: 0.8rem;
}

.currency-with-amount > .form-control,
.currency-with-amount > .currency-field {
	display: table-cell;
	vertical-align: middle;
}
.loader-container {
	min-height: 100% !important;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
}
.lds-ellipsis div {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--bs-dark);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

/** Responsive **/
@media (min-width: 1868px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 80vw;
	}
}
@media (min-width: 1728px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 82vw;
	}
}
@media (min-width: 1560px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 84vw;
	}
}
@media (min-width: 1450px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 86vw;
	}
}
@media (min-width: 1450px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 86vw;
	}
}
@media (min-width: 1312px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 88vw;
	}
}
@media (min-width: 1244px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 89vw;
	}
}
@media (min-width: 1172px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 61vw;
	}
}
@media (min-width: 1104px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 62vw;
	}
}
@media (min-width: 1035px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 63vw;
	}
}
@media (min-width: 914px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 66vw;
	}
}
@media (min-width: 800px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 65vw;
	}
}
@media (min-width: 712px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 64vw;
	}
}
@media (min-width: 640px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 63vw;
	}
}
@media (min-width: 582px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 57vw;
	}
}
@media (min-width: 480px) {
	.stock-offcanvas {
		--bs-offcanvas-width: 60vw;
	}
}
@keyframes shake {
	0% {
		margin-left: 0rem;
	}
	25% {
		margin-left: 0.5rem;
	}
	75% {
		margin-left: -0.5rem;
	}
	100% {
		margin-left: 0rem;
	}
}
.date-range {
	padding: 0.2rem 0.5rem;
	border: 1px solid #dadce0;
	border-radius: 0.25rem;
}
.date-range > * {
	outline: 0 !important;
	cursor: pointer !important;
}
.date-range .input-wrapper {
	position: relative;
	overflow: hidden;
	height: 36px;
}
.date-range .input-wrapper .form-control,
.date-range .input-wrapper .form-control:hover,
.date-range .input-wrapper .form-control:focus {
	border: none !important;
	outline: 0 !important;
	cursor: pointer !important;
	color: #222;
	font-size: 13px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	text-align: inherit;
	-webkit-appearance: none;
	height: 100%;
	max-width: calc(50% - 4px);
}
.date-range .input-wrapper .input-separator {
	transition: opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
	margin: 0 4px;
	color: rgba(0, 0, 0, 0.87);
	border-color: transparent;
	top: 2px;
	position: relative;
	font-weight: bolder;
}
.date-range .input-wrapper input[type='date']::-webkit-inner-spin-button,
.date-range .input-wrapper input[type='date']::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
	opacity: 0;
}
#sidebar-menu ul li .badge {
	margin-right: 20px;
}
button:disabled {
	cursor: not-allowed !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;
}
.scrollable-content,
.table-responsive,
body,
html {
	scrollbar-color: rgba(135, 139, 144, 0.5) #fff0;
	scrollbar-width: thin;
}
.scrollable-content::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar,
.table-responsive::-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: transparent;
	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 .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-label,
.total-section .total-row.gross-total .total-amount {
	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;
}

.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:before {
	background-color: rgba(0, 0, 0, 0.55);
	content: '';
	display: block;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
#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:hover,
.zf-unified-theme .btn-primary:focus,
.zf-unified-theme .btn-primary:active,
.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:before,
.ribbon .ribbon-inner:after {
	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: #333333;
		background: #ffffff;
	}
	.pcs-header-content {
		font-size: 9pt;
		color: #333333;
		background-color: #ffffff;
	}
	.pcs-template-body {
		padding: 0 0.4in 0 0.55in;
	}
	.pcs-template-footer {
		height: 0.7in;
		font-size: 6pt;
		color: #aaaaaa;
		padding: 0 0.4in 0 0.55in;
		background-color: #ffffff;
	}
	.pcs-label {
		color: #333333;
	}
	.pcs-entity-title {
		font-size: 28pt;
		color: #000000;
	}
	.pcs-orgname {
		font-size: 10pt;
		color: #333333;
	}
	.pcs-customer-name {
		font-size: 9pt;
		color: #333333;
	}
	.pcs-itemtable-header {
		font-size: 9pt;
		color: #ffffff;
		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: #ffffff;
		color: #000000;
	}
	.pcs-item-desc {
		color: #727272;
		font-size: 9pt;
	}
	.pcs-balance {
		background-color: #f5f4f3;
		font-size: 9pt;
		color: #000000;
	}
	.pcs-totals {
		font-size: 9pt;
		color: #000000;
		background-color: #ffffff;
	}
	.pcs-notes {
		font-size: 8pt;
	}
	.billto-section {
		padding-top: 0mm;
		padding-left: 0mm;
	}
	.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: white;
}

.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%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-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);
}
.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;
	/* padding: 0;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px); */
}
.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: rgb(255, 255, 255);
	box-sizing: border-box;
	box-shadow: rgba(197, 198, 201, 0.4) 0px 1px 8px;
}

.pai-input {
	width: 100%;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(228, 229, 231);
	box-sizing: border-box;
	color: rgb(34, 35, 37);
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	letter-spacing: 0.57px;
	line-height: 24px;
	outline: none;
	padding: 10px;
	background: #fff;
	margin: 0;
}

.pai-input:focus {
	border-color: rgb(149, 151, 157) !important;
}

.pai-button {
	background: none;
	font: inherit;
	width: 100%;
	margin-bottom: 0px;
	height: 48px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(41, 171, 226);
	border: 1px solid rgba(41, 171, 226, 0.5);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	/* height: 42px; */
	line-height: 24px;
	outline: none;
	padding: 0px;
	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;
	}
}
.bill-container hr,
#print-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;
}
.form-date,
.flatpickr-input {
	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) 0px 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;
}
.box-shadow,
.avatar-box,
.header-actions .header-icon,
.toggle-sidebar,
.pin-sidebar,
.icon-box,
.modal-content,
.btn {
	box-shadow:
		inset 1.5px 1.5px 0px rgba(255, 255, 255, 0.25),
		inset -1.5px -1.5px 0px rgba(0, 0, 0, 0.1);
}
.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: 10px;
	max-width: 800px;
	margin: 0 auto;
}

.dashboard-list-item {
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	padding: 4px 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* border-left: 4px solid #3498db; */
	/* No width specifications - each item will size to its content */
}

/* Optional styling */
.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; /* red */
}
