#_console_ {
	position:relative;
	z-index:2;
	color:white;
	clear:both;
}
img {
	margin:0 auto;
	width:25%;
}

textarea {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
}
#output {
	position:relative;
	z-index:2;
	color:white;
	clear:both;
}
html, body {
	margin:0;
	padding:0;
	background-color:#343434;
	background-color:black;
}
html {
  padding: env(safe-area-inset);
}
.speech-text span {
	color: #c3c3ff;
}
.message-item > * {
  pointer-events: none;
}
.dialog-opened div, .dialog-opened textarea {
	visibility: hidden !important;
}
.hide-messages div, .hide-messages textarea {
	visibility: hidden !important;
}
.hide-message div.speech-text, div.speech-text {
	visibility: visible !important;
}
.hide-message-histories div.message-item {
	visibility: hidden !important;
}

.hide-all-inputs textarea.message-text, .hide-all-inputs div.message-text {
	visibility: hidden !important;
}

.dialog-opened div.speech-text {
	visibility: hidden !important;
}
#everything {
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-color:rgb(0, 0, 0, 0.01);
  z-index: 2;
}
