/* _content/CompanyDemo/Pages/Index/Index.razor.rz.scp.css */
.search[b-9c5jf1rrn7] {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm[b-9c5jf1rrn7] {
	width: 100%;
	border: 3px solid #00B4CC;
	border-right: none;
	padding: 5px;
	height: 20px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #9DBFAF;
}

.searchTerm:focus[b-9c5jf1rrn7]{
	color: #00B4CC;
}

.searchButton[b-9c5jf1rrn7] {
	width: 40px;
	height: 36px;
	border: 1px solid #00B4CC;
	background: #00B4CC;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap[b-9c5jf1rrn7]{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.whobox a[b-9c5jf1rrn7]{
	margin-top: 4rem;
	padding: 0.3rem 2.5rem;
	font-size: 1.0rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease;
}
.whobox a:hover[b-9c5jf1rrn7]{
	color: black;
	background-color: yellow;
	transition: background 0.5s ease;
}
.se b[b-9c5jf1rrn7]{
	padding: 2px;
	transition: background 0.5s ease;
}
.se:hover b[b-9c5jf1rrn7]{
	background-color: #ffde17;
}
