/* Custom css code */

:root {
	--border-color: #222;
	--border: #0267CC;
	--gray: #f2f2f2;
	--blue: #003D79;
	--white: #fff;
}

html,
body {
	font-family: Roboto, 'Roboto Condensed', Helvetica, Arial;
	font-size: 15px;
	font-weight: normal;
}

.c404 {
	padding: 130px 0;
}

.c404 h1 {
	color: #333;
	font-size: 120px;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 1;
}

.c404 h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.c404 p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	color: #888;
}

.c404 p a {
	color: #157EE1;
	border-bottom: 1px dotted #157EE1;
	line-height: 1;
}

.c404 p a:hover {
	border-bottom: 1px solid #157EE1;
}

.not-allowed {
	cursor: not-allowed;
	opacity: 0.7;
	filter: grayscale(100%) blur(1px);
}

.wow,
.overlay {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow: auto;
	display: none;
}

.pop-up {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(46, 46, 46, .8) !important;
	z-index: 9998;
	overflow: auto;
	display: none;
}

.pop-close {
	width: 16px;
	height: 16px;
	background: url(../../images/icons/x.png) no-repeat center;
	float: right;
	cursor: pointer;
}

.pop-close:hover {
	opacity: .7;
}

.pop-modal {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.pop-modal-parent {
	display: table-cell;
	vertical-align: middle;
}

.pop-wrap {
	margin-left: auto;
	margin-right: auto;
}

.wow .alert {
	display: none;
	margin: 0 auto;
	width: 620px;
	position: relative;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	z-index: 9999;
}

.wow .alert a {
	color: inherit;
	text-decoration: underline;
}

.wow .alert a:hover {
	text-decoration: none;
}

.wow .error {
	background-color: #BC2525;
}

.wow .success {
	background-color: #8AC201;
}

.loader {
	width: 56px;
	height: 56px;
	border: 4px solid transparent;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -28px auto 0;
}

.loader::before {
	content: '';
	border: 4px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 67.2px;
	height: 67.2px;
	position: absolute;
	top: -9.6px;
	left: -9.6px;
	animation: loader-scale 1.5s ease-out infinite;
	animation-delay: 1s;
	opacity: 0;
}

.loader::after {
	content: '';
	border: 4px solid #fff;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	position: absolute;
	top: -4px;
	left: -4px;
	animation: loader-scale 1.5s ease-out infinite;
	animation-delay: 0.5s;
}

@keyframes loader-scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.products-list .product-description {
	line-height: 1;
	white-space: pre-wrap;
}

.small-box>.inner {
	position: relative;
	z-index: 1;
}

.custom.x-icon {
	width: 24px;
	text-align: center;
}

.hide {
	display: none !important;
}

.form-control.error {
	border-color: red;
	background-color: #fff;
}

.products-list .product-title.custom {
	line-height: 1;
	margin: 0 0 2px 0;
}

.pre-badge {
	line-height: 18px;
}

.pre-badge b {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.table td,
.table th {
	vertical-align: middle !important;
}

.table-head th {
	color: #333;
	font-size: 15px;
	font-weight: normal !important;
	text-transform: uppercase;
}

.custom.tr-td-span {
	margin: 0;
	line-height: 18px;
}

.custom.tr-td-span+.icheck-primary {
	box-sizing: unset;
	float: left;
}

.custom.tr-td-span+.icheck-primary label:before {
	background: #fff;
}

.custom.name,
.custom.currency {
	line-height: 1;
}

.custom.name span,
.custom.currency span {
	font-size: 16px;
	color: #000;
}

.custom.remove-filter i {
	position: relative;
	top: 1px;
}

.font-size-12px {
	font-size: 13px;
}

.custom.item-group {
	line-height: 1;
}

.custom.item-group i {
	float: left;
	line-height: 28px;
}

.custom.item-group span {
	color: #000;
	display: block;
}

.custom.card-body .form-group:last-child,
.custom.card-body .row:last-child {
	margin-bottom: 0 !important;
}

.color-blacks {
	color: #000;
}

.products-list .img-size-100 {
	width: 100px !important;
	height: auto !important;
}

.note-editor.note-frame.card {
	margin-bottom: 0;
}

.form-control.error+.input-group-append .input-group-text {
	border-color: red;
}

.pagination-sm .page-link {
	margin: 15px 0;
}

/* .table-bordered {
	border: none !important;
} */

.table-bordered td,
.table-bordered th {
	border-bottom: none !important;
	line-height: 1;
}

.card-body.p-0 .table thead>tr>th:first-of-type,
.card-body.p-0 .table tbody>tr>td:first-of-type {
	padding-left: .75rem;
}

.card-body.p-0 .table thead>tr>th:last-of-type,
.card-body.p-0 .table tbody>tr>td:last-of-type {
	padding-right: .75rem;
}

.table-bordered td .dropdown-item,
.table-bordered th .dropdown-item {
	line-height: 1.5;
}

.table-bordered td .dropdown-divider,
.table-bordered th .dropdown-divider {
	margin: 0;
}

.table-bordered td .dropdown-menu,
.table-bordered th .dropdown-menu {
	padding: 0;
	overflow: hidden;
}

.line-height-normal {
	line-height: 1 !important;
}

.dataTable .fa-fw {
	font-size: 14px;
}

.custom .select2 {
	width: 100% !important;
	font-weight: normal;
}

.select2-results__option {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.toggle-group label {
	font-weight: 500 !important;
}

input[type=date] {
	font-family: Roboto;
}

.category_edit {
	float: left;
}

.font-size-12 {
	font-size: 12px;
}

.text-dark a {
	color: #000;
	font-weight: normal;
}

.receiver_store_info {
	display: none;
}

.table th {
	padding: 8px 5px;
}

.table td {
	padding: 5px;
}

.preview {
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	margin: 0 0 15px 0;
}

.preview img {
	display: table;
	max-width: 100%;
	max-height: 350px;
	padding: 10px;
	margin: 0 auto;
}

.preview i {
	display: table;
	margin: 40px auto;
	font-size: 85px;
}

.small-tag {
	line-height: 1 !important;
	color: #777;
}

.span-tag {
	font-size: 14px;
	line-height: 1 !important;
	color: #777;
}

.link-tag {
	color: #007bff !important;
	font-size: 14px;
	line-height: 1 !important;
	text-decoration: underline;
	;
}

.text {
	font-size: 13px;
	line-height: 1 !important;
	color: #111;
}

.text.v2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1 !important;
	color: #111;
}

.text.v3 {
	font-size: 14px;
	line-height: 1 !important;
	color: #111;
}

.filter-more-options {
	display: none;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #28a745;
	border: none;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #28a745;
	border: none;
	cursor: pointer;
}

.widget-user .widget-user-image>img {
	width: 90px !important;
	height: 90px !important;
}

.custom-line-height {
	height: 60px;
	overflow: hidden;
}

.h300 {
	min-height: 300px;
}

.table-preview {
	display: table;
	max-width: 60px;
	max-height: 60px;
	margin: 0 auto;
}

.custom-table td,
.custom-table th {
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	border-color: #000;
	line-height: 40px !important;
	vertical-align: middle !important;
}

.text-decoration {
	text-decoration: underline;
}

.donutChart {
	min-height: 350px;
	height: 350px;
	max-height: 350px;
	max-width: 100%;
}

.cashbox-custom-btns {
	font-size: 14px;
}

.link-tag-v2 {
	font-size: 13px;
}

@media only screen and (max-width: 720px) {
	.alert {
		width: auto !important;
		border-radius: 0 !important;
	}

	.pop-close {
		width: 22px;
		height: 22px;
		background: rgba(0, 0, 0, .5) url(../../images/icons/x.png) no-repeat center;
		position: absolute;
		border-radius: 3px;
		right: 0;
		bottom: -24px;
		left: 0;
		margin: auto;
	}
}

a.text-dark {
	font-size: 12px;
}

.cursor-pointer {
	cursor: pointer !important;
}

tr.tab-active {
	background-color: #ddf !important;
}

.fc-daygrid-event {
	border: none !important;
	white-space: normal !important;
	padding: 5px !important;
	line-height: 1.1;
}

.print-only {
	display: none;
}

@media print {
	:root {
		--border-color: #222;
		--border: #0267CC;
		--gray: #f2f2f2;
		--blue: #003D79;
		--white: #fff;
	}

	* {
		box-sizing: border-box;
	}

	body {
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 14px;
		line-height: 1.4;
	}

	.page {
		page-break-after: always;
	}

	.page:last-child {
		page-break-after: auto;
	}

	.page {
		margin: 0 auto;
		padding: 30px;
	}

	.page.border {
		border: 1px solid var(--border);
	}
	
	.page.title-page {
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.w30 {
		width: 30%;
	}

	.w20 {
		width: 20%;
	}

	.print-only {
		display: block;
	}

	.content-wrapper,
	.main-sidebar,
	.main-header,
	.main-footer {
		display: none;
	}

	.text-capitalize {
		text-transform: capitalize !important;
	}

	.v1 .logo {
		display: flex;
		justify-content: center;
		margin: 60px 0 100px 0;
	}

	.v1 .logo img {
		width: 220px;
	}

	.v1 h1 {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}

	.v1 h2 {
		font-size: 16px;
		margin: 25px 0 10px;
		border-bottom: 1px solid var(--border);
		padding-bottom: 4px;
	}

	.v1 .title {
		font-size: 36px !important;
		font-weight: 500;
		text-align: center;
		text-transform: capitalize;
	}

	.v1 .subtitle {
		font-size: 30px !important;
		font-weight: 500;
		text-align: center;
	}

	.v1 table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 15px;
	}

	.v1 th,
	.v1 td {
		border: 1px solid var(--border);
		padding: 8px 10px;
		vertical-align: top;
	}

	.v1 .th {
		color: #fff !important;
		background: #003D79 !important;
		text-align: left;
		font-weight: 400;
	}

	.v1 .header-table td {
		width: 50%;
	}

	.v1 .summary {
		margin-top: 10px;
		text-align: justify;
	}

	.v1 .footer {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		font-size: 12px;
	}

	.v1 .print-footer {
		display: flex;
		gap: 20px;
		flex-direction: column;
		align-items: flex-end;
	}

	.v1 .print-footer span {
		color: #000;
		font-size: 32px;
		font-weight: 400;
		line-height: 1;
	}

	/* v2 */

	.v2 .header {
		width: 100%;
		margin-bottom: 20px;
	}

	.v2 .header td {
		vertical-align: middle;
	}

	.v2 .logo {
		color: #003D79;
		font-size: 14px;
		font-weight: bold;
	}

	.v2 .logo img {
		width: 100px;
	}

	.report-title {
		text-align: right;
		font-weight: bold;
	}

	.v2 .table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 12px;
	}

	.v2 .table td,
	.v2 .table th {
		border: 1px solid #0b5ed7;
		padding: 6px;
		vertical-align: top !important;
	}

	.v2 .section-title {
		background: #003D79 !important;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 6px 0;
	}

	.v2 .label {
		font-weight: bold;
		width: 18%;
		background: #f7f7f7;
	}

	.v2 .value {
		width: 32%;
	}

	.v2 .checkbox {
		font-family: DejaVu Sans;
	}

	.v2 .checkbox-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.v2 .checkbox-item {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.v2 .light {
		background: #f1f5ff !important;
	}

	.v2 .footer {
		width: 100%;
		font-size: 10px;
		margin-top: 20px;
	}

	.v2 .footer td {
		vertical-align: middle;
	}
}