body {
	font-family: 'Consolas', Courier, monospace;
	padding: 0;
}

[hidden] {
	display: none !important;
}

img,
br,
button {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
}

html,
body {
	font-size: large;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: white;
	background-color: #4E0E3B;
}

#terminal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: calc(100%);
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #4E0E3B;
}

#terminal .xterm-viewport::-webkit-scrollbar {
	display: none
}

#terminal .xterm-viewport {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

html body,
html body * {
	cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczJyBoZWlnaHQ9JzMnPjxyZWN0IHdpZHRoPSczJyBoZWlnaHQ9JzMnIGZpbGw9J3doaXRlJy8+PC9zdmc+") 1 1, auto !important;
}

#terminal .xterm-viewport::-webkit-scrollbar {
	display: none
}

#terminal .xterm-viewport {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#onfull {
	width: 100%;
	height: 100%;
	display: inline;
}

:fullscreen #onfull {
	display: none;
}

#onufull {
	width: 100%;
	height: 100%;
	display: none;
}

:fullscreen #onufull {
	display: inline;
}

#full {
	overflow: hidden;
	display:block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 40px;
	margin: 10px;
	border: 0;
	border-radius: 10px;
	opacity: 0.7;
}

#full:hover {
	opacity: 0.9;
}

#full:active {
	opacity: 0.8;
}

[hidden],
[hidden] * {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	display: block;
}

[dir=ltr] {
	padding: 10px;
}