.sidebar {
	padding: 1rem 3rem;
	width: 100%;
	border-right: 1px solid #e1e1e1;
	z-index: 0;
}
.sidebar-header > h2 {
	font-family: neo-medium;
	text-transform: capitalize;
	color: #3154a5;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 3px solid #3154a5;
	font-size: 2.5rem;
}
.search-input {
	position: relative;
	margin-bottom: 2rem !important;
}
.search-input > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	color: #606060;
}
.search-input > input {
	padding-left: 2.5rem !important;
}
.sidebar-body input.form-control, .sidebar-body select.form-control, .sidebar-body textarea.form-control {
	background: #dddddd;
	border: 0;
	padding: 1.5rem 1rem;
	border-radius: 7px !important;
}
.search-btn {
	background: #3154a5;
	color: #fff;
}
.filter-input {
	position: relative;
	margin-bottom: 1.5rem !important;
}
.filter-input > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	color: #606060;
}
.filter-input > input {
	padding-left: 2.5rem !important;
}
.form-group-filter {
	margin-bottom: 1rem !important;
}
.form-group-filter > label {
	font-weight: bold !important;
	text-transform: capitalize;
	color: #000;
	font-size: 1.75rem !important;
}
.form-group > .form-header > label {
	font-weight: 500;
	font-size: 1.25rem;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
}
.form-group > .form-header > .input-toggle {
	color: #000;
	margin-left: auto;
	display: inline-flex;
	font-size: 2rem;
	text-decoration: none !important;
}
.form-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1rem;
}
.input-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.input-group > span {
	padding: 0 1rem;
}