* {
	outline: none !important;
}
body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #212529;
	background: white;
}
header {
    background: #212529;
	padding: 32px 15px;
	position: relative;
}
header img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
aside {
	left: 0;
	top: 0;
	transition: .3s ease;
}
.nav-fixed aside {
	position: fixed;
	top: 15px;
}
.dropdown-toggle {
	white-space: normal;
}
.dropdown-menu {
	width: 100%;
}
.list-group-item, .dropdown-item {
    padding: 6px;
    font-size: 14px;
	transition: .3s ease;
}
.list-group-item:not(.active) {
	background-color: #fafafa!important;
}
.list-group-item.active, .dropdown-item.active, .dropdown-item:active, .list-group-item:hover {
    background-color: #111111!important;
    border-color: #111111;
	color: #fff;
}
.table-wrapper-small {
	max-width: 100%;
}
th:first-child {
    min-width: 300px;
	width: 300px;
}
.table-wrapper-small th:first-child {
    width: 50%;
}
th:nth-child(2) {
    width: 160px;
}
th.description {
    width: 400px;
}
.table {
    min-width: 1200px;
}
.table-wrapper-small .table {
    min-width: 100%;
}
.menu-toggle {
	border: none;
	width: 25px;
	height: 29px;
	position: relative;
	padding: 0;
	background: none;
	width: 25px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translatey(-50%);
}
.menu-toggle::after, .menu-toggle::before, .menu-toggle div {
	background-color: #fff;
	border-radius: 0;
	content: "";
	display: block;
	height: 3px;
	margin: 5px 0;
	transition: all 0.2s ease-in-out 0s;
}
.backdrop {
	position: fixed;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.logo-text {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 180px;
	height: 32px;
	margin: 0 auto;
}

.logo {
	max-width: 80px;
	position: relative;
	margin-right: 30px;
}
.logo-title {
	color: #bdb69e;
	text-align: center;
	font-size: 28px;
	margin: 20px 0 15px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
header {
	position: relative;
	background: #111111;
}
@media (max-width: 991px) {
	body {
		padding-top: 89px;
	}
	header {
		height: 65px;
		position: fixed!important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.menu-open {
		overflow: hidden;
	}
	aside, .nav-fixed aside {
		height: 100%;
		min-width: 280px !important;
		position: fixed !important;
		top: 0;
		left: -280px;
		z-index: 3;
		padding: 0 !important;
	}
	.menu-open aside {
		left: 0;
	}
	#nav-spy {
		height: 100%;
		background: #fff;
		border-radius: 0;
		overflow: auto;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 79px;
	}
	header {
		height: 55px;
	}
	header img {
		max-width: 200px;
		margin: 0 0 0 auto;
	}
	.manual-title {
		font-weight: bold;
		font-size: 26px;
	}
	.table-wrapper h2, .table-wrapper-small h2 {
		font-size: 24px;
	}
	.table-wrapper-small h3 {
		font-size: 18px;
	}
}