/**
AI - Internal Chat
 */


.blocInstructionLinkVc_Chat{
  padding-top: 1%!important;
  padding-bottom: 1%!important;
  padding-left: 4%!important;
  padding-right: 4%!important;
}

.divInternalChat_Row{
  margin-right: 0;
  margin-left: 0;
}

.divInternalChat {
  padding: 1% 1%;
  border: #4bb8b5 solid 1px;
  border-radius: 8px 8px 8px 8px;
  height: 1px;
  min-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.divInternalChat_Write {
  padding: 1% 1%;
}

.divMessage_Author {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4E4D4D;
  padding-right: 5px;
  padding-left: 5px;
}

.chatSendMessage {
  margin: 2% 2%;
}

.DIV_NewMessageNb_Master{
  display: inline-block;
  vertical-align: top;
}

.circleNewMessage {
  height: 30px;
  width: 30px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleNewMessage p {
  color: white !important;
  text-align: center;
  letter-spacing: initial;
  padding-top: 20%;
}


.circleNewMessageCallAdmin {
  height: 30px;
  width: 30px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleChatClosedByAdmin {
  height: 30px;
  width: 30px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleChatNotClosedYetByAdmin {
  height: 30px;
  width: 30px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleChatNotClosedYetByAdmin :hover {
  cursor: pointer;
}

.circleChatNotClosedYetByAdmin p :hover {
  cursor: pointer;
}

.circleChatRespondedByAdmin {
  height: 30px;
  width: 30px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleChatNotRespondedYetByAdmin {
  height: 30px;
  width: 30px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.circleChatNotRespondedYetByAdmin :hover {
  cursor: pointer;
}

.circleChatNotRespondedYetByAdmin p :hover {
  cursor: pointer;
}


.circleNewMessageCallAdmin p {
  color: white !important;
  text-align: center;
  letter-spacing: initial;
  padding-top: 20%;
}

.messageHelpUser {
  font-style: oblique;
  color: #4bb8b5;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  letter-spacing: 0.8px;
  word-break: break-word!important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}


/* Chat - Global*/

.baliseB_UserName {
  color: black;
  font-size: 0.8rem;
  font-weight: 400;
}


/* DIV - Chat All Users - LEFT*/

.divMessage_ShowAllUser_Master {
  margin: 5px 10px 5px 10px;
  text-align: left;
}

.divMessage_ShowAllUser {
  border-radius: 8px 8px 8px 8px;
  border: #4bb8b5 solid 1px;
  background-color: rgba(34,98,107,0.3);
  color: black;
  padding-right: 5px;
  padding-left: 5px;
}

.divMessage_ShowAllUser p {
  color: black;
  text-align: left;
}

/* DIV - Chat Own User - RIGHT*/

.divMessage_ShowCurrentUser_Master {
  margin: 5px 10px 5px 10px;
  text-align: right;
}

.divMessage_ShowCurrentUser {
  border-radius: 8px 8px 8px 8px;
  border: #4bb8b5 solid 1px;
  background-color: rgba(75,184,181,0.3);
  color: black;
  padding-right: 5px;
  padding-left: 5px;
}

