@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap);
.ck-editor__editable {
  min-height: 200px !important;
}

.ck.ck-balloon-panel {
  z-index: 9999 !important;
}

.dlnkchat-current-conversation-header {
  border-bottom: 1px solid #0049a4;
}

.dlnkchat-footer {
  border-radius: 1rem 1rem 0 0;
  z-index: 9999;
}
.dlnkchat-footer .dlnkchat-footer-lite {
  position: fixed;
  bottom: 0;
  right: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 15rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  background-color: #0049a4;
  color: #FFFFFF;
}
.dlnkchat-footer .card {
  height: 90vh;
  border-radius: 15px !important;
}
.dlnkchat-footer .dlnkchat-conversations li {
  list-style-type: none;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  color: #212529;
  border: none;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .close {
  color: white;
  opacity: 1;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-conversations-navigation {
  width: 20rem;
  z-index: 3;
  min-height: 20vh;
  color: white;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-conversations-navigation .dlnkchat-new-conversation {
  margin: 0 0 1rem 0;
  width: 100%;
  float: left;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-current-conversation {
  width: 95vw;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-current-conversation .dlnkchat-current-conversation-messages {
  max-height: 100%;
  overflow: auto;
  margin: 0.75rem 0.75rem 0rem 0.75rem;
  overflow-x: hidden;
  padding-bottom: 0;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-current-conversation .dlnkchat-new-message-zone .new-message {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.75rem;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-current-conversation .dlnkchat-new-message-zone .new-message .chat_message {
  resize: none;
  width: 100%;
  margin: 0;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-conversations {
  overflow-y: auto;
  height: 12.5rem;
  width: 100%;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-conversations .dlnkchat-conversation.list-group-item.active a {
  color: #FFFFFF !important;
}
.dlnkchat-footer .dlnkchat-footer-lite-conv .dlnkchat-conversations .dlnkchat-conversation.list-group-item.active span {
  color: #FFFFFF;
}
.dlnkchat-footer .hidden {
  display: none;
}

.dlnkchat-current-conversation-messages p {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
}
.dlnkchat-current-conversation-messages .message-content {
  color: rgba(255, 255, 255, 0.5);
}
.dlnkchat-current-conversation-messages .message-content .time_receiver {
  display: flex;
  justify-content: flex-end;
}
.dlnkchat-current-conversation-messages .message-content p {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 25px;
  padding: 10px;
  position: relative;
}
.dlnkchat-current-conversation-messages .sender .message-content p {
  background-color: #78e08f;
  color: #2b2b2b;
  text-align: right;
}
.dlnkchat-current-conversation-messages .receiver .message-content p {
  background-color: #82ccdd;
  color: #2b2b2b;
  text-align: left;
}
