.btn {
	height: 34px;
}
.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;
}
.items-table .item-details {
	width: 40%;
	min-width: 370px;
}
.items-table .item-qty {
	width: 10%;
}
hr.md {
    margin: 12px 0;
}
.items-table .item-rate,
.items-table .item-amount {
	width: 25%;
}
.items-table .item-column {
	/* padding: 0;
  border: 1px solid #ccc;
  background-color: #fff; */
	vertical-align: top;
	word-wrap: break-word;
}

.items-table .item-column .desc-div {
	margin: 0 8px;
}

.items-table .item-column .desc-div textarea:not(:focus) {
	background-color: #fbfafa;
}

/*
.items-table .item-column .form-control {
  border: 1px solid transparent;
  box-shadow: none;
  outline: 0;
} */
.items-table .item-column .form-control:focus,
.items-table .item-column .form-control:hover {
	border: 1px solid var(--base-color);
}
.items-table .text-end .form-control {
	text-align: right !important;
}
.items-table .nk-tb-col {
	vertical-align: middle !important;
}
textarea.form-control {
	min-height: auto;
}
.checkbox-wrapper-19 {
	box-sizing: border-box;
	--background-color: #fff;
	--checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
	0% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) / 2);
	}
}

@-webkit-keyframes dothabottomcheck-19 {
	0% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) / 2);
	}
}

@keyframes dothabottomcheck-19 {
	0% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) / 2);
	}
}

@keyframes dothatopcheck-19 {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) * 1.2);
	}
}

@-webkit-keyframes dothatopcheck-19 {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) * 1.2);
	}
}

@-moz-keyframes dothatopcheck-19 {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: calc(var(--checkbox-height) * 1.2);
	}
}

.checkbox-wrapper-19 input[type='checkbox'] {
	display: none;
}

.checkbox-wrapper-19 .check-box {
	height: var(--checkbox-height);
	width: var(--checkbox-height);
	background-color: transparent;
	border: calc(var(--checkbox-height) * 0.1) solid #000;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color ease 0.2s;
	-o-transition: border-color ease 0.2s;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: calc(var(--checkbox-height) * 0.2);
	background-color: #34b93d;
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	-webkit-transition: opacity ease 0.5;
	-moz-transition: opacity ease 0.5;
	transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
	top: calc(var(--checkbox-height) * 0.72);
	left: calc(var(--checkbox-height) * 0.41);
	box-shadow: 0 0 0 calc(var(--checkbox-height) * 0.05) var(--background-color);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
	top: calc(var(--checkbox-height) * 0.37);
	left: calc(var(--checkbox-height) * 0.05);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type='checkbox']:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
	border-color: #34b93d;
}
.checkbox-wrapper-19 input[type='checkbox']:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
	height: calc(var(--checkbox-height) / 2);
	-moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
	-o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
	-webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
	animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type='checkbox']:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
	height: calc(var(--checkbox-height) * 1.2);
	-moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
	-o-animation: dothatopcheck-19 0.4s ease 0s forwards;
	-webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
	animation: dothatopcheck-19 0.4s ease 0s forwards;
}
.btn-lg {
	padding: 12px 16px;
	height: auto;
}
.animate-background-color {
	transition: 0.085s background-color ease-in;
}
.max-width-4 {
	max-width: 72rem;
}
@media (max-width: 39.99rem) {
	.xs-max-width-1 {
		max-width: 24rem;
	}
}
.shadow-elevation-high,
.shadow-elevation-high-hover:hover {
	box-shadow:
		0px 0px 1px rgba(0, 0, 0, 0.24),
		0px 0px 2px rgba(0, 0, 0, 0.16),
		0px 3px 4px rgba(0, 0, 0, 0.06),
		0px 6px 8px rgba(0, 0, 0, 0.06),
		0px 12px 16px rgba(0, 0, 0, 0.08),
		0px 18px 32px rgba(0, 0, 0, 0.06);
}
.text-color-quiet {
	color: rgb(97, 102, 112);
}
.pt1-and-half {
	padding-top: 0.75rem;
}
.light-scrollbar::-webkit-scrollbar,
.dark-scrollbar::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.light-scrollbar::-webkit-scrollbar-button,
.dark-scrollbar::-webkit-scrollbar-button {
	display: none;
	height: 0;
	width: 12px;
}
.light-scrollbar::-webkit-scrollbar-thumb {
	background-color: hsla(0, 0%, 0%, 0.35);
}
.light-scrollbar::-webkit-scrollbar-thumb,
.dark-scrollbar::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	min-height: 36px;
}
.flex-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
}
.items-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
}
.content-box {
	box-sizing: content-box;
}
.truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left-align {
	text-align: left;
}
.ml-half {
	margin-left: 0.25rem;
}
.text-dark,
a.text-dark,
.text-dark a {
	color: rgb(29, 31, 37);
	fill: rgb(29, 31, 37);
}
.nowrap {
	white-space: nowrap;
}
.flex-none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.search-box .form-control {
	border-radius: 30px;
	padding-left: 40px;
}
.search-box .search-icon {
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 0;
	line-height: 38px;
}
.quiet {
	opacity: 0.75;
}
.noevents {
	pointer-events: none;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(245, 246, 248, var(--bs-bg-opacity)) !important;
}
.colors-background-selected,
.colors-background-selected-focus:focus,
.colors-background-selected-hover:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
@media print {
	.pcs-template-body,
	.pcs-template-footer,
	.pcs-template-header {
		padding: 0 0.2in 0 0.2in !important;
	}
}
@media only screen and (max-width: 767px) {
	.nk-block-between {
		padding: 0 20px;
	}
}
.currency-with-amount > .form-control,
.sheet-view .ac-select.form-control,
.sheet-view .sheet-field.form-control {
	height: 34px;
}
.currency-with-amount > .form-control:hover,
.sheet-view .ac-select.form-control:hover	,
.sheet-view .sheet-field.form-control:hover {
	border: 1px solid var(--base-color);
	border-radius: 5px;
}
