#pvt-main>.box-title .post-title {
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
#pvt-main>.box-title .post-title::after,
#pvt-main>.box-title .post-title h1::after,
#pvt-main>.box-title .post-title h2::after {
	display: none;
}
#pvt-main>.box-title .post-title h1,
#pvt-main>.box-title .post-title h2 {
	height: auto;
	padding: 20px;
	font-size: 28px;
	background: none;
	font-weight: 700;
	color: var(--c2);
}
.content-inner {
	margin: 0 auto;
	max-width: 880px;
}
.box-content form {
	gap: 20px;
	display: grid;
	text-align: center;
}
.box-content form .ctrl-group {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.box-content form .form-control {
	font-size: 16px;
	min-height: 45px;
	border-radius: 30px;
}
.box-content form .form-control:not(:focus) {
	border-color: white;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.box-content form button {
	display: block;
	height: 45px;
	color: white;
	margin: 0 auto 40px;
	background: var(--c2);
	padding: 0 50px;
	position: relative;
	border-radius: 30px;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-content form button::before {
	content: '\f002';
	margin-right: 10px;
	font-family: FontAwesome;
}
.result-search-short {
	text-align: center;
}
.result-search-note {
	padding: 30px 0 40px;
}
.result-search-codes {
	padding: 50px 0;
	background: #f9f9f9;
}
.result-search-codes h2 {
	font-size: 20px;
	margin: 0 0 20px;
	color: var(--c2);
	font-weight: 700;
	text-transform: uppercase;
}
.result-search-codes .table {
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.table>thead>tr>th {
	background: #fafafa;
	border-bottom-width: 1px;
	text-transform: uppercase;
}
.table>thead>tr>th,
.table>tbody>tr>td {
	padding: 12px;
}
.table .col-stt {
	width: 1%;
	text-align: center;
}
.table .col-code {
	text-align: center;
}
.post-thumb {
	text-align: center;
}
.noresults {
	font-size: 16px;
	text-align: center;
	padding-bottom: 40px;
}
.noresults .alert {
	padding: 30px;
}
.select2-container .select2-selection--single {
	height: 45px;
	font-size: 16px;
	text-align: left;
	padding: 4px 30px 4px 12px;
	border-radius: 30px !important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	border-color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: gray;
	line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 45px;
	height: 45px;
	margin-left: -1px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--c2);
}