@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #34268a;
}

a {
	color: #34268a;
}

body {
	background-image: url(body-bg.jpg), linear-gradient(to bottom, #030106 0%, #34278a 100%);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.header-wrapper::before {
	height: 48px;
	display: block;
	content: "";
	background: linear-gradient(to bottom, #030106 0%, #34278a 100%);
	position: relative;
	z-index: 5;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -34px;
	height: 130px;
}

.header__logo {
	margin-left: 80px;
	position: relative;
	z-index: 10;
}

.header__nav {
	padding-right: 20px;
	position: relative;
	z-index: 10;
}

.header-img {
	position: absolute;
	z-index: 3;
	top: 18px;
}

.main {
	padding: 30px;
	margin-top: 30px;
}

.sidebar {
	margin-right: 30px;
}

.sidebar__nav {
	margin-top: 20px;
}

.container {
	width: 1024px;
}

.footer-wrapper {
	height: 64px;
	display: block;
	content: "";
	background: linear-gradient(to bottom, #030106 0%, #34278a 100%);
}

#container > div.mobile-header.container.d-lg-none {
	background: linear-gradient(to bottom, #030106 0%, #34278a 100%)!important;
}

#container > div.mobile-header.container.d-lg-none > svg {
	color: #fff;
}