body {
	color: #010c1e;
	font-family: Roboto;
}

.galadrimLogo {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #010c1e;
	font-family: "Kumbh Sans", sans-serif;
	position: relative;
	display: inline-block;
}

.container {
	text-align: center;
	margin: auto;
	max-width: 1060px;
	margin-top: 57px;
	font-family: Roboto;
	line-height: 1.7;
	padding: 50px 10px;
	position: relative;
}

.polygonContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	box-sizing: border-box;
	z-index: -1;
	top: 0px;
	left: 0px;
}

.welcomeTitle {
	font-size: 48px;
	font-family: "Kumbh Sans", sans-serif;
	font-weight: bold;
}

.navbar {
	padding: 15px 30px;
	background-color: white;
	box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
	position: fixed;
	z-index: 15;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
}

.bottomBar {
	padding: 15px 30px;
	background-color: white;
	box-shadow: 0 -2px 12px rgb(0 0 0 / 10%);
	position: fixed;
	z-index: 15;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bottomBarLeftDiv {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.progressbar-text {
	font-family: Roboto;
}

.removeUser,
.maskUser,
.acceptUser {
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	color: rgb(80, 140, 250);
	display: inline-block;
}

.removeUser:hover,
.maskUser:hover,
.acceptUser:hover {
	opacity: 0.5;
}

.answers {
	font-family: Roboto;
	border-collapse: separate;
	border-spacing: 0;
}

.answers td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.answers td:last-child {
	border-right: none;
}

.answers tr:last-child td {
	border-bottom: none;
}

.answers td {
	padding: 10px;
	position: relative;
	padding-bottom: 30px;
}

.timeSpent {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 11px;
	padding: 3px;
	display: inline-block;
	top: 3px;
	right: 3px;
	border-radius: 2px;
	font-family: Roboto;
}

.answers .ratingContainer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	display: flex;
	flex-direction: row;
}

.answers .rating {
	height: 20px;
	flex: 1;
	cursor: pointer;
}

.rating[data-rating="0"] {
	background-color: rgba(255, 100, 100);
}

.rating[data-rating="1"] {
	background-color: rgba(255, 255, 100);
}

.rating[data-rating="2"] {
	background-color: rgba(100, 255, 100);
}

td[data-rating="0"] {
	background-color: rgba(255, 175, 175);
}

td[data-rating="1"] {
	background-color: rgba(255, 255, 175);
}

td[data-rating="2"] {
	background-color: rgba(175, 255, 175);
}

.answers .rating[data-rating="0"]:hover {
	background-color: rgba(255, 75, 75);
}

.answers .rating[data-rating="1"]:hover {
	background-color: rgba(255, 255, 75);
}

.answers .rating[data-rating="2"]:hover {
	background-color: rgba(75, 255, 75);
}

.answers .rating[data-rating="0"].active {
	background-color: rgba(255, 50, 50);
}

.answers .rating[data-rating="1"].active {
	background-color: rgba(255, 255, 50);
}

.answers .rating[data-rating="2"].active {
	background-color: rgba(50, 255, 50);
}

.answers td.code {
	font-family: Consolas;
	white-space: pre;
	tab-size: 4;
}

.container div {
	margin-bottom: 30px;
}

.lightButtons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.lightButton {
	padding: 10px;
	border: 1px solid #1c73da;
	border-radius: 2px;
	color: #1c73da;
	margin: 10px;
	max-width: 200px;
	align-self: stretch;
	align-items: center;
	display: flex;
}

label {
	margin-right: 15px;
}

input {
	padding: 8px;
}

:focus {
	outline: 0;
}

.button {
	color: white;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	width: auto;
	border-radius: 3px;
	padding: 15px 26px;
	font-size: 16px;
	opacity: 1;
	text-transform: initial;
	letter-spacing: initial;
	border: none;
	cursor: pointer;
	background-color: #f00048;
	transition: all 250ms ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.button:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(80deg, #fe3157, #ff2262 100%);
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	transition: all 100ms ease-in;
}

.button:hover:before {
	left: 100%;
}

.button:hover {
	color: white;
	border: none;
}

a {
	cursor: pointer;
	color: #1c73da;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.timer {
	height: 20px;
	width: 400px;
	background: #eee;
	margin: auto;
	position: relativve;
	margin-right: 30px;
}

.timerInner {
	height: 20px;
	background: #3EB6DE;
}

.timerValue {
	color: #999;
	margin-right: 30px;
}

textarea {
	height: 200px;
	width: 600px;
	resize: none;
	padding: 10px;
	line-height: 1.7;
	border: 1px solid #bbb;
	margin-bottom: 40px;
}

pre {
	text-align: left;
	background: black;
	color: white;
	padding: 20px;
}

.question {
	max-width: 800px;
	font-size: 26px;
	margin: auto;
	padding-bottom: 20px;
}

.questionContainer {
	padding-top: 20px;
	text-align: center;
	margin-top: 57px;
	margin-bottom: 79px;
	line-height: 1.7;
	position: relative;
}

.validateAnswer.inactive {
	pointer-events: none;
	opacity: 0.5;
	transition: none;
}

.editorContainer {
	position: relative;
	flex: 1;
}

.codeQuestionContainer {
	height: calc(100vh - 156px);
	display: flex;
	flex-direction: column;
}

#editor {
	height: 100%;
	width: 100%;
	position: relative;
	margin: auto;
}

#progressContainer {
	position: absolute;
	right: 20px;
	top: 10px;
}

#progress {
	width: 40px;
	height: 40px;
}

.quizFinished {
	font-size: 26px;
	padding-bottom: 20px;
}

.outlineButton {
	color: #f00048;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	width: auto;
	border-radius: 3px;
	padding: 4px 22px;
	font-size: 16px;
	text-transform: initial;
	letter-spacing: initial;
	border: 1px solid #f00048;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	background: white;
}

.outlineButton:hover {
	color: #ff608f;
	border-color: #ff608f;
}

.outlineButton i {
	margin-right: 10px;
}

.runContainer {
	display: flex;
	margin: auto;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 10px;
}

.runResultContainer {
	display: none;
	position: absolute;
	min-width: 250px;
	width: auto;
	max-width: 50%;
	right: 105px;
	top: 61px;
	background: white;
	z-index: 10;
	box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
	border-radius: 2px;
	padding: 10px 0px;
	z-index: 16;
	white-space: pre;
}

.runResultTitle {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
}

.languageSelector {
	margin-left: 10px;
}

.runLogs {
	display: flex;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}

.runLogs>i {
	text-align: center;
}

.runResult,
.runLogs code {
	width: 100%;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

.runLogs code p {
	margin: 0;
}

.runLogs>i {
	margin: 0;
}

.codeEditorContainer {
	display: flex;
	flex-direction: row;
}

.codeEditorPanelComplement {
	padding: 20px;
	width: 400px;
}

.codeEditorPanel {
	flex: 1;
}

.candidateStatus {
	padding: 5px 10px;
	background-color: #eee;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}

.filtersMenu {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	z-index: 1;
	border: 1px solid black;
	background-color: white;
	border-radius: 40px;
	overflow: hidden;
}

.filter {
	flex: 1;
	padding: 10px;
	text-align: center;
	border-right: 1px solid black;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

.filter.checked {
	background: #1c73da;
	color: white;
}

.filter:last-child {
	border-right: 0px solid black;
}

.filter:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 10px;
}

.filter.checked:before {
	content: "\f14a";
}

.datetime {
	font-size: 13px;
	color: #888;
	position: absolute;
	top: 10px;
	left: 10px;
}

.email {
	font-size: 13px;
	color: #444;
	margin-top: 3px;
}

.candidateInfo {
	margin-top: 3px;
	font-size: 14px;
}