.search-title-button {
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
}

#title-search-input {
	color: #0a1d57 !important;
}

.header__search-line input {
	/* background: transparent; */
	background-color: white;
	padding: 10px 10px 10px 26px !important;
	/* height: 20px; */
	border: 0;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
}

.title-search-result {
	position: absolute;
	display: none;
	width: 100%;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
	background: linear-gradient(90deg, #F4F4F4 0, #F4F4F4 50.9999%, #fff 51%, #fff);
	z-index: 1000;
	border-top: 1px solid #eee;
	overflow: hidden;
	cursor: auto;
}

.bx_item_block {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.all_result,
.others_result {
	border: none;
}

.all_result {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {

	.title-search-result {
		position: absolute;
		display: none;
		width: 100%;
		box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
		background: linear-gradient(90deg, #F4F4F4 0, #F4F4F4 50.9999%, #fff 51%, #fff);
		z-index: 1000;
		border-top: 1px solid #eee;
		overflow: hidden;
		cursor: auto;
	}
}