:root{
	--bgboxcolor: #188889;
	--bgborcolor: #005a5b;
	--bgtexcolor: #4ab3b4;
}
.ft-search{
	position: fixed;
	z-index: 99999999999999999999999999999;
	left: 0;
	box-sizing: border-box;
	padding: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000ba;
}
.ft-sbox{
	position: relative;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	padding: 30px 0px 0px 0px;
	max-width: 900px;
	animation: ftzoomIn 0.3s ease;
}
@keyframes ftzoomIn {
	0% {
		filter: grayscale(1);
		opacity: 0;
	}
	100% {
		filter: grayscale(0);
		opacity: 1;
	}
}
.ft-sbox #ft-sclose {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 15px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	padding: 0;
	font-size: 30px;
	background:var(--bgboxcolor);
	opacity:0.7;
	color:#fff;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.ft-sbox #ft-sclose:hover{
	opacity:0.9;
}
.ft-sbox a{
	color:#333;
	font-size:18px;
	line-height:1.3;
	text-decoration:none;
}
.ft-sbox a:hover{
	color:#777;
}
form.ft-sform {
    display: flex;
}
.ft-sbox #ft-sinput {
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    margin: 0px;
    height: 50px;
    border-bottom: 2px solid var(--bgborcolor);
    background: #2d2d2d;
    color: #fff;
    padding: 0px 20px;
    outline: none;
    box-shadow: none;
}
.ft-sbox #ft-sinput::placeholder {
    color: #ccc; 
}
.ft-sbox #ft-ssumit {
    width: 120px;
    border-radius: 0px 5px 5px 0px;
    margin: 0px;
    height: 50px;
    background: var(--bgboxcolor);
    color: #fff;
    padding: 0px 20px;
	border:none;
    border-bottom: 2px solid var(--bgborcolor);
	font-size:14px;
}
li.ft-stit {
    border-bottom: 1px dashed #999;
    padding: 5px 0px;
	color:var(--bgtexcolor);
	text-transform: uppercase;
	font-size:14px;
}
.ft-sselec{
	color:var(--bgtexcolor);
}
.ft-sbox #ft-show{
	margin:0px;
	max-height:450px;
	overflow: auto;
	margin-top: 20px;
	font-size:18px;
}
.ft-sbox .ft-showbg{
	background:#fff;
	padding:15px;
	border-radius:5px;
}
#ft-show li {
	list-style-type: none;
	margin:0px;
}
#ft-show .ft-ssp {
	display: grid;
	grid-template-columns: 75px auto;
}
#ft-show .ft-ssp a:first-child {
	display: flex;
	align-items: center;
}
#ft-show li:not(:last-child){
	margin-bottom: 10px;
}
#ft-show li img{
	width: 65px;
	height: 65px;
	border-radius:6px;
	margin-right: 10px;
	vertical-align: middle;
	object-fit: cover;
	margin-right:10px;
}
.ft-stit{
	color:#555;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
/* thanh scrool */
.ft-sbox * {
	scrollbar-color: #777 #ffffff00;
	scrollbar-width: thin !important;
}
.ft-sbox ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: none;
}
.ft-sbox ::-webkit-scrollbar-thumb {
	background-color: #777;
	border-radius: 2px;
}
.ft-sbox ::-webkit-scrollbar-track {
	background-color: none;
}
.ft-sbox .ft-ssap-tit{
	font-weight:bold;
}
.ft-sbox .ft-ssap-cm {
    font-size: 14px;
    color: #999;
	display:block;
}
.ft-sbox .ft-ssap-pri{
	font-size: 14px;
	color:#ff4444 !important;
	display:block;
}
.ft-sbox .ft-ssap-pri span{
	color:#ff4444 !important;
}
