/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:ffffff
Systemfarbe:ffffff
---------------------
*/

/* Navigation Bar - Global */
.navbar {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
    padding: 15px 40px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.navbar-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.navbar-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* for index.php - Login */
#body{
	text-align:center; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
	min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0; box-sizing: border-box;
	}
#box{
	border: 2px solid rgba(255,255,255,0.3); width: 100%; max-width: 400px; min-width: 280px; font-size: 14px; margin: 40px auto 0; border-radius: 15px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
	}
#ueberschrift{
	border-bottom: 2px solid rgba(255,255,255,0.3); background: linear-gradient(135deg, rgba(74,144,226,0.3), rgba(74,144,226,0.1)); color: white; padding: 15px;
	}
#inhalt{
	padding: 20px; font-size: 14px; background: rgba(255,255,255,0.05); color: white;
	}
#copyright{
	font-size: 9px; color: white;
	}
#login{
	display:inline;
	}
/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	height: 100vh;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	}

#rahmen_um_alles{
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	z-index: 1;
	flex: 1;
}

/* Chat-Hauptbereich mit Flexbox */
.chat-main {
	display: flex;
	flex: 1;
	gap: 0;
	margin-top: 15px;
	min-height: 0;
}

/* Chat-Inhalt Container */
.chat-content {
	display: flex;
	flex: 1;
	min-width: 0;
}
body{
	background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow: hidden;
}
#kopf{
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	color:white;
	padding: 15px;
	background: linear-gradient(135deg, rgba(74,144,226,0.3), rgba(74,144,226,0.1));
	border-radius: 12px 12px 0 0;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255,255,255,0.2);
	flex-shrink: 0;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#onlinelist{
	padding: 15px;
	background: rgba(255,255,255,0.08);
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	color:white;
	width: 220px;
	flex: 0 0 220px;
	border: 2px solid rgba(255,255,255,0.2);
	height: 100%;
	padding-bottom: 16px;
	overflow: auto;
	border-radius: 0 12px 12px 0;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
}

* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	background: rgba(74,144,226,0.3);
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	color:white;
	width: 10px;
	flex: 0 0 10px;
	margin: 1px;
	height: 100%;
	overflow: hidden;
	cursor:ew-resize;
	border: 2px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}

#chatinhalt{
	padding: 15px;
	border: 2px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.05);
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	color: white;
	position:relative;
	z-index: 2;
	height: 100%;
	overflow: auto;
	padding-bottom: 16px;
	border-radius: 12px 0 0 12px;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	flex: 1;
	word-wrap: break-word;
}
#form{
	background: rgba(255,255,255,0.08);
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	clear: both;
	border: 2px solid rgba(255,255,255,0.2);
	margin-top: 15px;
	padding: 20px;
	border-radius: 15px;
	backdrop-filter: blur(15px);
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	flex-shrink: 0;
	box-sizing: border-box;
	position: relative !important;
	z-index: 1000 !important;
}
#form_left{
	flex: 1;
	position: relative;
	box-sizing: border-box;
}
#form_right{
	flex: 0 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
}

#privat_messages{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: rgba(255,255,255,0.1);
 border: 2px solid rgba(255,255,255,0.3);
 padding: 25px; border-radius: 15px; backdrop-filter: blur(20px); box-shadow: 0 15px 50px rgba(0,0,0,0.4);
}

.rooms{
 background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
 border: 2px solid rgba(255,255,255,0.2);
 padding: 12px;
 margin-bottom: 8px;
 cursor:pointer; border-radius: 8px; transition: all 0.3s ease; backdrop-filter: blur(10px);

}
.rooms_not_allowed{
 background: rgba(255,255,255,0.02);
 border: 2px solid rgba(255,255,255,0.1);
 padding: 12px;
 color: rgba(255,255,255,0.5);
 margin-bottom: 8px;
 cursor:not-allowed; border-radius: 8px; opacity: 0.6;

}
.privat_ausg_an{
 background: rgba(220, 53, 69, 0.7);
 border: 2px solid rgba(220,53,69,0.9);
 border-radius: 8px;
 padding: 10px;
 backdrop-filter: blur(10px);
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
 box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
 position: relative;
 z-index: 1000 !important;
}

.privat_ausg_an i, 
.privat_ausg_an b {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.privat_ausg_an span {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.privat_ausg_an img {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

.privat_ausg_von{
 background: rgba(68, 153, 68, 0.9);
 border: 2px solid rgba(68, 153, 68, 0.95);
 border-radius: 8px;
 padding: 10px;
 backdrop-filter: blur(10px);
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
 box-shadow: 0 4px 12px rgba(68, 153, 68, 0.4);
 color: #ffffff;
 position: relative;
 z-index: 1000 !important;
}

.privat_ausg_von i,
.privat_ausg_von b {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.privat_ausg_von span {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.privat_ausg_von img {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

/* Nachrichten-Container mit Hintergrund-Bild Support */
.mess_back {
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 12px;
	border-radius: 6px;
	margin-bottom: 8px;
	border-left: 3px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 1000 !important;
}

.mess_back i {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.8);
}

.mess_back b {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.mess_back span {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Smileys sichtbar machen */
.mess_back img {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
	display: inline-block;
}

#close_privat{
	cursor:pointer;
	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 8px;
	color: white;
	height: auto;
	font-size: 12px;
	display: block;
	text-align: left;
}
#privat_modus{
	font-size: 10px;
}
#close_privat{
	color:black;
}

/* Input-Feld responsive Styling */
#message {
	width: 100% !important;
	max-width: none !important;
	min-width: 200px;
	padding: 12px 15px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 25px;
	background: rgba(255,255,255,0.1);
	color: white;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	transition: all 0.3s ease;
	display: block;
	position: relative !important;
	z-index: 1000 !important;
}

#message:focus {
	outline: none;
	border-color: rgba(74,144,226,0.6);
	box-shadow: 0 0 15px rgba(74,144,226,0.3);
	background: rgba(255,255,255,0.15);
}

#message::placeholder {
	color: rgba(255,255,255,0.6);
}

/* Button-Styling responsive */
.img_button {
	transition: all 0.3s ease;
	border-radius: 8px;
	padding: 4px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	cursor: pointer;
	position: relative !important;
	z-index: 1000 !important;
}

.img_button:hover {
	background: rgba(74,144,226,0.3);
	transform: scale(1.1);
	box-shadow: 0 5px 15px rgba(74,144,226,0.3);
}

/* Login-Form Eingabefelder */
#username, #pw, select {
	width: 100%;
	padding: 12px 15px;
	margin: 8px 0;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	background: rgba(255,255,255,0.1);
	color: white;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	backdrop-filter: blur(5px);
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#username:focus, #pw:focus, select:focus {
	outline: none;
	border-color: rgba(74,144,226,0.6);
	box-shadow: 0 0 15px rgba(74,144,226,0.3);
	background: rgba(255,255,255,0.15);
}

#submit_button {
	width: 100%;
	padding: 12px 20px;
	background: linear-gradient(135deg, rgba(74,144,226,0.8), rgba(74,144,226,0.6));
	color: white;
	border: 2px solid rgba(74,144,226,0.4);
	border-radius: 10px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

#submit_button:hover {
	background: linear-gradient(135deg, rgba(74,144,226,1), rgba(74,144,226,0.8));
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(74,144,226,0.4);
}

#register_button {
	width: 100%;
	padding: 12px 20px;
	background: linear-gradient(135deg, rgba(74,144,226,0.8), rgba(74,144,226,0.6));
	color: white;
	border: 2px solid rgba(74,144,226,0.4);
	border-radius: 10px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

#register_button:hover {
	background: linear-gradient(135deg, rgba(74,144,226,1), rgba(74,144,226,0.8));
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(74,144,226,0.4);
}

/* Media Queries für verschiedene Bildschirmgrößen */
@media screen and (max-width: 768px) {
	#rahmen_um_alles {
		padding: 5px;
	}
	
	#kopf {
		padding: 10px;
		font-size: 12px;
	}
	
	#onlinelist {
		display: none;
	}
	
	#splitpane {
		display: none;
	}
	
	#chatinhalt {
		border-radius: 12px;
		margin-right: 0;
	}
	
	#form {
		flex-direction: row;
		gap: 10px;
		padding: 15px;
	}
	
	#form_left {
		flex: 1;
	}
	
	#form_right {
		flex: 0 0 auto;
		margin-left: 8px;
		gap: 6px;
	}
	
	.img_button {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}
	
	#message {
		min-width: 150px;
	}
}

@media screen and (max-width: 480px) {
	#rahmen_um_alles {
		padding: 2px;
	}
	
	#kopf {
		padding: 8px;
		font-size: 11px;
	}
	
	#chatinhalt {
		padding: 10px;
		font-size: 12px;
	}
	
	#form {
		padding: 12px;
		gap: 8px;
		flex-direction: row;
	}
	
	#message {
		min-width: 120px;
		font-size: 13px;
		padding: 8px 12px;
	}
	
	.img_button {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}
	
	#form_right {
		gap: 4px;
		margin-left: 5px;
	}
	
	#box {
		margin: 10px;
		min-width: 250px;
	}
}

@media screen and (max-height: 600px) {
	#rahmen_um_alles {
		padding: 5px;
	}
	
	#kopf {
		padding: 8px;
	}
	
	#chatinhalt, #onlinelist, #splitpane {
		min-height: 200px;
		max-height: 300px;
	}
	
	#form {
		min-height: 50px;
		padding: 12px;
	}
}

/* Landscape Tablet optimierung */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#onlinelist {
		max-width: 180px;
		min-width: 150px;
		flex: 0 0 180px;
	}
	
	#chatinhalt {
		font-size: 13px;
	}
	
	#form {
		gap: 12px;
	}
	
	#form_right {
		margin-left: 10px;
		gap: 6px;
	}
}

/* Desktop optimierung */
@media screen and (min-width: 1025px) {
	#form {
		gap: 15px;
	}
	
	#form_right {
		margin-left: 15px;
		gap: 8px;
	}
	
	.img_button {
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
	}
}
.privat_mesages_window{
	height: 165px; 
	padding:3px; 
	border: 1px solid #eeeeee; 
	overflow: auto;
}
.privat_win_button{
	cursor:pointer; 
	font-weight:bold;
	border: 1px solid #ffffff;
	width: 190px;
	margin-top: 3px;
	background-color: #000000;
	text-align: center;
}
.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
}
#message{
	background-color: #999999;
	border: 1px solid white;
}

.private_message_field{
	width:300px;
	margin-top: 2px;
	background-color: #999999;
	border: 1px solid white;
}

a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}

/*------------ for history -----------------------*/

.kopf{ background-color:#111111; }
.gerade{ background-color:#555555; }
.ungerade{ background-color:#333333; }
.privat_von{ background-color:#115511; }
.privat_nach{ background-color:#551111; }


/*------------ for adminbereich -----------------------*/
#adminbereich_body{
	background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
	color: white;
	font-size: 12px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	min-height: 100vh;
	overflow: auto !important;
	height: auto !important;
	display: block !important;
	position: relative !important;
}

#adminbereich_body * {
	pointer-events: auto !important;
}

#adminbereich_body a:link {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size:10pt; color:#ffffff; text-decoration:none;}
#adminbereich_body a:visited {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size:10pt; color:#ffffff; text-decoration:none;}
#adminbereich_body a:active {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#adminbereich_body a:hover {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size:10pt; color:#ffffff; text-decoration:underline;}

/* Admin-Bereich Links immer klickbar */
#adminbereich_body .admin-link,
#adminbereich_body a {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative !important;
	z-index: 10 !important;
}

/*---------------------------- for Window -------------------------*/
.overlay_etchat_black {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_black_nw {
 border-left: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
  width:10px;
  height:18px;
  background-color: #000000;
}

.etchat_black_n {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}

.etchat_black_ne {
 border-right: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
  width:10px;
  height:18px;
  background-color: #000000;

}

.etchat_black_w {
 border-left: 1px solid #ffffff;
 width:10px;
  background-color: #666666;
}

.etchat_black_e {
  border-right: 1px solid #ffffff;
  width:10px;
  background-color: #666666;
}

.etchat_black_sw {
 border-left: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
  width:10px;
  height:3px;
  background-color: #666666;
}

.etchat_black_s  {
height:3px;
border-bottom: 1px solid #ffffff;
background-color: #666666;
}

.etchat_black_se, .etchat_black_sizer {
 border-right: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
  width:10px;
  height:3px;
  background-color: #666666;
}

.etchat_black_sizer {
	cursor:se-resize;
}

.etchat_black_close {
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, #dc3545, #c82333) !important;
	position: absolute;
	top: -2px;
	right: 12px;
	cursor: pointer;
	z-index: 999999 !important;
	pointer-events: auto !important;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	transition: all 0.2s ease;
}
.etchat_black_close:before {
	content: "×";
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.etchat_black_close:hover {
	background: linear-gradient(135deg, #ff4757, #dc3545) !important;
	transform: scale(1.15);
}

.etchat_black_minimize {
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, #ffc107, #e0a800) !important;
	position: absolute;
	top: -2px;
	right: 64px;
	cursor: pointer;
	z-index: 999999 !important;
	pointer-events: auto !important;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	transition: all 0.2s ease;
}
.etchat_black_minimize:before {
	content: "−";
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.etchat_black_minimize:hover {
	background: linear-gradient(135deg, #ffda3d, #ffc107) !important;
	transform: scale(1.15);
}

.etchat_black_maximize {
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, #28a745, #218838) !important;
	position: absolute;
	top: -2px;
	right: 38px;
	cursor: pointer;
	z-index: 999999 !important;
	pointer-events: auto !important;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	transition: all 0.2s ease;
}
.etchat_black_maximize:before {
	content: "□";
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.etchat_black_maximize:hover {
	background: linear-gradient(135deg, #34ce57, #28a745) !important;
	transform: scale(1.15);
}

.etchat_black_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#dddddd;
}

.etchat_black_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#666666;
}

/* Force ALL window elements ABOVE blur - override inline styles */
div[class*="etchat_black"] {
	z-index: 99999 !important;
	pointer-events: auto !important;
}

/* CRITICAL: Override inline z-index set by window.js library */
.overlay_etchat_black {
	z-index: 99998 !important;
	pointer-events: auto !important;
}

/* CRITICAL: Das __invisible__ Overlay soll KEINE Klicks blockieren */
.overlay___invisible__,
#__invisible__ {
	pointer-events: none !important;
	z-index: 1 !important;
}

/* iframes in Windows müssen klickbar sein */
div[class*="etchat_black"] iframe,
.etchat_black_content iframe,
.etchat_black_c iframe {
	pointer-events: auto !important;
	position: relative !important;
	z-index: 100000 !important;
}

/* Window-Content-Bereich muss klickbar sein */
.etchat_black_content,
.etchat_black_c {
	pointer-events: auto !important;
	z-index: 99999 !important;
}

/* Ensure all Window containers appear above blur and background */
.etchat_black_nw,
.etchat_black_n,
.etchat_black_ne,
.etchat_black_w,
.etchat_black_c,
.etchat_black_e,
.etchat_black_sw,
.etchat_black_s,
.etchat_black_se {
	position: relative !important;
	z-index: 99999 !important;
	pointer-events: auto !important;
}