:root {
	--bs-orange: #b29146;
	--bs-gray-400: #c0c0c0;
}

[data-bs-theme="dark"] {
	--bs-body-bg: #000;
}

html, body {
	height:100%;
}

#space-top {
	height:69px;
}

.chatFileInput {
	display: none;
}

.chatFileInputLabel {
	cursor: pointer;
}

#reload-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background-color:rgba(0,0,0,0.9);
	text-align:center;
	padding-top:10%;
}
