/* TSE Corporate Theme
   Colors derived from the TechSolveEngine logo:
   Teal accent: #4FAF96
   Navy/charcoal: #2C3444
*/

:root {
	--primary: #4FAF96;
	--primary-color: #4FAF96;
	--dark-green: #4FAF96;
	--blue: #4FAF96;
	--btn-primary-bg: #4FAF96;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #4FAF96 !important;
	border-color: #4FAF96 !important;
}

a,
a:hover,
.text-primary {
	color: #4FAF96;
}

.sidebar-item.selected,
.sidebar-item:hover,
.list-sidebar-button.active {
	background-color: rgba(79, 175, 150, 0.12) !important;
	color: #4FAF96 !important;
}
