@charset "ISO-8859-1";

.light {
	color: black;
	background-color: #c0c0c0;
	width: 100%;
}

.light button {
	background-color: #dadada;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: black;
}

.light input {
	background-color: #dadada;
	color: black;
	border-radius: 10px;
}

.light button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.light #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.light #navbar li {
	list-style-type: none;
	display: inline
}

.light #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.light #navbar a:hover {
	background-color: #c0c0c0;
}

.red {
	color: white;
	background-color: #ff8080;
	width: 100%;
}

.red button {
	background-color: #ff3338;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: black;
}

.red input {
	background-color: #ff3338;
	color: black;
	border-radius: 10px;
}

.red button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.red #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.red #navbar li {
	list-style-type: none;
	display: inline
}

.red #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.red #navbar a:hover {
	background-color: #c0c0c0;
}

.orange {
	color: white;
	background-color: #ff9f71;
	width: 100%;
}

.orange button {
	background-color: #ff7417;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: white;
}

.orange input {
	background-color: #ff7417;
	color: white;
	border-radius: 10px;
}

.orange button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.orange #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.orange #navbar li {
	list-style-type: none;
	display: inline
}

.orange #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.orange #navbar a:hover {
	background-color: #c0c0c0;
}

.yellow {
	color: black;
	background-color: #ffff88;
	width: 100%;
}

.yellow button {
	background-color: #ffe948;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: black;
}

.yellow input {
	background-color: #ffe948;
	color: black;
	border-radius: 10px;
}

.yellow button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.yellow #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.yellow #navbar li {
	list-style-type: none;
	display: inline
}

.yellow #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.yellow #navbar a:hover {
	background-color: #c0c0c0;
}

.green {
	color: white;
	background-color: #1a8200;
	width: 100%;
}

.green button {
	background-color: #0f6600;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: white;
}

.green input {
	background-color: #0f6600;
	color: white;
	border-radius: 10px;
}

.green button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.green #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.green #navbar li {
	list-style-type: none;
	display: inline
}

.green #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.green #navbar a:hover {
	background-color: #c0c0c0;
}

.blue {
	color: white;
	background-color: #8285ff;
	width: 100%;
}

.blue button {
	background-color: #2d22ff;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: white;
}

.blue input {
	background-color: #2d22ff;
	color: white;
	border-radius: 10px;
}

.blue button:hover {
	cursor: pointer;
	opacity: 0.8;
}

body #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}
#chat-messages {
	user-select: text !important;
}

body input {
	border: none;
	border-radius: 10px;
	padding: 10px;
}
body #navbar li {
	list-style-type: none;
	display: inline
}

body #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

body #navbar a:hover {
	background-color: #c0c0c0;
}

.purple {
	color: white;
	background-color: #cf51ff;
	width: 100%;
}

.purple button {
	background-color: #ab00ec;
	border-radius: 10px;
	padding: 10px;
	border: none;
	opacity: 1;
	transition-duration: 0.2s;
	color: white;
}

.purple input {
	background-color: #ab00ec;
	color: white;
	border-radius: 10px;
}

.purple button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.purple #navbar {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: grey;
}

.purple #navbar li {
	list-style-type: none;
	display: inline
}

.purple #navbar li a {
	background-color: grey;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	color: white;
	display: inline;
	transition-duration: 0.2s;
}

.purple #navbar a:hover {
	background-color: #c0c0c0;
}

.dark {
	color: white;
	background-color: #1e1e1e;
}

#popup {
	background-color: red;
	color: white;
	opacity: 0.8;
	transition-duration: 0.2s;
	border-radius: 10px;
	padding: 5px;
	margin-top: 10px;
}

.dark button {
	opacity: 1;
	background-color: #121212;
	border-radius: 10px;
	padding: 10px;
	border: none;
	transition-duration: 0.2s;
	color: white;
}

.dark input {
	background-color: #121212;
	color: white;
}

.dark button:hover {
	background-color: #292929;
	cursor: pointer;
	opacity: 0.8;
}

body {
	font-family: Verdana;
	overflow: hidden;
}