.messager_groupoption {
      display: none; 
}

.message video, .message img {
	max-height: 80vh;
	max-width: 100%;
}



.messager_icons{
			display: flex;
			align-items: center;
		}
		
		.messager_icons i{
			font-size:16px;
			padding: 0 10px;
		}
		
		.messager_chat{
			display: flex;
			align-items: center;
			width: 80%;
			margin: 5px auto;
			gap: 5px 10px;
		}
		
		.messager_chat > div{
			margin: 3px;	
		}
		
		.messager_pic{
					height:50px;
			width:50px;
			border-radius: 100%;
			margin-right: 10px;
		}
		
		.messager_pic img{
					height:50px;
			width:50px;
			border-radius: 100%;
		}
		
		.messager_lastmessagebox{
			padding: 2px;	
			width: 100%;
		}
		
		.messager_messagename{
			font-weight: bold;
			font-size: 15px;
		}
		
		.messager_messagedate{
			float: right;
			font-size:9px;
		}
		
		
.messager_lastmessage{
	font-size: 11px;	
}

/* Showthread */

.quickreplypic {
		width:100%; 
	}	

.showthread_head{
	background: -webkit-linear-gradient(45deg, #8165A6, #D83F87);
	background: linear-gradient(45deg, #8165A6, #D83F87);
	color: #f5f5f5;
	margin: -30px -30px 30px;
	display: flex;
	gap: 0 30px;
	align-items: center;
}

.showthread_icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.showthread_icon_single{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.showthread_icon_single img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.showthread_name{
	font-size: 25px;
	margin-bottom: 10px;
}

.showthread_icons{
	display: flex;
	justify-content: center;
	align-items: center;
}

.showthread_icon{
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: relative;
	left: 10px;
}

.showthread_icon img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

/* Postbit */
.messager {
	max-width: 900px;
	margin: 0 auto 20px;
}

.messager-chatintro {
	background: #282b30; 
	margin: -25px -25px 0;
	padding-bottom: 30px;
	position:relative;
}

.messager-chatintro::before, .messager-chatintro::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: -50px;
	height: 50px;
	width: 25px;
	box-shadow: 0 -15px 0 0 #282b30;
}

.messager-chatintro::before {
	border-top-left-radius: 15px;
}

.messager-chatintro::after{
	right: 0;
	border-top-right-radius: 15px;
}

.message_own {
	max-width: 900px;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-left: auto;		
}

.message_other {
	max-width: 900px;	
	display: flex;
	align-items: end;
	justify-content: flex-end;	
	flex-wrap: wrap;	
	flex-direction:row-reverse;	
}

.message_account_pic {
	width: 70px;
	height: 70px;
}

.message_account_pic img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

.message_own .message_post_body{
	--r: 15px;  /* the radius */
	--t: 30px; /* the size of the tail */
	width: calc(100% - 200px);
	text-align: justify;
	padding: 25px;
	border-inline: var(--t) solid #0000;
	border-radius: calc(var(--r) + var(--t))/var(--r);
	mask:  radial-gradient(100% 100% at var(--_p) 0,#0000 99%,#000 102%) var(--_p) 100%/var(--t) var(--t) no-repeat, linear-gradient(#000 0 0) padding-box;
	background: #4C2F41;
	--_p: 100%;
	border-bottom-right-radius: 0 0;
	place-self: end;
	margin-left: 50px;	
}

.message_other .message_post_body{
	--r: 15px;  /* the radius */
	--t: 30px; /* the size of the tail */
	width: calc(100% - 200px);
	text-align: justify;
	padding: 25px;
	border-inline: var(--t) solid #0000;
	border-radius: calc(var(--r) + var(--t))/var(--r);
	mask:  radial-gradient(100% 100% at var(--_p) 0,#0000 99%,#000 102%) var(--_p) 100%/var(--t) var(--t) no-repeat, linear-gradient(#000 0 0) padding-box;
	background: #3B3748;
	--_p: 0;
	border-bottom-left-radius: 0 0;
	place-self: start;
	margin-right: 50px;	
}

.message_own .post_head{
	text-align: right;
	font-size: 12px;
	width: 91%;
	display: flex;
	gap: 5px 10px;
	margin-bottom: -35px;
}

.message_other .post_head{
	font-size: 12px;
	width: 91%;
	display: flex;
	gap: 5px 10px;
	flex-direction: row-reverse;
	margin-bottom: -35px;
}

.message_own .message_bottom{
	width: calc(100% - 175px);
	margin: 10px 0 20px 0;	
	padding-right: 100px;
}

.message_other .message_bottom{
	width: calc(100% - 175px);
	margin: 10px 0 20px 0;	
	padding-left: 110px;
}


.message_profillink div, .messager_datetime div {
	display: inline;
}


/*Forumdisplay*/
.messager_forumdisplay{
	display: flex;
	align-items: center;
	gap: 5px 20px;
}

.messager_forumdisplay_icons{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.messager_icon{
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: relative;
	left: 10px;
}

.messager_icon img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.messager_groupicon img{
		height: 80px;
	width:80px;
	border-radius: 100%;
}


.messager_forumdisplay_messager{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.messager_forumdisplay_chat{
	font-size: 20px;
	font-weight: bold;
}

.messager_forumdisplay_lastpost{
	font-size: 12px;
	line-height: 140%;	
}
