@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');

body {
	background-color: #111122;
	color: white;
	font-family: 'ABeeZee', sans-serif;
	margin: 0px;
}

a:visited, a:link {
	color: white !important;
}

#header {
	color: white;
	background-color: #222233;
	text-align: center;
	padding: 15px 0px 15px 0px;
	font-size: 2em;
	position: fixed;
	width: 100%;
}

#input {
	padding-top: 90px;
	text-align: center;
	padding-bottom: 20px;
}

#input-float {
	display: inline-block;
	width: 350px;
}

#label-code {
	text-align: left;
	font-size: 3em;
	padding: 15px;
}

#input-code > input {
	background-color: #333344;
	color: white;
	border: none;
	width: 300px;
	height: 50px;
	font-size: 2em;
	padding: 10px 15px 10px 15px;
	font-family: 'ABeeZee', sans-serif;
	text-transform: uppercase;
	border-radius: 10px;
}

#input-submit > input:disabled {
	opacity: 0.4;
	cursor: default;
}

#input-submit > input {
	width: 330px;
	padding: 5px 10px 5px 10px;
	height: 70px;
	background-color: #333344;
	color: white;
	border: none;
	border-radius: 10px;
	font-family: 'ABeeZee', sans-serif;
	font-size: 2em;
	cursor: pointer;
	margin-top: 20px;
}

#input-submit > input:enabled:hover {
	background-color: #444455;
	color: white;
}

#feedback {
	text-align: center;
	color: red;
	padding-top: 10px;
}

.button, .halfButton {
	background-color: #333344;
	font-size: 1.5em;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.button:hover, .halfButton:hover {
	opacity: 0.5;
}

.halfButton {
	display: inline-block;
	width: 35%;
	margin: 5px;
}

.colourPicker {
	padding: 0px;
	border: 2px solid #555566;
	width: 50px;
	height: 50px;
	vertical-align: top;
	margin-right: 15px;
}

.textInput {
	font-size: 1.5em;
	width: 200px;
	font-family: 'ABeeZee', sans-serif;
	height: 50px;
	vertical-align: top;
	padding: 0px;
	border: 0px;
	background-color: #111122;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #AAAABB;
}

#left-button {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #333344;
	width: 50px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	padding-top: 10px;
	display: none;
	cursor: pointer;
}

#left-button:hover {
	opacity: 0.5;
}

#right-button {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: #333344;
	width: 50px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	padding-top: 10px;
	display: none;
	cursor: pointer;
}

#right-button:hover {
	opacity: 0.5;
}

.pageHeader {
	font-size: 1.5em;
	text-align: left;
	border-bottom: 2px solid #aaa;
	padding: 5px;
}

.progressBarBorder {
	border-radius: 5px;
	border: 1px solid #777788;
}

.progressBar {
	border-radius: 5px;
	height: 20px;
	width: 100%;
	text-align: left;
	padding: 5px;
}

.statsCategoryName {
	text-align: left;
	padding: 10px 0px 10px 0px;
}

#alert {
	position: fixed;
	width: calc(100% - 50px);
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 2em;
	background: rgba(0, 0, 0, 0.7);
	padding: 25px 25px 25px 25px;
	display: none;
}

#alert > a:link {
	color: white !important;
}

#questionText {
	padding-bottom: 20px;
}

.configPlayerContainer {
	margin-top: 10px;
}

.configPlayerIcon {
	display: inline-block;
	width: calc(100% - 10px);
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	background-color: #222233;
	margin: 5px;
}
