@media print {
	@page {
		size: letter;
	}

	*,
	*::before,
	*::after,
	.shadow {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	body {
		min-width: 991.98px !important;
	}

	.container,
	.container-fluid,
	.account-pages {
		min-width: 991.98px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	html[data-layout="topnav"] .container-fluid {
		max-width: 100%;
	}

	nav,
	footer {
		display: none !important;
	}

	.page-title-box {
		display: block;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5 {
		orphans: 3;
		widows: 3;
	}

	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5 {
		page-break-after: avoid;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}

	.table-dark {
		color: inherit;
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6;
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
}