:root {
	--brand-color: #013755;
}

.bi {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: -.125em;
	fill: currentColor;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
	.sidebar .offcanvas-lg {
		position: -webkit-sticky;
		position: sticky;
		top: 48px;
	}

	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.sidebar .nav-link {
	font-size: 1rem;
	/* font-weight: 500; */
	/* color: white; */
	color: black;
}

.sidebar .nav-link.active {
	/* color: #2470dc; */
	color: #2470dc;
}

.sidebar-heading {
	font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	/* background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important;
}



.sidebar li .submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

header>div.dropdown {
	padding-right: 15px;
}

header>div.dropdown>ul.dropdown-menu {
	right: 15px;
	left: inherit;
}

/*
 * Login Page
 */
.bg-login-image {
	background-image: url(../img/login-page.jpg);
	background-position: left;
	background-size: cover;
}

.card-header-title {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

.card-header-item {
	text-align: right !important;

}

.w-100px {
	width: 100px !important;
}

.w-120px {
	width: 120px !important;
}