/* #sideToolbarContainer ,.participants_pane width 315 */
.e_tbox_c1 {
	--top_offset: 0px;

	width: 100%;
	top: var(--top_offset);
	height: calc(100% - var(--top_offset));
	grid-template-columns: calc(100% - 8px);
	/* grid-template-columns: calc(100% -px); */
	/* outline: 1px solid yellow; */
	/* outline-offset: -1px; */
}


.tbox_rmix_logo {
	position: absolute;
	height: 100%;
	width:  100%;
	outline-offset: -3px;
	/* outline: 2px solid yellow; */
	background: #002;
}
.rmix_logo_img {
	/* width: 80px; */
	height:  200px;

}

.rmix_logo_img2 {
	margin-left: 7px;
	margin-bottom: 7px;
	/* height:  100px; */

}

[data-corner_vc="c3"]:not(.j2,.j1){
	opacity: .3;
}
.new-toolbox:not(.is_mute,.is_not_mute) .mute.a::before {
	content: "";
	opacity: .3;
	border-radius: 100%;
	/* border: 1px solid yellow; */
	position: absolute;
	background: #0f2;
	top: 0;
	margin-left: 2px;
	/* bottom:  0; */
	left: 0;
	/* right: 0; */
	width: 34px;
	height: 34px;
}
.new-toolbox.z:not(.is_mute,.is_not_mute)  .unmute{
	display: none;
}
.new-toolbox.z:not(.is_mute,.is_not_mute) .mute{
	/* display: none; */
	/* opacity: .2; */
	opacity: 0.5;
	pointer-events: none;

}







.new-toolbox .av_mute_span:not(.is_mute,.is_not_mute)  .unmute{
	display: none;
}
.new-toolbox .av_mute_span:not(.is_mute,.is_not_mute) .mute{
	/* display: none; */
	/* opacity: .2; */
	opacity: 0.5;
	pointer-events: none;

}






.is_mute  .mute{
	display: none;
}
.is_not_mute  .unmute{
	display: none;

}
.rmix_portal_info{
	background: #002;
	top: 0;
	bottom:  0;
	left: 0;
	right: 0;

	align-content: center;
	/* align-text; */
	text-align: center;
	font-size: 2.5em;
	position: absolute;

}
.portal_info_txt{

}