﻿.small-chat-box { display: none; position: fixed; bottom: 20px; right: 75px; background: #fff; border: 1px solid #e7eaec; width: 230px; height: 320px; border-radius: 4px; }
.small-chat-box.ng-small-chat { display: block; }
.small-chat-box.active { display: block; }
.small-chat-box .heading { background: #2f4050; padding: 8px 15px; font-weight: bold; color: #fff; }
.small-chat-box .chat-date { opacity: 0.6; font-size: 10px; font-weight: normal; }
.small-chat-box .content { padding: 15px 15px; }
.small-chat-box .content .author-name { font-weight: bold; margin-bottom: 3px; font-size: 11px; }
.small-chat-box .content > div { padding-bottom: 20px; }
.small-chat-box .content .chat-message { padding: 5px 10px; border-radius: 6px; font-size: 11px; line-height: 14px; max-width: 80%; background: #f3f3f4; margin-bottom: 10px; }
.small-chat-box .content .chat-message.active { background: #6cb845; color: #fff; }
.small-chat-box .content .left { text-align: left; clear: both; }
.small-chat-box .content .left .chat-message { float: left; }
.small-chat-box .content .right { text-align: right; clear: both; }
.small-chat-box .content .right .chat-message { float: right; }
.small-chat-box .form-chat { padding: 10px 10px; }
.chCabecalho { display: flex; justify-content: space-between;}
.chCabecalho .mdi { font-size: 10pt; cursor: pointer;}
#txtPrivateMessage { min-height: 20px !important;}
#btnSendMessage { min-height: 31px !important; }
/*.chatPrivado { display: none !important; }*/
.message-center .ativo { display: block !important;}
.message-center .user { font-size: 10pt; display: block; width: 95%; }
.message-center .ativo::before { content: ''; display: block; width: 10px; height: 10px; -moz-border-radius: 7.5px; -webkit-border-radius: 7.5px; border-radius: 7.5px; background-color: #6cb845; color: #3b4d5f !important; float: left; margin-right: 5px; margin-top: 5px; }