
.text-select-box{
	position: relative;
}
.text-select-result{
	width: 100%;
	max-height: 250px;
	overflow-y: auto;
	position: absolute;
	background-color: #F7F8F9;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 10px;
	z-index: 99999;
	padding: 5px 5px;
}
.text-select-line{
	padding: 5px 5px;
	/*border-bottom: 1px solid #eaeaea;*/
	border-radius: 10px;
}
.text-select-line:last-child{
	border-bottom: 0 none;
}
.text-select-result .text-select-line{
	cursor: pointer;
}
.text-select-result .text-select-line:hover{
	/*background-color: #eaeaea;*/
	background-color: var(--bs-dark-bg-subtle)!important
}
.text-select-line .img-box{
	max-height: 50px;
	border-radius: 10px;
	overflow: hidden;
}
.text-select-line .img-box img{
	width: 100%;
}
.text-select-line .textsub{
	font-size: 12px;
	color: #888;
	/*max-height: 38px;*/
	overflow: hidden;
}
.text-select-result .text-select-line .textsub{
	max-height: 20px;
}
