* {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: white;
}

h2 {
	color: white;
}

h3 {
	color: white;
}

h4 {
	color: #f0f0f0;
}

a {
	color: #ff00ff;
}

a:hover {
	color: #df00df;
}

/*a:visited {
	color: #ef00ef;
}*/

p {
	color: white;
}

body {
	background: linear-gradient(0deg, #363636, #111111 75%, #363636);
	/*background: linear-gradient(0deg, #373738, #464548);*/
	/*background: linear-gradient(0deg, #373737, #454545);*/
	/*background: linear-gradient(10deg, #111111, #202020);*/
	background-attachment: fixed; /* optional: helps some browsers */
	image-rendering: auto;
	
	/*background-image: repeating-linear-gradient(0deg, #0A0A0A, #101011);
	 b ackground-size: 5px;*/                                          *
	 /*background: linear-gradient(45deg, #272727 0%, #313131 100%);*/
	
	/*background-color: #0A0A0A;*/
	/* background-color: #101010; */
}

footer {
	outline: 1px solid #555555;
	background-color: #272727;
	/*background-color: #2f2f2f;*/
	color: white;
	
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
}

input {
	color: black;
}

.greentext {
	color: #99FF77;
	/*color: lightgreen;*/
}

.orangetext {
	color: orange;
}

.bluetext {
	color: #7777FF;
}

.redtext {
	/*color: #aa0000;*/
	color: #ff0000;
}

.glowtext {
	text-shadow: 0 0 10px #ffffff, 0 0 20px #00ff00;
}

.striketext {
	text-decoration: line-through;
}

.spoilertext {
	background-color: white;
	color: white;
}

.spoilertext:hover {
	background-color: transparent;
	color: white;
}

.spoilertext a {
	text-decoration-color: black;
	background-color: black;
	color: black;
}

.spoilertext:hover a {
	text-decoration-color: #ff00ff;
	background-color: transparent;
	color: #ff00ff;
}

.theytext {
	background-color: #EFEFEF;
	color: blue;
}

.info {
	left: 80px;
	right: 80px;
	/*background-color: #272727;*/
	
	/*background-color: #2f2f2f;*/
	
	/*outline: 1px solid #555555;*/
	
	/*#070809*/
	background-color: rgba(0.25, 0.25, 0.25, 0.5);
	outline: 1px solid #555555;
	/*border-width: 50px;
	border-style: solid;
	border-image: linear-gradient(179.98deg, rgba(104, 213, 255, 1) 0.12%, rgba(45, 179, 222, 1) 14.53%, #467EE3 99.88%);*/
	/*border-image: linear-gradient(0deg, #0a0a0a, #d2d2d2);*/
	
	margin-top: 8px;
	
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 28px;
	padding-right: 28px;
}

.sidebyside {
	display: flex;
	gap: 8px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: stretch;
}

.sidebyside div {
	width: 100%;
	box-sizing: border-box;
	height: 550px;
	overflow: auto;
	flex: 1 1 0;
	overflow: hidden;
}

@media (orientation: portrait) { 
	.sidebyside {
		all: unset;
		/*display: block;*/
	}
	
	.sidebyside div {
		height: auto; /*!important;*/
		max-height: 550px;
	}
}
	
.loadinganimation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	opacity: 25%;
	
	height: 256px;
}

.banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 6px;
	
	height: 100%;
	max-width: 100%;
}

.hyperlinks {
	outline: 1px solid #555555;
	background-color: #272727;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.medialabel {
	font-size: 13px;
	color: #818181;
	margin: 0px;
	padding: 0px;
}

.medialabel:hover {
	color: #707070;
}

.post {
	inset: 20px;
	background: rgba(255,255,255,.2); /* tint */
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(10px); /* Safari */
	
	min-width: 200px;
	
	box-shadow: 0px 4px 4px 3px rgba(0,0,0,0.5);
	background-color: rgba(0.25, 0.25, 0.25, 0.75);
	outline: 1px solid #555555;
	
	
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 8px;
	
	width: fit-content;
	
	max-width: 100%;
}

/* smartphone */
@media (orientation: portrait) { 
	.post {
		box-sizing: border-box;
		width: 100%;
	}
}

.post.softhighlight {
	outline: 1px solid red;
	box-shadow: 0px 0px 8px 3px red;
	background: #551414;
}

.post.highlighted {
	outline: 1px solid red;
	box-shadow: 0px 0px 8px 3px red;
}

.postBody {
	width: auto
	max-width: 75%;;
}

.postText {
	white-space: pre-line;
	color: white;
	max-width: 600px;
	overflow-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}


.reply {
	color: red;
}

.reply:hover {
	color: #df0000;
}

.buttonlabel {
	color: #ff00ff;
	cursor: pointer;
}

.buttonlabel:hover {
	color: #df00df;
}

.userid {
	border-radius: 8px;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
}

/*.reply:hover + .post {
	background-color: blue;
	border-color: white;
}*/

.toggleImage {
	cursor: pointer;
}

.preview {
	max-width: 100%;
	width: auto;
	height: 256px;
	cursor: pointer;
}

.fullview {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	cursor: pointer;
}

.pending {
	width: 256px;
	height: 256px;
	cursor: default;
}

.threads {
	left: 0;
	top: 0;
	
}

.posts {
	left: 0;
	top: 0;
}

.postoptions {
	/*float: right;*/
	
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	
	line-height: 16px;/*1em;*/
	width: 16px;/*1em;*/
	height: 16px;/*1em;*/
	text-align: center;
	transform: rotate(0deg);
	/*transform-origin: center;*/
	transition: transform 0.1s ease;
}

.postoptions.open {
	color: #df00df;
	transform: rotate(90deg);
}

.input {
	box-shadow: 0px 8px 8px 8px rgba(0, 0, 0, 0.25);
	/*background-color: #2f2f2f;
	outline: 1px solid #555555;*/
	position: fixed;
	left: 0;
	right: 0;
	bottom: -520px;
	width: 300px;
	margin-inline: auto;
	background: #F9F9F9;
	color: white;
	padding: 1rem;
	left-padding: 8px;
	right-padding: 8px;
	border-radius: 8px;
	
	
	transition: bottom 0.33s ease;
	z-index: 1000;
}

.input.open {
	bottom: 20px;
}

.input p {
	color: black;
	margin: 0px;
}

.input input[type=file] {
	color: black;
	max-width: 180px;
	/*height: 22px;*/
}

.input textarea {
	font-size: 14px;
	min-width: 292px;
	max-width: 292px;
	width: 292px;
	min-height: 100px;
}

.input.static {
	box-shadow: 0px 4px 4px 3px rgba(0,0,0,0.5);
	background-color: #2f2f2f;
	outline: 1px solid #555555;
	position: static;
	margin: 0 auto;
	margin-bottom: 8px;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	/*border-radius: 8px;*/
}

.input.static p {
	color: white;
	margin: 0px;
}

.input.static input[type=file] {
	color: white;
	max-width: 180px;
	/*height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;*/
}

.input.static textarea {
	font-size: 14px;
	width: 292px;
	min-width: 292px;
	min-height: 100px;
	box-sizing: border-box;
	margin-right: 8px;
	max-width: 100%;
	max-height: 600px;
	margin-right: 0px;
}
