.attachmentButton{
	opacity:0.75;
	position:absolute;
	top:5px;
	left:-35px;
}
.toptext{
	opacity:0.75;
	position:absolute;
	text-align:left;
	display:block;
	top:-25px;
	width:720px;
	left:5px;
	overflow-y:visible;
	font-size:15px;
	height:30px;
}
.toptext > #postingFiles{
	display:inline-block;
	position:relative;
	max-width:500px;
	overflow:hidden;
	white-space: nowrap;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
}
.clearFiles{
	display:inline;
	color:red;
	position: relative;
	top:-4px;
	
}
.attachmentButton:hover{
	opacity:1;
	scale:1.1;
}
#overlay{
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     :  100%;
    background : #000;
    opacity    : 0.7;
    overflow:auto;
    z-index    : 5
}
.attGrid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 8px;
	grid-auto-rows: 100px;
	align-items: start;
	margin-top:0px;
	text-align:left;
}
.attGridSquare{
	position:relative;
	width:100px;
	height:100px;
	/*border:3px solid rgb(80,80,80);*/
}
.attGridSquare:hover{
	scale:1.05;
}
.attGridSquare > img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: inline
}
.play_button{
	padding: 15%;
	max-width: 80%;
	max-height: 80%;
	margin:0%;
	transform:scale(0.8) translate(-15%);
	background-color:rgba(0, 0, 0, 0.6);
}
.attGridSquare:hover > .play_button{
	padding: 0%;
	max-width: 100%;
	max-height: 100%;
	transform:scale(1);
	background-color:rgba(0, 0, 0, 0.8);
	opacity:1.5;
	overflow:hidden
}
.attGridName{
	max-height:50px;
	max-width:120%;
	overflow:hidden;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color:rgba(51, 57, 63,0.7)
}
a {
	color: LightGrey;
	font-family: calibri, arial;
	text-align: right;
	font-size: 15px
}
#imageViewerTopCaption {
	position:fixed;
	margin-top:-20px;
	font-size:15px;
	display:inline;
	white-space: nowrap;
	z-index:8;
}
#imageViewerNewTabCaption {
	position:fixed;
	bottom:-20px;
	margin-left:0px;
	background:rgba(0,0,0,0.6);
	margin-top:auto;
	font-size:15px;
	z-index:8;
}
#imageViewerDownloadCaption {
	position:fixed;
	bottom:-20px;
	background:rgba(0,0,0,0.6);
	right:0px;
	text-align:right;	
	margin-left:auto;
	margin-right:0px;
	font-size:15px;
	z-index:8;
}
.popup > img, video, audio, iframe {
	z-index:7;position:relative;
    /*top:0; bottom:0;
    left:0; right:0;*/
	min-width:360px;
	min-height:60px;
	max-width:1280px; max-height:720px;
	display:block;
}
.popup{
	background-color:rgba(0,0,0,0);
	/*width:1080px;
	height:640px;*/
	position:fixed;
	font-size:15px;
	white-space: nowrap;
	z-index:6;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    width:auto;
	max-width:1280px; max-height:720px;
}
.popup > iframe{
	min-width:min(100vw,1280px);
	min-height:min(80vh,720px);
}
.popup > audio {
	min-width:800px;
	
}
.reply_button{
	opacity:0.2;
	position:relative;
	float:right;
	text-align:right;
	scroll-margin-top:135px;
	left:-20px;
	top:38px;
}
.reply_button:hover{
	opacity:1;
	scale:1.3;
	cursor:pointer;
}
.msgUser:hover{
	text-decoration:underline;
	cursor: pointer;
}


.rectangle{
	position:absolute;
	margin-left:55px;
	margin-top:-40px;
	width:280px;
	height:80px;
	background-color:rgb(31, 42, 49);
	box-shadow:0 0 10px rgba(0,0,0,20);
}
.rectangleText{
	font-size:18px;
	position:relative;
	top:5px;
	left:10px;
}
.susRectangle{
	background-color:rgb(21, 31, 37);
	width:1080px;
	height:640px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-540px;
	margin-top:-320px;
	z-index:2;
	box-shadow:0 0 10px rgba(0,0,0,20);
	overflow:hidden;
}
.susRectangleSMALL{
	background-color:rgb(21, 31, 37);
	width:208px;
	height:128px;
	position:fixed;
	top:90%;
	left:90%;
	margin-left:-104px;
	margin-top:-64px;
	z-index:2;
	box-shadow:0 0 10px rgba(0,0,0,20);
	overflow:hidden;
}
.rectSUS{
	position:relative;
	float:right;
	margin-right:35px;
	margin-bottom:3px;
}
.rectXButton{
	position:fixed;
	width:30px;
	height:30px;
	font-size:40px;
	margin:2px;
	opacity:50%;
	z-index:3;
}
.rectXButtonText{
	position:relative;
	top:-14px;
	left:7px;
}
.rectXButton:hover{
	opacity:100%;
	cursor:pointer;
	border-radius:8px;
	background-color:rgb(21, 21, 37);
}
.three{
	display:inline;
	color:Grey;
	font-family:calibri, arial;
	text-align:left;
	font-size:15px;
}
#input_text{
	font-family:calibri, arial; 
	scrollbar-width: none;
	resize:none;
	overflow-x:scroll; 
	overflow:hidden;
	overflow-y:scroll;
	background-color:rgb(71, 77, 83);
	color:white;
	border:none;
	padding:8px 12px;
	border-radius:8px;
}
.rectMaxSUS{
	position:relative;
	float:right;
	margin-right:35px;
	margin-bottom:3px;
}
.rectMaxButton{
	position:fixed;
	width:30px;
	height:30px;
	margin:2px;
	opacity:50%;
	z-index:3;
}
.rectMaxButtonText{
	position:relative;
	top:4px;
	left:5px;
}
.rectMaxButton:hover{
	opacity:100%;
	cursor:pointer;
	border-radius:8px;
	background-color:rgb(21, 21, 37);
}

.vcName{
	font-size:15px;
	color:white;
	position:relative;
	top:25px;
	left:-5px;
	text-align:center;
}
.vcMemberText{
	font-size:15px;
	color:white;
	position:relative;
	top:40px;
	left:0px;
	text-align:left;
}
.vcMembers{
	position:relative;
	left:0px;
}
.vcSwitches{
	border-radius:5px;
	opacity:1;
	position:relative;
	left:0px;
	top:35px;
	padding:10px;
}
.vcSwitches:hover{
	opacity:1;
	box-shadow:0 0 10px rgba(255,255,255,20);
	cursor:pointer;
}
.msgUser,.msgBody{
	color:LightGrey;
	font-family:calibri, arial;
	text-align:left;
	font-size:15px;
	display:block;
}
.msgUser{
	display:inline;
}
.msgBody{
	display:block;
	margin-left:60px;
	word-wrap: break-word;
}
.fix-div{
	background-color:rgb(41, 47, 53);
	opacity:90%;
	position:fixed; 
	width:100%; 
	left:0; 
	top:0;
	box-shadow:0 0 10px rgba(0,0,0,20);
	z-index:1;}

.sidebar{
	
	
	height:calc(100% - 170px);
	margin-bottom:450px;
	width:210px;
	position:fixed;
	z-index:1;
	left:-10px;
	top:200px;
	background-color: rgb(41, 47, 53);
	overflow-x:hidden;
	box-shadow:0 0 10px rgba(0,0,0,10);
	scrollbar-width: none;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar p{top:-8px;line-height:20px;font-size:18px;color:white;}
.sidebar p6{display:block;margin-left:20px;font-size:15px;color:White;text-align:left;position:absolute;}
.sidebar p7{margin-top:35px;display:block;color:White;margin-left:0px;font-size:15px;text-align:left;}

.bottom_bar{
	height:100%;
	width:210px;
	position:fixed;
	z-index:1;
	left:-10px;
	top:calc(100% - 45px);
	background-color: rgb(41, 47, 53);
	overflow-x:hidden;
	box-shadow:0 0 10px rgba(0,0,0,10);
}

.margin{margin-top:130px;margin-left:210px;}

.button{
	background-color:rgb(61, 67, 83);
	color:white;border:none;
	padding:8px; 
	position:relative; 
	left:3px;
	top:-8px;
	border-radius:8px;
}
.button:hover{
	background-color:rgb(61, 97, 183);
	cursor:pointer;
}
.button3{
	display:inline-block;
	background-color:rgb(61, 67, 83);
	color:white;border:none;
	padding:8px; 
	position:relative; 
	left:3px;
	top:0px;
	border-radius:8px;
}
.button3:hover{
	background-color:rgb(61, 97, 183);
	cursor:pointer;
}
.sideButtons{
	display:block;
	text-align:left;
	position:relative;
	top:-30px;
	cursor: pointer;
}

#showChannels{
	color:rgb(91, 97, 103);
	font-size:20px;
	float:left;
	margin-left:25px;
}
#showChannels:hover{
	background-color:rgb(61, 67, 73);
	border-radius:5px;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	margin-left:18px;
	margin-top:-3px;
}

.ssButton{
			background-color:rgb(21, 27, 33);
			font-size:15px;
			color:white;
			position:relative;
			top:65px;
			left:-5px;
			text-align:center;
			opacity:75%;
			padding-top:5px;
			padding-bottom:5px;
			margin-left:20px;
			margin-right:20px;
			border-radius:5px;
		}
.ssButton:hover{
	opacity:100%;
	cursor:pointer;
	
}

