.suggesstion-box .searchresult-list {
    background: #fff;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    overflow-y: auto;
    max-height: 210px;
}

.suggesstion-box .searchresult-list li {
    text-align: left;
    padding: 5px;
}

.suggesstion-box  {
    float: left;
    display: block;
    position: absolute;
    z-index: 9999;
    max-height: 200px;
    width: calc(100% - 30px);
    height: 0px;
    padding: 0px;
    border: none;
}

#keywords_names_wrap{
	height: auto !important; 
}

#keywords_names{
	disply: inline-block;
	width: auto;
}

#keywords_names .form-check-label{
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 4px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-top: 0px;
}

#keywords_names .form-check-label span.close{
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	border-right: 1px solid #999;
}
#keywords_names .form-check-label span.text{
	padding-left: 5px;
}


#schedules_names_wrap{
	height: auto !important; 
}

#schedules_names{
	disply: inline-block;
	width: auto;
}

#schedules_names .form-check-label{
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 4px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-top: 0px;
}

#schedules_names .form-check-label span.close{
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	border-right: 1px solid #999;
}
#schedules_names .form-check-label span.text{
	padding-left: 5px;
}