body {
	margin: 0;
	padding: 0;
	background: #212931;
	background: linear-gradient(to bottom, rgba(6, 7, 8, 1) 0px, rgba(33, 41, 49, 1) 350px, rgba(33, 41, 49, 1) 100%);
	font-family: "Nunito Sans", sans-serif;
	min-height: 100vh;
}

.we-container {
	width: 1200px;
	margin: 15px auto 0px auto;
	display: flex;
	flex-direction: column;
}

.we-header {
	height: 260px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 15px;
}

	.we-header > .we-header-left {
		width: 300px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
	
		.we-header > .we-header-left > .we-header-logo-img {
			display: flex;
			height: 200px;
			align-items: center;
			justify-content: center;
		}
	
			.we-header > .we-header-left > .we-header-logo-img > .logo-img {
				width: auto;
				height: 100%;
				transition: all .3s ease;
			}
	
				.we-header > .we-header-left > .we-header-logo-img > .logo-img:hover {
					filter: brightness(110%);
				}
	
		.we-header > .we-header-left > .we-header-logo-txt {
			display: flex;
			flex-direction: column;
			height: 60px;
			color: #ffffff;
			font-weight: bold;
			font-size: 24px;
		}
		
			.we-header > .we-header-left > .we-header-logo-txt > .logo-txt {
				flex: 1;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #ffffff;
				font-weight: bold;
				font-size: 24px;
				font-family: "JetBrains Mono", monospace;
			}
			.we-header > .we-header-left > .we-header-logo-txt > .logo-sub-txt {
				flex: 1;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #ffffff;
				font-weight: 100;
				font-size: 14px;
				font-style: italic;
				font-family: "JetBrains Mono", monospace;
			}

	.we-header > .we-header-right {
		flex: 1;
		box-sizing: border-box;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		width: 900px;
	}
	
	.we-header > .we-header-right > .we-header-social-links {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.we-header > .we-header-right > .we-header-social-links > li {
			display: inline-block;
			margin: 0px 10px;
			opacity: 0.5;
			transition: all .3s ease;
		}
		
			.we-header > .we-header-right > .we-header-social-links > li:last-child {
				margin: 0px 0px 0px 10px;
			}
			
			.we-header > .we-header-right > .we-header-social-links > li:hover {
				opacity: 1;
			}
	
			.we-header > .we-header-right > .we-header-social-links > li > a {
				
			}
	
				.we-header > .we-header-right > .we-header-social-links > li > a > img {
					width: 30px;
					height: 30px;
				}
	
				.we-header > .we-header-right > .we-header-social-links > li.smaller > a > img {
					width: 27px;
					height: 27px;
				}

.we-main {
	display: flex;
	min-height: 500px;
}

	.we-main > .sidebar {
		width: 300px;
		background-color: #1d242b;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px 0px 0px 10px;
	}
	
		.we-main > .sidebar > .sidebar-nav {
			list-style-type: none;
			margin: 0px 0px 20px 0px;
			padding: 0;
			font-family: "JetBrains Mono", monospace;
		}
	
			.we-main > .sidebar > .sidebar-nav > li {
				padding: 2px 0px;
			}
	
				.we-main > .sidebar > .sidebar-nav > li > a {
					color: #788da3;
					text-decoration: none;
					padding: 2px;
				}
				
					.we-main > .sidebar > .sidebar-nav > li > a:hover {
						color: #ffcc00;
						text-decoration: none;
						background: #2b343e;
					}
	
				.we-main > .sidebar > .sidebar-nav > li > a::before {
					content: "\BB\a0";
					color: #ffffff;
				}
				
					.we-main > .sidebar > .sidebar-nav > li > a:hover:before {
						color: #ffcc00;
					}
				
				.we-main > .sidebar > .sidebar-nav > li > a.logout {
					color: #de5f5f;
				}
				
					.we-main > .sidebar > .sidebar-nav > li > a.logout:hover {
						color: #e03d3d;
						background: #3e2b2b;
					}
					
					.we-main > .sidebar > .sidebar-nav > li > a.logout:hover:before {
						color: #ff8f8f;
					}
				
				
				

	.we-main > .we-content {
		flex: 1;
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 0px 10px 10px 0px;
		width: 900px;
		overflow: auto;
	}

.we-footer {
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #788da3;
	font-family: "JetBrains Mono", monospace;
}

	.we-footer > a {
		color: #788da3;
		text-decoration: none;
	}

	.we-footer > a:hover, .we-footer > a:active, .we-footer > a:focus {
		color: #b5c5d7;
		text-decoration: underline;
	}

/* buttons */

.button-download {
	align-items: center;
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #179fd3 0, #013b5b 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 60px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 24px;
}

.button-download:focus {
	box-shadow: #376d8d 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #2c67b3 0 -3px 0 inset;
}

.button-download:hover {
	box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #386a97 0 -3px 0 inset;
	transform: translateY(-2px);
}

.button-download:active {
	box-shadow: #8dbcd3 0 3px 7px inset;
	transform: translateY(2px);
}

.button-download-small {
	appearance: none;
	background-color: #FAFBFC;
	border: 1px solid rgba(27, 31, 35, 0.15);
	border-radius: 6px;
	box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
	box-sizing: border-box;
	color: #24292E;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	list-style: none;
	padding: 6px 16px;
	position: relative;
	transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: break-word;
	text-decoration: none;
}

.button-download-small:hover {
	background-color: #F3F4F6;
	text-decoration: none;
	transition-duration: 0.1s;
}

.button-download-small:disabled {
	background-color: #FAFBFC;
	border-color: rgba(27, 31, 35, 0.15);
	color: #959DA5;
	cursor: default;
}

.button-download-small:active {
	background-color: #EDEFF2;
	box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
	transition: none 0s;
}

.button-download-small:focus {
	outline: 1px transparent;
}

.button-download-small:before {
	display: none;
}

.button-download-small:-webkit-details-marker {
	display: none;
}