/* Sidebar */
.botao-pesquisar {
	border-radius:30px;
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width:120px;
	text-align:center !important;
	color: white !important;
	white-space: nowrap;
	border: none;
	margin-bottom: 10px;
}

.botao-pesquisar:hover {
	background-image: linear-gradient(to top, #b951c1, #d787e1);
	font-weight: bolder;
}

.link-lateral-titulo {
	color: black;
}

.link-lateral-titulo:hover {
	background-color: #fccfa5 !important;
	color: #f15a29;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
}

.link-lateral {
	color: #777;
}

.link-lateral:hover {
	background-color: #fccfa5 !important;
	color: #f15a29;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}

.imagem-lateral-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	overflow: hidden;
	margin-top: -40px;
	margin-bottom: -40px; 
	padding: 0;
}

.imagem-lateral {
	-webkit-box-shadow: 5px 5px 27px -13px rgba(0,0,0,0.76); 
	box-shadow: 5px 5px 27px -13px rgba(0,0,0,0.76);
	height: 100px;	
}

.sidebar-stats {
	/*display: none;*/
}
/* end sidebar */