html {
	overflow: hidden;
}

body,
html {
	margin: 0;
	width: auto;
	height: 100%;
	height: 975px;
	text-align: left;
	font-size: 40px;
	color: #fff;
	font-family: Inter;
}

body {
	overflow: auto;
}

.centered-horizontal {
	left: 50%;
	transform: translateX(-50%);
}

.centered-vertical {
	top: 50%;
	transform: translateY(-50%);
}

.new-lobby-huge-cash-roblox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -100000;
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

.feu-logo {
	position: absolute;
}

.audio-player-c {
	position: absolute;
	bottom: 34px;
	right: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #505050;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
}

.feu-logo {
	top: 15px;
	width: 240px;
	height: 120px;
	object-fit: cover;
}

.main {
	top: 110px;
}

.container {
	position: absolute;
	border-radius: 20px;
	border: 7px solid transparent;
	background:
		linear-gradient(rgba(0,0,0,0.5) 0 0) padding-box,
		linear-gradient(to bottom right, #8ca6db, #767ae1) border-box;
	box-sizing: border-box;
	width: 600px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
	padding: 20px;
}

.username-connect {
	top: 150px;
	height: 100px;
}

.username-label {
	padding: 10px;
}

.username-input {
	padding: 10px;
	background: linear-gradient(0deg, #8ca6db, #767ae1);
	border: 0px;
	border-radius: 10px;
	font-family: Inter;
	font-size: 20px;
	color: #fff;
	width: 150px;
}

.username-input:disabled:hover {
	cursor: not-allowed;
}

.connect-button-container {
	padding: 10px;
	transform: translateY(-5px);
}

.connect-button {
	border-radius: 20px;
	background: linear-gradient(0deg, #8ca6db, #767ae1);
	width: 120px;
	height: 40px;
	font-family: Inter;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border: 0px;
}

.connect-button:disabled:hover {
	cursor: not-allowed;
}

.io-main {
	display: inline;
	top: 280px;
	height: 400px;
	justify-content: start;
	justify-items: start;
	align-items: left;
	align-content: left;
	padding-top: 0px;
}

.io-main #status {
	font-size: 35px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

.settings {
	font-size: xx-large;
}

.leaving {
	transform: translateY(-30px);
}

.volume {
	transform: translateY(-30px);
}

.settings p {
	padding: 0px;
}

.settings-buttons {
	font-size: x-large;
	transform: translateY(-30px);
}

.discord {
	top: 705px;
	height: 120px;
	font-size: 30px;
	display: inline;
	align-content: center;
	align-items: center;
	justify-content: start;
	justify-items: start;
	padding: 0px;
	text-align: center;
}

.discord-logo {
	transform: translateY(-45px);
}

.discord p {
	transform: translateY(-20px);
}

.volume-slider {
	-webkit-appearance: none;
	appearance: none;
	top: 10px;
	left: 0;
	background: linear-gradient(90deg, #767ae1, #8ca6db);
	width: 100%;
	height: 16px;
	border-radius: 50px;
	opacity: 0.7;
	transition: .2s;
	-webkit-transition: .2s;
	outline: none;
}

.volume-slider:hover {
	opacity: 1;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: linear-gradient(90deg, #767ae1, #8ca6db);
	width: 25px;
	height: 25px;
	border-radius: 50px;
	cursor: pointer;
}

.volume-slider::-moz-slider-thumb {
	background: linear-gradient(90deg, #767ae1, #8ca6db);
	width: 25px;
	height: 25px;
	border-radius: 50px;
	cursor: pointer;
}