@font-face {
	font-family: "ezfont";
	src: url(./font.woff);
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #212121;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0077B6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0077B6;
}

body {
	margin: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

body #tracerCanvas {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 3;
	pointer-events: none;
}

body .top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background-color: #212121;
	box-sizing: border-box;
	border-bottom: solid 1px #0077B6;
}

body .top-bar .name-text {
	position: relative;
	top: 4px;
	left: 7px;
	height: 45px;
	line-height: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: white;
	margin: 0;
	float: left;
	user-select: none;
	pointer-events: none;
}

body .top-bar .fall {
	top: 10px;
	left: 7px;
	height: 45px;
	line-height: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	margin: 0;
	position: relative;
	color: #0096C7;
	float: left;
	user-select: none;
	transition: .1s;
	cursor: pointer;
}

body .top-bar .button-container {
	position: absolute;
	top: 0px;
	left: 171.250px;
	height: 100%;
	width: 300px;
	column-count: 3;
	column-width: 100px;
	column-gap: 0px;
}

body .top-bar .button-container button {
	height: 100%;
	width: 100%;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: rgb(220, 220, 220);
	text-decoration: none;
	display: inline-block;
	background-color: #212121;
	border: none;
	cursor: pointer;
}

body .top-bar .button-container button:hover {
	background-color: #292929;
}

body .top-bar .button-container button .material-symbols-outlined {
	vertical-align: middle;
	font-size: 23px;
	margin: 0;
	padding-right: 2px;
	vertical-align: bottom;
}

body .top-bar .button-container button .bi-discord {
	vertical-align: middle;
	font-size: 23px;
	margin: 0;
	padding-right: 2px;
	vertical-align: bottom;
}

body .top-bar .profile {
	position: absolute;
	top: 9px;
	right: 9px;
	height: 41px;
	width: 41px;
	border-radius: 20.5px;
	cursor: pointer;
}

body .top-bar .settings {
	position: absolute;
	top: 9px;
	right: 59px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	vertical-align: middle;
	font-size: 25px;
	line-height: 40px;
	margin: 0;
	vertical-align: bottom;
	text-align: center;
	color: rgb(220, 220, 220);
	padding-top: 1px;
	cursor: pointer;
}

body .top-bar .settings:hover {
	background-color: #292929;
}

body .main-content {
	position: absolute;
	top: 60px;
	left: 0px;
	height: calc(100% - 60px);
	width: 100%;
	background-color: #313131;
	overflow: hidden;
	overflow-y: auto;
}

body .main-content .forum-list-container {
	position: absolute;
	top: calc(50% - 172.5px);
	left: 50px;
	height: auto;
	width: calc(100% - 100px);
	background-color: #191919;
	box-sizing: border-box;
}

body .main-content .forum-list-container .forum-section {
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	height: auto;
	width: calc(100% - 50px);
	padding: 0px;
	background-color: #292929;
	box-sizing: initial;
	border-radius: 10px;
	overflow: hidden;
}

body .main-content .forum-list-container .forum-section .top-bar {
	position: relative; 
	height: 40px;
	width: 100%;
	background-color: rgba(0, 119, 182, 0.5);
	border: none;
}

body .main-content .forum-list-container .forum-section .top-bar .name {
	position: absolute;
	top: 9px;
	left: 9px;
	height: 22px;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: white;
	margin: 0;
}

body .main-content .forum-list-container .forum-section .columns {
	position: relative; 
	height: 25px;
	width: 100%;
	background-color: #212121;
}

body .main-content .forum-list-container .forum-section .columns h1 {
	position: absolute;
	top: 0px;
	height: 25px;
	line-height: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: rgb(220, 220, 220);
	margin: 0;
	text-align: center;
	user-select: none;
	pointer-events: none;
}

body .main-content .forum-list-container .forum-section .columns .text1 {
	left: 0%;
	width: 60%;
	text-align: left;
	text-indent: 30px;
}

body .main-content .forum-list-container .forum-section .columns .text2 {
	left: 60%;
	width: 10%;
}

body .main-content .forum-list-container .forum-section .columns .text3 {
	left: 70%;
	width: 10%;
}

body .main-content .forum-list-container .forum-section .columns .text4 {
	left: 80%;
	width: 20%;
}

body .main-content .forum-list-container .forum-section .forum {
	position: relative;
	height: 75px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 2px #393939;
}

body .main-content .forum-list-container .forum-section .forum:last-child {
	border: none;
}

body .main-content .forum-list-container .forum-section .forum .name:hover {
	color: rgb(180, 180, 180);
}

body .main-content .forum-list-container .forum-section .forum .name {
	position: absolute;
	top: 0px;
	height: 75px;
	left: 0%;
	width: auto;
	line-height: 75px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-indent: 25px;
	color: rgb(220, 220, 220);
	margin: 0;
	text-align: left;
	padding-right: 25px;
	cursor: pointer;
}

body .main-content .forum-list-container .forum-section .forum .threads {
	position: absolute;
	top: 0px;
	height: 75px;
	left: 60%;
	width: 10%;
	line-height: 75px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: rgb(220, 220, 220);
	margin: 0;
	text-align: center;
	user-select: none;
	pointer-events: none;
}

body .main-content .forum-list-container .forum-section .forum .posts {
	position: absolute;
	top: 0px;
	height: 75px;
	left: 70%;
	width: 10%;
	line-height: 75px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: rgb(220, 220, 220);
	margin: 0;
	text-align: center;
	user-select: none;
	pointer-events: none;
}

body .main-content .forum-list-container .forum-section .forum .last-post {
	position: absolute;
	top: 0px;
	height: 75px;
	left: 80%;
	width: 20%;
	line-height: 75px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: rgb(220, 220, 220);
	margin: 0;
	text-align: center;
	user-select: none;
	pointer-events: none;
}

body .main-content .cover {
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
	background-color: black;
	opacity: .7;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

body .main-content .construction {
	position: absolute;
	top: calc(50% - 25px);
	left: 0px;
	width: 100%;
	line-height: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: white;
	margin: 0;
	user-select: none;
	pointer-events: none;
	text-align: center;
}

body .main-content #settings-blur {
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
	background-color: black;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: .3s;
	pointer-events: none;
}

body .main-content #settings-container {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 100px);
	height: 90px;
	width: 200px;
	padding: 0px;
	background-color: #292929;
	box-sizing: initial;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
}

body .main-content #settings-container .top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background-color: rgba(0, 119, 182, 0.5);
	border: none;
}

body .main-content #settings-container .top-bar .name {
	position: absolute;
	top: 9px;
	left: 9px;
	height: 22px;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: white;
	margin: 0;
}

body .main-content #settings-container .checkbox {
	padding-top: 10px;
	position: relative;
	height: 20px;
	top: 50px;
	left: 15px;
}

body .main-content #settings-container .checkbox .box {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	color: rgba(0, 119, 182, 0.7);
	cursor: pointer;
	user-select: none;
}

body .main-content #settings-container .checkbox .text {
	position: absolute;
	top: 0px;
	left: 30px;
	height: 20px;
	line-height: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: white;
	user-select: none;
}

body .main-content .necobutton {
	position: fixed;
	top: calc(100% - 20px);
	left: calc(100% - 20px);
	height: 100px;
	transition: .3s;
	cursor: pointer;
}

body .main-content .necowalk {
	position: fixed;
	bottom: 0px;
	left: -150px;
	width: 150px;
	transition: 10s;
}
