
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

/* Custom overrides */

/* Reduce big illustration icons inside statistic cards */
.card .card-icon {
	width: 55px;
	height: 55px;
	font-size: 22px;
	line-height: 55px;
}

/* Sidebar feather icons */
.sidebar-menu i[data-feather] {
	width: 16px !important;
	height: 16px !important;
}

/* Navbar icons */
.navbar .nav-link i[data-feather],
.navbar .nav-link .fas {
	width: 16px !important;
	height: 16px !important;
	font-size: 14px !important;
}

/* Dashboard large illustrations (if any images) */
.banner-img img {
	max-height: 60px;
}

/* Reduce spacing for tighter look */
.card .card-statistic-1 .card-icon { font-size: 20px; }
.header-logo { max-height: 36px; }
