/* Bootstrap style overrides */
.text-muted.bg-dark {
	color: #ccc !important;
}

.navbar-nav .active>.nav-link {
	font-weight: 600;
}

/* Bootstrap style extensions */
.badge.badge-spacious {
	padding: 0.4em 0.8em;
}

.badge-highlight {
	background-color: #ffe599;
}

.font-weight-semibold {
	font-weight: 600;
}


/* App styles */
body {
		background-color: #f3f5fa;
}

/* Logo */
.text-color__blue {
	color: #335eea;
}

.text-color__black {
	color: #000;
}

.text-color__grey {
	color: #506690;
}

.logout-btn {
	padding: 0 2px;
}

.footer {
	position: absolute;
	bottom: -1rem;
	width: 100%;
}