.searchIcon {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	display: block !important;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#searchWhiteLogo {
	cursor: pointer;
}
.searchLi {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hideSearch{
	display: none;
}
.showSearch{
	display: flex;
}
#searchDiv {
	position: fixed;
	overflow-y: scroll;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index:9999999912342;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #cc333b;
	//-webkit-backdrop-filter: blur(5px);
	//backdrop-filter: blur(5px);
	transition: 0.5s;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#searchDiv::-webkit-scrollbar {
	display: none;
}

.searchH{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 0%;
	padding-bottom: 2%;
	color: white;
	font-size: 2rem;
}
.searchH > img {
	height: 56px;
	padding: 5px;
}
.searchH>span{
	cursor: pointer;
}
.searchI{
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 2%;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
}
#searchIpt{
	width:100%;
	background-color: transparent;
	color: white;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid white;
	border-radius: 0;
	font-size: 1.5rem;
}
#searchIpt::placeholder{
	color: rgba(255,255,255,0.8);
}
.searchR{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 0;
	padding-bottom: 2%;
	overflow: visible;
	justify-content: center;
	align-items: center;
}
.searchRow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 2%;
	//background-color: rgba(255,255,255,0.5);
	color: white;
	text-align: center;
	border-bottom: 2px inset rgba(255,255,255,0.1);
}
.searchRow > h3 {
	color: white !important;
}
#searchDiv > h3 {
	width: 100%;
	color: white !important;
	text-align: center;
}
.searchRow > a > h3 {
	color: white !important;
}
.searchRow > a {
	width: 100%;
	text-decoration: none;
	color: white !important;
	text-align: center;
}
.searchRow {
	color: white !important;
	text-align: center;
}
#listResult {
	color: white;
	cursor: none;
	border-bottom: 1px solid white;
}

.rhSearch {
	width: 100%;
}
/*
.fa-search {
	color: white;
}

.g-mobilemenu-container > í.fa-search::before {
	color: black;
	text-align: center;
}*/