.messenger-view {
  height: 100%;
}

.messenger-view .chat-list {
  border: 2px solid rgba(128, 128, 128, 0.4);
  padding: 0px;
}

.messenger-view .chat-list .list-header {
  border-bottom: 2px solid rgba(128, 128, 128, 0.4);
  height: 60px;
  cursor: pointer;
}

.messenger-view .chat-list .list-header .header-profile {
  height: 100%;
  width: calc(100% - 68px);
}

.messenger-view .chat-list .list-header .header-profile:hover {
  background-color: rgba(100, 100, 100, 0.3);
}

.messenger-view .chat-list .list-header .header-profile:active {
  background-color: rgba(100, 100, 100, 0.6);
}

.messenger-view .chat-list .list-header .header-profile .profile-img {
  margin-right: 8px;
  margin-left: 8px;
}

.messenger-view .chat-list .list-header .header-profile .profile-img img {
  width: 39px;
  height: 39px;
}

.messenger-view .chat-list .list-header .header-profile .profile-name {
  font-weight: 600;
  font-size: 19px;
}

.messenger-view .chat-list .list-header .header-button {
  font-size: 28px;
  margin-left: auto;
  width: 68px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.messenger-view .chat-list .list-header .header-button:hover {
  background-color: rgba(100, 100, 100, 0.3);
}

.messenger-view .chat-list .list-header .header-button:active {
  background-color: rgba(100, 100, 100, 0.6);
}

.messenger-view .chat-list .list-conversations {
  max-height: 380px;
  min-height: 380px;
  overflow-y: scroll;
}

.messenger-view .chat-list .list-conversations .conversation {
  border: 0px !important;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4) !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  height: 70px !important;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content {
  padding-right: 8px !important;
  width: calc(100% - 60px);
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-img {
  margin-right: auto;
  margin: 5px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-top .top-name {
  font-weight: 500;
  font-size: 19px;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-top .top-time {
  -ms-flex-item-align: last baseline;
  -ms-grid-row-align: last baseline;
  align-self: last baseline;
  margin-left: auto;
  font-size: smaller;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-bottom .bottom-msg {
  font-weight: 300;
  font-size: 15px;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-bottom .bottom-read {
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 3px;
  font-size: 13px;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-bottom .bottom-read.read {
  color: cyan;
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content .content-bottom .bottom-unread {
  font-size: smaller;
  font-weight: bold;
  padding: 0px 6px;
  border: 1px solid grey;
  border-radius: 50%;
  background-color: rgba(214, 214, 214, 0.7);
  color: rgb(148, 0, 0);
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content:hover {
  background-color: rgba(100, 100, 100, 0.3);
}

.messenger-view .chat-list .list-conversations .conversation .conversation-content:active {
  background-color: rgba(100, 100, 100, 0.6);
}

.messenger-view .chat-list .list-conversations .conversation .content-button {
  font-size: 24px;
  width: 60px !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.messenger-view .chat-list .list-conversations .conversation .content-button:hover {
  background-color: rgba(100, 100, 100, 0.3);
}

.messenger-view .chat-list .list-conversations .conversation .content-button:active {
  background-color: rgba(100, 100, 100, 0.6);
}

.messenger-view .chat-list .list-conversations::-webkit-scrollbar {
  width: 8px;
}

.messenger-view .chat-list .list-conversations::-webkit-scrollbar-track {
  background-color: rgba(199, 199, 199, 0.4);
}

.messenger-view .chat-list .list-conversations::-webkit-scrollbar-thumb {
  background-color: rgba(54, 54, 54, 0.9);
  border-radius: 5px;
}

.messenger-view .chat-list .list-conversations::-webkit-scrollbar-thumb:hover {
  background-color: rgba(143, 143, 143, 0.9);
}

.messenger-view .chatbox {
  border: 2px solid rgba(128, 128, 128, 0.4);
  padding: 0px;
}

.messenger-view .chatbox .chatbox-header {
  padding: 8px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.4);
  height: 60px;
}

.messenger-view .chatbox .chatbox-header .header-return {
  margin-right: auto;
  font-size: 30px;
  cursor: pointer;
}

.messenger-view .chatbox .chatbox-header .header-return:hover {
  color: #6f6f6f;
}

.messenger-view .chatbox .chatbox-header .header-user {
  padding: 0px 12px;
  margin-right: auto;
  cursor: pointer;
}

.messenger-view .chatbox .chatbox-header .header-user .user-img img {
  width: 39px;
  height: 39px;
}

.messenger-view .chatbox .chatbox-header .header-user .user-name {
  margin-left: 8px;
  font-weight: 600;
  font-size: 19px;
}

.messenger-view .chatbox .chatbox-header .header-user:hover {
  color: #6f6f6f;
}

.messenger-view .chatbox .chatbox-header .header-action-group .group-action {
  font-size: 24px;
  cursor: pointer;
}

.messenger-view .chatbox .chatbox-header .header-action-group .group-action:hover {
  color: #6f6f6f;
}

.messenger-view .chatbox .chatbox-body {
  height: 320px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.messenger-view .chatbox .chatbox-body::-webkit-scrollbar {
  width: 8px;
}

.messenger-view .chatbox .chatbox-body::-webkit-scrollbar-track {
  background-color: rgba(199, 199, 199, 0.4);
}

.messenger-view .chatbox .chatbox-body::-webkit-scrollbar-thumb {
  background-color: rgba(54, 54, 54, 0.9);
  border-radius: 5px;
}

.messenger-view .chatbox .chatbox-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(143, 143, 143, 0.9);
}

.messenger-view .chatbox .chatbox-body .body-msg {
  margin: 8px;
  padding: 8px;
  max-width: 70%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 6px;
  line-height: normal;
}

.messenger-view .chatbox .chatbox-body .body-msg .msg-footer {
  margin-left: 4px;
  margin-top: 9px;
  margin-bottom: -6px;
  margin-right: -3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.messenger-view .chatbox .chatbox-body .body-msg .msg-footer .footer-date {
  font-size: 11px;
  font-weight: 300;
}

.messenger-view .chatbox .chatbox-body .body-msg .msg-footer .footer-read {
  font-size: 13px;
  margin-left: 4px;
}

.messenger-view .chatbox .chatbox-body .body-msg .msg-footer .footer-read.yes {
  color: cyan;
}

.messenger-view .chatbox .chatbox-body .body-msg.sender {
  margin-left: auto;
  background-color: rgba(58, 167, 107, 0.2) !important;
}

.messenger-view .chatbox .chatbox-body .body-msg.receiver {
  margin-right: auto;
}

.messenger-view .chatbox .chatbox-footer {
  border-top: 2px solid rgba(128, 128, 128, 0.4);
  height: 60px;
  padding: 8px 4px;
}
