.searchicon{
	cursor: pointer;
	font-size: 1rem;
    margin-right: 0.5rem;
}
.search-bar{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	flex: auto;
	
}
.search-bar.hide, .search-bar .hide{
	display: none !important;
}
#searchbox{
	height: unset !important;
	padding: 0 0.5rem !important;
    line-height: 1.5 !important;
    border-radius: 0rem !important;
}
#searchbtn{
	border-radius: 0rem !important;
}


.search-result {
    position: absolute;
	width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
}