.table-responsive th, .table-responsive td {
  padding-left: 10px;
  padding-right: 10px;
}

.header a.brand-logo img {
	width: 200px;
    height: 116px;
}

/* mod_menu — nav-pill styling for sidebar */
.mod-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mod-menu li {
	margin-bottom: 0;
}
.mod-menu li a {
	display: flex;
	align-items: center;
	gap: 0.6em;
	padding: 0.3rem 0.75rem;
	border-radius: 0.375rem;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.15s ease;
}
.mod-menu li a:hover {
	background-color: rgba(127, 127, 127, 0.15);
	text-decoration: none;
}
.mod-menu li.current > a,
.mod-menu li.active > a {
	background-color: var(--bs-primary, #2a69b8);
	color: #fff;
	text-decoration: none;
}
.mod-menu li > a > i {
	width: 1.2em;
	text-align: center;
	flex-shrink: 0;
}
