.message_file {
	color: #000;
}
.direct-iconViewUser {
	background-color: #3c8dbc;
	border: solid 1px #446f89;
}
.direct-chat-img.brUserEmj, .directchatIMGNag.brUserEmj {
	background: #f1ffdc;
}
.direct-chat-img.defUserEmj, .directchatIMGNag.defUserEmj {
	background: #f1f1f1;
}
.direct-chat-img.brUserEmj .direct-chat-img-txt, .directchatIMGNag.brUserEmj .direct-chat-img-txt {
	color: #678836;
}
.direct-chat-img.defUserEmj .direct-chat-img-txt, .directchatIMGNag.defUserEmj .direct-chat-img-txt {
	color: #828282;
}

.message_pdf_container {
	cursor: pointer;
	display: flex;
}

.message_pdf_container > div {
	pointer-events: none;
}
.user_chat_card_look_more {
	text-align: center;
	cursor: pointer;
}
.message_pdf {
	width: 100%;
	height: 100%;
}

.message_youtube,
.message_img {
	width: 100%;
}

.message_uri {
	text-decoration: none;
	color: inherit;
}

.czatUsera .direct-chat-msg {
	    margin-bottom: 10px;
}
.czatUsera .direct-chat-info {
    display: block;
    font-size: 11px;
}
.czatUsera .right .direct-chat-img {
    float: right;
}
.czatUsera .direct-chat-img {
    /* background: #d2d6de; */
    text-align: center;
}

.czatUsera .direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.czatUsera .direct-chat-img-txt {
    line-height: 40px;
}
.czatUsera .direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.czatUsera .right .direct-chat-text {
    margin-right: 10px;
    margin-left: 0;
    max-width: 70%;
    float: right;
}
.czatUsera .direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #E6ECEE;
    border: 1px solid #E6ECEE;
    margin: 5px 0 0 50px;
    color: #444;
    word-wrap: break-word;
}
.czatUsera .direct-chat-info {
    display: block;
    font-size: 11px;
}
.czatUsera .direct-chat-primary .right > .direct-chat-text:after, .czatUsera .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.czatUsera .right .direct-chat-text:after, .czatUsera .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #3C8DBC;
}
.czatUsera .direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.czatUsera .direct-chat-text:after, .czatUsera .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    /* border-right-color: #d2d6de; */
    border-right-color: #E6ECEE;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}
.czatUsera .left .direct-chat-text {
    margin-right: 0;
    margin-left: 10px;
    max-width: 70%;
    float: left;
}
.czatUsera .direct-chat-timestamp.pull-left {
    margin-left:10px;
}
.czatUsera .direct-chat-timestamp.pull-right {
    margin-right:10px;
}
.czatUsera .direct-chat-text.sender-right {
	background: #3C8DBC;
	border: 1px solid #3C8DBC;
	color: #fff;
}

#page_content_main.app-container.chat_enabled {
	width: calc(100% - 235px);
	transition: 1s ease;
}
.user_chat_name.user_chat_mail_macro {
	white-space: nowrap;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-wrap: break-word;
}
.user_chat_container.user_chat_container_card_label {
	display: flex;
	padding: 5px 5px;
	height: 50px;
}
#page_content_main.app-container.chat_disabled {
	width: 100%;
	transition: 1s ease;
}
.user_chat_container.user_chat_container_hov {
	width: 205px;
	padding-top: 5px;
}
#page_content_chat {
	top: 0%;
	    z-index: 3;
    right: 0;
    position: fixed;
    background: #FFF;
		height: 100vh;
		-webkit-box-shadow:  0px 2px 2px rgb(68 68 68 / 20%);
-moz-box-shadow:  0px 2px 2px rgb(68 68 68 / 20%);
box-shadow:  0px 2px 2px rgb(68 68 68 / 20%);
}
#page_content_chat.chat_enabled {
    width: 235px;
		transition: 1s ease;
}
#page_content_chat.chat_disabled {
		width: 0px;
		transition: 1s ease;
}

.img-emjuja {
	display: block;
	max-width: 100%;
	max-height: 80px;
}

.notificationCountEmJuJa {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: 0px;
  right: 10px;
}

.user_chat_global_menu {
	background-color:rgba(204,204,204,0.8);
	box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-moz-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-appearance: none;
}

.user_chat_global_toggle:hover {
	color:#00AAFF;
}

.user_chat_card_favorite,
.user_chat_card_minimalize,
.user_chat_card_close {
	color:#828282;
}

.user_chat_name {
	color:#000000;
}

.user_chat_card_paste {
	background-color:#EEEEEE;
}

.user_chat_card_favorite:hover,
.user_chat_card_edit:hover,
.user_chat_card_view:hover,
.user_chat_card_minimalize:hover,
.user_chat_card_close:hover {
	color:#AAAAAA;
}

.user_chat_card_edit,
.user_chat_card_view,
.user_chat_card_favorite:not(.active) {
	color:#C1C1C1;
}

.user_chat_card_favorite.active {
	color:#eac836;
}

#emjuja_archive_search {
	background-color: #FFFFFF;
}

.direct-chat-img {
    background: #d2d6de;
    text-align: center;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 54px;
    height: 54px;
}
.direct-chat-img-txt {
    line-height: 54px;
}
.left .direct-chat-text {
    margin-right: 0;
    margin-left: 10px;
    max-width: 68%;
		width: 100%;
    float: left;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #E6ECEE;
    border: 1px solid #E6ECEE;
    margin: 5px 0 0 50px;
    color: #444;
    word-wrap: break-word;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 25px;
    border: solid transparent;
    /* border-right-color: #d2d6de; */
    border-right-color: #E6ECEE;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
/* .direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #E6ECEE;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
} */

/* .user_chat_container_hov {
	background-color: #DDDDDD;
	    margin-bottom: 8px;
} */

/* .user_chat_container_hov.active,
.user_chat_container_hov:hover {
	background-color:#EEEEEE;
} */

@keyframes user-chat-blink-animation {
	to {
		color:#CC0000;
	}
}
@-webkit-keyframes user-chat-blink-animation {
	to {
		color:#CC0000;
	}
}

.user_chat_avatar_ping,
.emjuja_card_ping {
	background-color:#CC0000;
	color:#FFFFFF;
}

.chat_card {
	background-color:#FFFFFF;
	box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-moz-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-appearance: none;
}

.user_chat_card_label {
	box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-moz-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-appearance: none;
}

.user_chat_textarea {
	box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-moz-box-shadow:0 2px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
	-webkit-appearance: none;
}

.user_chat_textarea:disabled {
	background-color:#EEEEEE;
}

.user_chat_button_file,
.user_chat_button_emoticon,
.user_chat_button_send {
	color:#828282;
}

.user_chat_button_file:hover,
.user_chat_button_emoticon:hover,
.user_chat_button_send:hover {
	color:#333333;
}

.user_chat_card_message._right {
	background-color:#c7f482;
	color:#000000;
}

.user_chat_card_message._left {
	background-color:#e7edee;
	color:#000000;
}

.user_chat_card_message._right {
	outline:none;
	text-decoration:none;
}

.user_chat_card_message_focus {
	background-color: #00AA00 !important;
}

#user_chat_global_menu_mobile {
	color:#444444;
}

.emjuja_chat_card_enabled {
	background-color:#f1f1f1;
}

.emjuja_chat_card_disabled {
	background-color:#e6ecee;
}

.user_chat_global_menu {
	position:fixed;
	right:0%;
	bottom:0;
}

.user_chat_global_toggle {
	width:32px;
	height:32px;
	font-size:20px;
	padding:2px 4px;
	z-index:10010;
}

.user_chat_card_paste {
	margin:0 !important;
	overflow-y:auto;
	/* border-radius:10px; */
}

.user_chat_global_toggle:hover {
	cursor:pointer;
}

.user_chat_file_reset {
	cursor:pointer;
	float:right;
}

#chat_users::-webkit-scrollbar {
	display:none;
}

#chat_users {
	overflow-y:auto;
	-ms-overflow-style:none;
	scrollbar-width:none;
	z-index:10000;
	/* padding-left: 15px;
padding-right: 15px; */
}

#chat_new_group_button_container.emjuja-desktop {
	position:absolute;
	bottom:5px;
	right:5px;
}

#chat_new_group_button.emjuja-desktop {
	width:22px;
	height:22px;
	padding:0;
}

#chat_new_group_button_container.emjuja-mobile {
	position:absolute;
	bottom:5px;
	right:5px;
}

#chat_new_group_button_container.emjuja-kancelaria {
	position:absolute;
	bottom:5px;
	right:5px;
}

#chat_new_group_button.emjuja-mobile {
	width:22px;
	height:22px;
	padding:0;
}

#chat_new_group_button.emjuja-kancelaria {
	width:22px;
	height:22px;
	padding:0;
}

#chat_card_select {
	height:30px;
	text-align:center;
	display:flex;
}

#chat_card_select.emjuja-archive {

}

#chat_card_select.emjuja-mobile {

}

#chat_card_select.emjuja-kancelaria {
height: unset;
}

#chat_card_select.emjuja-desktop {
	right:0%;
	top:36px;
	position:fixed;
}

#chat_card_select.emjuja-desktop.chat_disabled {
	width:0px;
	opacity:0;
	transition: 1s ease;
}

#chat_card_select.emjuja-desktop.chat_enabled {
	width:235px;
	opacity:1;
	padding-top: 8px;
	transition: 1s ease;
}

.emjuja_chat_card {
	width:33.33%;
	/* height:16px; */
	height:18px;
	margin:2px 5px;
	border-radius:2px;
	cursor:pointer;
	font-size:90%;
}

.emjuja_card_ping {
	border-radius:50px;
	margin:auto;
	padding:0px;
	width:16px;
	height:16px;
	text-align:center;
	position:relative;
	/* top:-6px; */
	top: -23px;
	font-size: 11px;
}

.emjuja_card_ping.emjuja-desktop {
	/* right:-26px; */
	left: -29px;
}

.emjuja_card_ping.emjuja-archive {
	right:-50%;
}

.emjuja_card_ping.emjuja-mobile {
	right:-50%;
}

.emjuja_card_ping.emjuja-kancelaria {
	/* right:-50%; */
	left: -29px;
	font-size: 13px;
}

#chat_users.emjuja-desktop {
	right:0%;
	top:66px;
	height:calc(100% - 70px);
	position:fixed;
	padding-left: 0px;
  padding-right: 0px;
}

#chat_users.emjuja-archive {
	overflow-y: auto;
	position: fixed;
	height: calc(100% - 210px);
	width: 285px;
}

#chat_search {
	z-index:10200;
	background-color:#FFFFFF;
	border-radius: 2px;
	/* border-radius:12px; */
	margin:5px;
	/* border: solid 1px #7F7F7F; */
	border: 1px solid #c8d1d3;
}

#chat_search.emjuja-desktop {
	right:0px;
	top:0px;
	height:33px;
	position:fixed;
}

#chat_search.emjuja-archive {
	height:26px;
}

#chat_search.emjuja-mobile {
	width:100%;
	height:26px;
}

#chat_search.emjuja-kancelaria {
	/* width:100%; */
	/* height:26px; */
}

.chat_search_input {
	height:33px;
	width:calc(100% - 22px);
	background-color:transparent;
	border:none;
	padding:0px 10px;
}

.chat_search_reset {
	height:26px;
	width:16px;
	font-size:16px;
	cursor:pointer;
	margin:auto;
	color:rgb(127,127,127);
}

.chat_user_avatar {
	width:40px;
	height:40px;
	position:relative;
	overflow:hidden;
	border-radius:50%;
	/* border: solid 1px #7F7F7F; */
}

.chat_user_avatar > img {
	display:inline;
	margin:0 auto;
	height:100%;
	width:auto;
}

#emjuja_group_users_unused > tbody,
#emjuja_group_users_used > tbody {
	height: 400px !important;
	min-height: 400px !important;
	overflow-y: auto;
	display: block;
}

.user_chat_card_minimalize,
.user_chat_card_close {
	cursor:pointer;
}

.user_chat_avatar_container {
	border-radius:50px;
	width:40px;
	height:40px;
}

.emjuja_group_visible_item {
	padding:0 !important;
}

.user_chat_name {
	margin:auto;
	margin-left:8px;
	/* font-size:13px; */
	white-space:nowrap;
	/* overflow:hidden; */
	text-overflow:ellipsis;
}

#chat_card_container.emjuja-archive .user_chat_container {
	width:100%;
}

#chat_card_container.emjuja-archive .user_chat_name,
#chat_card_container.emjuja-desktop .user_chat_name {
	width:calc(100% - 48px);
}

#chat_card_container.emjuja-mobile .user_chat_name {
	width:calc(100% - 80px);
}

#chat_card_container.emjuja-kancelaria .user_chat_name {
	width:calc(100% - 80px);
}

/* .user_chat_container {
	display:flex;
	padding:5px 5px;
	height:50px;

	border-radius:20px;
} */

.user_chat_container_hov.active,
.user_chat_container_hov:hover {
	border-radius:20px;
	cursor:pointer;
}

.user_chat_global_toggle_blink:not(:hover) {
	animation:user-chat-blink-animation 1s steps(5, start) infinite;
	-webkit-animation:user-chat-blink-animation 1s steps(5, start) infinite;
}

.user_chat_avatar_ping {
	position:relative;
	bottom:56px;
	right:-17px;
	border-radius:50px;
	margin:auto;
	padding:0px;
	/* width:16px;
	height:16px; */
	width:22px;
	height:22px;
	text-align:center;
}

.user_chat_avatar_active {
	position:relative;
	/* bottom:28px; */
	bottom: 34px;
	right: -15px;
	border-radius:50px;
	margin:auto;
	padding:0px;
	width:13px;
	height:13px;
	text-align:center;
}

.user_chat_avatar_home {
	position:relative;
	top:-2px;
	left:-2px;
	font-size:16px;
}

.chat_card {
	z-index:10000;
	overflow-y:auto;
	-ms-overflow-style:none;
	scrollbar-width:none;
}

.user_chat_emoticons_menu {
	height:0;
	position:relative;
	bottom:190px;
}

.user_chat_emoticons_container {
	background:antiquewhite;
	height:128px;
	width:276px;
	margin:2px;
	overflow:auto;
	z-index:5001;
	position:relative;
}

.user_chat_emoticon_fill {
	height:24px;
}

.user_chat_emoticon_fill > img {
	width:auto !important;
	height:24px !important;
	padding:2px;
}

#chat_card_container.emjuja-desktop .chat_card {
	position:fixed;
	bottom:0;
	right:230px;
	width:280px;
	height:400px;
	border-radius:2px 2px 0px 0px;
}

#chat_card_container.emjuja-mobile .chat_card {
	position:fixed;
	bottom:0;
	right:5px;
	left:5px;
	height:100%;
	border-radius:2px 2px 0px 0px;
}

#chat_card_container.emjuja-kancelaria .chat_card {
	position:fixed;
	bottom:0;
	right:5px;
	left:5px;
	height:100%;
	border-radius:2px 2px 0px 0px;
}

#chat_card_container.emjuja-archive .chat_card {
	border-radius:10px;
	position: fixed;
	bottom: 0;
	right: 30px;
	top: 160px;
	height: calc(100% - 170px);
	z-index:0;
	transition: width 1s ease;
}

.user_chat_extra_button_container {
	height:50px;
	width:20px;
}

#chat_card_container.emjuja-mobile .user_chat_extra_button_container,
#chat_card_container.emjuja-kancelaria .user_chat_extra_button_container,
#chat_card_container.emjuja-archive .user_chat_extra_button_container,
#chat_card_container.emjuja-archive .user_chat_card_close {
	display:none;
}

#chat_card_container.emjuja-desktop .chat_card.with_paste {
	height:460px;
}

#chat_card_container.emjuja-desktop .user_chat_container_card_label {
	width:230px;
}

#chat_card_container.emjuja-mobile .user_chat_container_card_label {
	width:calc(100% - 26px);
}

#chat_card_container.emjuja-kancelaria .user_chat_container_card_label {
	width:calc(100% - 26px);
}

#chat_card_container.emjuja-desktop .user_chat_card_footer_textarea {
	width:230px;
}

#chat_card_container.emjuja-mobile .user_chat_card_footer_textarea {
	width:100%;
}

#chat_card_container.emjuja-kancelaria .user_chat_card_footer_textarea {
	width:100%;
}

#chat_card_container.emjuja-mobile .user_chat_card_footer_button {
	width:88px;
}

#chat_card_container.emjuja-kancelaria .user_chat_card_footer_button {
	width:88px;
}

#chat_card_container.emjuja-archive .user_chat_card_footer_textarea {
	width:100%;
}

#chat_card_container.emjuja-archive .user_chat_card_footer_button {
	width:88px;
}

#chat_card_container.emjuja-archive .user_chat_card_message {
	font-size:14px;
	max-width:50%;
}

#chat_card_container.emjuja-desktop .user_chat_card_message {
	font-size:13px;
}

#chat_card_container.emjuja-mobile .user_chat_card_message {
	font-size:18px;
}

#chat_card_container.emjuja-kancelaria .user_chat_card_message {
	font-size:18px;
}

#chat_card_container.emjuja-desktop .user_chat_card_edit,
#chat_card_container.emjuja-desktop .user_chat_card_view,
#chat_card_container.emjuja-desktop .user_chat_card_favorite {
	font-size:15px;
	padding:4px 0px 0px 7px;
	cursor:pointer;
}

#chat_card_container.emjuja-mobile .user_chat_card_edit,
#chat_card_container.emjuja-mobile .user_chat_card_view,
#chat_card_container.emjuja-mobile .user_chat_card_favorite {
	font-size:22px;
	cursor:pointer;
	position:absolute;
	right:40px;
	top:2px;
}

#chat_card_container.emjuja-kancelaria .user_chat_card_edit,
#chat_card_container.emjuja-kancelaria .user_chat_card_view,
#chat_card_container.emjuja-kancelaria .user_chat_card_favorite {
	font-size:22px;
	cursor:pointer;
	position:absolute;
	right:40px;
	top:2px;
}

#chat_card_container.emjuja-archive .user_chat_card_edit,
#chat_card_container.emjuja-archive .user_chat_card_view,
#chat_card_container.emjuja-archive .user_chat_card_favorite {
	font-size:15px;
	padding:4px 6px 0px 7px;
	cursor:pointer;
}

#chat_card_container.emjuja-desktop .user_chat_card_minimalize {
	font-size:18px;
	padding:3px 0px 0px 0px;
	height:25px;
}

#chat_card_container.emjuja-desktop .user_chat_card_close {
	font-size:18px;
	padding:3px 0px 0px 8px;
	height:25px;
}

#chat_card_container.emjuja-mobile .user_chat_card_close {
	font-size:22px;
	padding:1px 9px 0px 8px;
}

#chat_card_container.emjuja-kancelaria .user_chat_card_close {
	font-size:22px;
	padding:1px 9px 0px 8px;
}

#chat_card_container.emjuja-desktop .user_chat_button_file,
#chat_card_container.emjuja-desktop .user_chat_button_emoticon,
#chat_card_container.emjuja-desktop .user_chat_button_send {
	height:22px;
	width:22px;
	font-size:14px;
}

#chat_card_container.emjuja-archive .user_chat_button_file,
#chat_card_container.emjuja-archive .user_chat_button_emoticon,
#chat_card_container.emjuja-archive .user_chat_button_send,
#chat_card_container.emjuja-mobile .user_chat_button_file,
#chat_card_container.emjuja-mobile .user_chat_button_emoticon,
#chat_card_container.emjuja-mobile .user_chat_button_send {
	width:40px;
	font-size:22px;
}

#chat_card_container.emjuja-kancelaria .user_chat_button_file,
#chat_card_container.emjuja-kancelaria .user_chat_button_emoticon,
#chat_card_container.emjuja-kancelaria .user_chat_button_send {
	width:40px;
	font-size:22px;
}

#chat_card_container.emjuja-desktop .user_chat_textarea {
	height:20px;
	width: 100%;
}

#chat_card_container.emjuja-archive .user_chat_textarea,
#chat_card_container.emjuja-mobile .user_chat_textarea {
	height:26px;
	font-size:18px;
}

#chat_card_container.emjuja-mobile .user_chat_textarea:focus-visible {
    outline-width: 0;
}

#chat_card_container.emjuja-kancelaria .user_chat_textarea {
	height:26px;
	font-size:18px;
}

.user_chat_card_footer_textarea {
	padding-left:5px;
}

.user_chat_card_footer_button {
	padding-right:5px;
	margin:auto;
	display:flex;
}

.user_chat_card_label {
	display:flex;
}

.user_chat_card_content {
	width:100%;
	padding:5px 3px;
	overflow-y:auto;
	-ms-overflow-style:none;
	scrollbar-width:none;
}

#chat_card_container.emjuja-archive .chat_card > .user_chat_card_content.chat-size-1 {
	height:calc(100% - 85px);
}

#chat_card_container.emjuja-archive .chat_card > .user_chat_card_content.chat-size-2 {
	height:calc(100% - 110px);
}

#chat_card_container.emjuja-archive .chat_card > .user_chat_card_content.chat-size-3 {
	height:calc(100% - 135px);
}

#chat_card_container.emjuja-archive .chat_card.with_paste > .user_chat_card_content.chat-size-1 {
	height:calc(100% - 85px - 60px);
}

#chat_card_container.emjuja-archive .chat_card.with_paste > .user_chat_card_content.chat-size-2 {
	height:calc(100% - 110px - 60px);
}

#chat_card_container.emjuja-archive .chat_card.with_paste > .user_chat_card_content.chat-size-3 {
	height:calc(100% - 135px - 60px);
}

#chat_card_container.emjuja-desktop .chat_card > .user_chat_card_content.chat-size-1 {
	height:320px;
}

#chat_card_container.emjuja-desktop .chat_card > .user_chat_card_content.chat-size-2 {
	height:305px;
}

#chat_card_container.emjuja-desktop .chat_card > .user_chat_card_content.chat-size-3 {
	height:290px;
}

#chat_card_container.emjuja-mobile .chat_card > .user_chat_card_content.chat-size-1 {
	height:calc(100% - 96px);
}

#chat_card_container.emjuja-mobile .chat_card > .user_chat_card_content.chat-size-2 {
	height:calc(100% - 117px);
}

#chat_card_container.emjuja-mobile .chat_card > .user_chat_card_content.chat-size-3 {
	height:calc(100% - 138px);
}

#chat_card_container.emjuja-kancelaria .chat_card > .user_chat_card_content.chat-size-1 {
	height:calc(100% - 96px);
}

#chat_card_container.emjuja-kancelaria .chat_card > .user_chat_card_content.chat-size-2 {
	height:calc(100% - 117px);
}

#chat_card_container.emjuja-kancelaria .chat_card > .user_chat_card_content.chat-size-3 {
	height:calc(100% - 138px);
}

.user_chat_card_content::-webkit-scrollbar {
	display:none;
}

.user_chat_textarea {
	resize:none;
	margin:0;
	/* border-radius:50px; */
	padding:2px 12px;
	overflow-y:auto;
	-ms-overflow-style:none;
	scrollbar-width:none;
	border:none;
}

.user_chat_textarea::-webkit-scrollbar {
	display:none;
}

.user_chat_card_footer {
	display:flex;
  border-top: solid 1px #f1f1f1;
	padding-top:3px;
}

.user_chat_button_file,
.user_chat_button_emoticon,
.user_chat_button_send {
	padding-left:7px;
	padding-top:0px;
}

.user_chat_button_file:hover,
.user_chat_button_emoticon:hover,
.user_chat_button_send:hover {
	cursor:pointer;
}

.user_chat_card_message._right {
	margin-left:auto;
	margin-right:0;
}

.user_chat_card_message {
	border-radius:6px;
	margin:4px 1px;
	padding:3px 6px;
	width:fit-content;
	width:-moz-fit-content;
	word-break:break-word;
	z-index:4500;
}

.user_chat_date_limiter {
	text-align: center;
	margin-top: 15px;
}

#user_chat_global_menu_mobile {
	display:none;
}

.user_chat_global_menu {
	border-radius: 8px;
	z-index: 10100;
}

.user_chat_viewed_marker {
	text-align:right;
	position:relative;
	top:-15px;
	height:0;
	display:flex;
	justify-content:flex-end;
	z-index:5000;
}

.user_chat_viewed_marker > img,
.user_chat_viewed_marker > div {
	border-radius:50px;
	width:13px;
	height:13px;
	margin-left:1px;
}

#chat_users.emjuja-desktop.chat_enabled {
	/* width:210px; */
	width:235px;
	transition: 1s ease;
	padding-left: 15px;
  padding-right: 15px;
}

#chat_users.emjuja-desktop.chat_disabled {
	width:0px;
	transition:1s ease;
}

#chat_search.emjuja-desktop.chat_enabled {
	width:200px;
	opacity:1;
	transition:1s ease;
}

#chat_search.emjuja-desktop.chat_disabled {
	width:0px;
	opacity:0;
	transition:1s ease;
}

#emjuja_mute_button {
	right:213px;
	top:35px;
	height:22px;
	font-size:20px;
	position:fixed;
	cursor:pointer;
}

#thcv_cemlpvfx_nyvpwv {
	right:210px;
	top:8px;
	height:22px;
	font-size:25px;
	position:fixed;
	cursor:pointer;
}

#emjuja_mute_button.chat_enabled,
#thcv_cemlpvfx_nyvpwv.chat_enabled {
	display:block;
	color: #7f7f7f;
}

#emjuja_mute_button.chat_disabled,
#thcv_cemlpvfx_nyvpwv.chat_disabled {
	display:none;
}

.user_chat_card_message._right a {
	color:#FFFFFF !important;
}

.user_chat_card_message._left a {
	color:#000000 !important;
}

.user_chat_card_message a:hover {
	color:#0000FF !important;
}

.group_chat_viewed_marker {
	/* text-align:right;
	position:relative;
	top:-8px;
	height:0;
	display:flex; */
	text-align: right;
position: relative;
top: -15px;
height: 0;
display: flex;
justify-content: flex-end;
z-index: 5000;
}

.group_chat_viewed_marker._right {
	justify-content:flex-end;
}

.group_chat_viewed_marker._left {
	justify-content:flex-start;
}

.group_chat_viewed_marker > img,
.group_chat_viewed_marker > div {
	border-radius:50px;
	width:13px;
	height:13px;
	margin-left:1px;
}

@media (max-width:991.98px) {
	#page_content_main {
		width:100% !important;
	}
	#page_content_chat {
		display:none !important;
	}
	#user_chat_global_menu_mobile {
		display:block !important;
	}
	#emjuja_navbar_icon {
		display:none;
	}
}
