/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */


/* Green theme overrides */
:root {
	--primary: #2e7d32; /* main green */
	--primary-dark: #1b5e20;
	--primary-light: #66bb6a;
}

.navbar-bg { background: var(--primary) !important; }
.main-sidebar .sidebar-brand a { color: var(--primary-dark) !important; }
.main-sidebar .sidebar-menu li.active > a {
	background-color: var(--primary-light) !important;
	color: #fff !important;
}
.btn-primary { background-color: var(--primary) !important; border-color: var(--primary) !important; }
.btn-success { background-color: var(--primary-light) !important; border-color: var(--primary-light) !important; }
.section-header h1, .breadcrumb-item a { color: var(--primary-dark) !important; }

/* Cards and accents */
.card .card-header { background-color: rgba(46,125,50,0.08); }
.card .card-title { color: var(--primary-dark); }

/*# sourceMappingURL=custom.css.map */
