/*
 * Chat styles extracted from style.css for conditional loading.
 * Regenerate if style.css changes.
 */

.chat-active-users {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.chat-active-users.show-active-users {
  margin-left: 24px;
  width: 170px;
  opacity: 1;
}

.guest-off.activate {
  background: #F26522 !important;
  color: #FFF !important;
}

.right-user-side.chat-rooms.open-chats {
  margin-left: 24px;
}

@media (max-width: 1199.98px) {
  .right-user-side.chat-rooms.open-chats {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .right-user-side.chat-rooms.open-chats {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .main-img.main-img-hide {
    display: none;
    width: 0;
  }
}

@media (max-width: 767.98px) {
  .join-video.main-img-hide {
    display: none;
    width: 0;
  }
}

.chat-user-tabs .nav-item .nav-link.active {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
}

.chat-wrapper {
  display: flex;
  display: -webkit-flex;
  width: 100% !important;
}
.chat-wrapper .chat-users-wrap .chat-list {
  position: relative;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown > a {
  color: #6B7280;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-user-list {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-user-list {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 8px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #6B7280;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat-users-wrap .chat-user-list {
    padding: 16px;
  }
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time {
  text-align: end;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .time {
  display: inline-block;
  margin: 0 0 2px 4px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .count-message {
  background-color: #E70D0D;
  color: #FFF;
  padding: 1px 8px;
  border-radius: 15px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-user-list:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-dropdown {
  display: block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .search-wrap .form-control {
  border-color: #FFF;
  min-height: 48px;
  border-color: #E5E7EB;
  border-right: 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .search-wrap .form-control {
    min-height: 38px;
  }
}
.chat-wrapper .search-wrap .input-group-text {
  border-color: #E5E7EB;
  background-color: #FFF;
  color: #6B7280;
  border-left: 0;
}
.chat-wrapper .search-wrap.contact-search .form-control {
  border-color: #E5E7EB;
  border-right: 0;
}
.chat-wrapper .search-wrap.contact-search .input-group-text {
  border-color: #E5E7EB;
}
.chat-wrapper .sidebar-content {
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-search-header {
  padding: 20px 20px 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat-search-header {
    padding: 16px 16px 0;
  }
}
.chat-wrapper .top-online-contacts {
  padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .top-online-contacts {
    padding: 16px 16px 0;
  }
}
.chat-wrapper .sidebar-body {
  flex: 1;
  overflow: auto;
  width: 100%;
  padding: 20px 20px 16px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-body {
    padding: 16px 16px 8px;
  }
}
@media (max-width: 767.98px) {
  .chat-wrapper .sidebar-body {
    padding: 16px 16px 8px;
  }
}
.chat-wrapper .chat-status {
  display: block;
  color: #6B7280;
}
.chat-wrapper .chat-status .avatar {
  margin: 0 auto 4px;
}
.chat-wrapper .chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
}
.chat-wrapper .chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  z-index: 9;
}
.chat-wrapper .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 400px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1399.98px) {
  .chat-wrapper .sidebar-group {
    width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .chat-wrapper .sidebar-group {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .chat-wrapper .sidebar-group {
    width: 100%;
    margin-left: 0;
  }
}
.chat-wrapper .sidebar-group .slimScrollDiv {
  height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group .slimScrollDiv {
    height: calc(100vh - 150px) !important;
  }
}
.chat-wrapper .sidebar-group .slimscroll {
  height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group .slimscroll {
    height: calc(100vh - 150px) !important;
  }
}
.chat-wrapper .animate-typing .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #6B7280;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.chat-wrapper .animate-typing .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.chat-wrapper .animate-typing .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.chat-wrapper .chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    transform: translateX(100%);
    transition: visibility 0.4s ease, transform 0.4s ease;
    order: 3;
    z-index: 999;
    background-color: #FFF;
    margin: 0 15px 15px;
  }
}
.chat-wrapper .chat.show {
  visibility: visible;
  transform: translateX(0);
}
.chat-wrapper .chat.chat-messages {
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages {
    margin-left: 0;
  }
}
.chat-wrapper .chat.chat-messages .slimScrollDiv {
  height: calc(100vh - 235px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages .slimScrollDiv {
    height: calc(100vh - 140px) !important;
  }
}
.chat-wrapper .chat.chat-messages .slimscroll {
  height: calc(100vh - 320px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages .slimscroll {
    height: calc(100vh - 216px) !important;
  }
}
.chat-wrapper .chat .slimscroll {
  height: calc(100vh - 65px) !important;
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .slimscroll {
    height: calc(100vh - 90px) !important;
  }
}
.chat-wrapper .chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  background: #FFF;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .chat-header {
    flex-wrap: wrap;
  }
}
.chat-wrapper .chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat-wrapper .chat .chat-header .user-details h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chat-wrapper .chat .chat-header .chat-options > ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li {
  margin-right: 4px;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a {
  font-size: 14px;
  color: #6B7280;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 27px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #FFF;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a:hover {
  background: #F8F9FA;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
  width: 36px;
  height: 36px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .slimScrollDiv {
    height: calc(100vh - 95px) !important;
  }
}
.chat-wrapper .chat .chat-body {
  flex: 1;
  padding: 16px 16px 0;
}
.chat-wrapper .chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .chat-time {
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 i {
  color: #E8E9EA;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 span {
  font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read i {
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read.success i {
  color: #03C95A;
}
.chat-wrapper .chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.chat-wrapper .chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat .chat-body .messages .chats {
    max-width: 95%;
  }
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar img {
  width: 48px;
  height: 48px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content {
  width: 80%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
  background-color: #F8F9FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 14px;
  margin-bottom: 4px;
  width: 100%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #111827;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #6B7280;
  margin-left: 40px;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-info {
  justify-content: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-actions {
  margin-right: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 {
  flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 .msg-read {
  margin: 0 8px 0 0;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #F8F9FA;
  color: #111827;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach .file-icon {
  color: #F26522;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach h6 {
  color: #FFF;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .emoj-group {
  left: -110px;
  width: max-content;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .emonji-wrap {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-wrapper .chats {
  max-width: 75%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.chat-wrapper .chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chat-wrapper .chats .chat-avatar img {
  width: 48px;
  height: 48px;
}
.chat-wrapper .chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chat-wrapper .chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
}
.chat-wrapper .chats .chat-profile-name h6 .chat-time {
  color: #6B7280;
}
.chat-wrapper .chats .chat-profile-name h6 i {
  color: #E8E9EA;
}
.chat-wrapper .chats .chat-profile-name h6 span {
  font-weight: 400;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read i {
  color: #6B7280;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read.success i {
  color: #03C95A;
}
.chat-wrapper .chats .chat-content .message-content {
  background-color: #F8F9FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 8px;
}
.chat-wrapper .chats .chat-content .message-content:last-child {
  margin-bottom: 0;
}
.chat-wrapper .chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chat-wrapper .chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #111827;
}
.chat-wrapper .chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #6B7280;
  margin-left: 40px;
}
.chat-wrapper .chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chat-wrapper .chats.chats-right .message-content {
  background-color: #F26522;
  color: #FFF;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}
.chat-wrapper .chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-wrapper .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #E5E7EB;
  width: 100%;
  height: 1px;
}
.chat-wrapper .chat-date {
  background-color: #212529;
  color: #FFF;
  font-weight: 600;
  padding: 2px 16px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}
.chat-wrapper .chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 1399.98px) {
  .chat-wrapper .favourite-chats .message-audio audio {
    max-width: 180px;
  }
}
.chat-wrapper .info-chats .chats {
  max-width: 100%;
}
.chat-wrapper .info-chats .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}
.chat-wrapper .emoj-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .emoj-group > ul > li > a {
  width: 34px;
  height: 34px;
  background: #FFF;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #6B7280;
  font-size: 16px;
}
.chat-wrapper .emoj-group > ul > li > a:hover {
  background-color: #F26522;
  color: #FFF;
}
.chat-wrapper .emoj-group ul li + li {
  margin-left: 10px;
}
.chat-wrapper .message-content {
  position: relative;
}
.chat-wrapper .message-content:hover .emoj-group {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chat-wrapper .rig-emoji-group {
  position: absolute;
  right: 210px;
}
.chat-wrapper .wrap-emoji-group {
  position: absolute;
  right: 290px;
  z-index: 9;
}
.chat-wrapper .emoj-group-list-foot {
  left: 0;
}
.chat-wrapper .emoj-group-list-foot ul li + li {
  margin-left: 8px;
}
.chat-wrapper .emoj-group-list,
.chat-wrapper .emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .emoj-group-list ul,
.chat-wrapper .emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 8px;
}
.chat-wrapper .emoj-group-list ul li a,
.chat-wrapper .emoj-group-list-foot ul li a {
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.chat-wrapper .emoj-group-list ul li a:last-child,
.chat-wrapper .emoj-group-list-foot ul li a:last-child {
  padding-right: 0;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a {
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #F26522;
  color: #FFF;
  font-size: 14px;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a:hover,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a:hover {
  background-color: rgb(212.5, 76.9230769231, 12.5);
  color: #FFF;
}
.chat-wrapper .chat-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chat-wrapper .chat-img .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 120px;
  height: 120px;
}
.chat-wrapper .chat-img .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.chat-wrapper .chat-img .img-wrap .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-img .img-wrap .img-overlay a {
  font-size: 14px;
  color: #FFF;
}
.chat-wrapper .chat-img .img-wrap:hover .img-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.chat-wrapper .message-link {
  overflow: hidden;
}
.chat-wrapper .message-link .link-img {
  background: #FFF;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}
.chat-wrapper .message-link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-wrapper .chat-forward .forward-text {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.chat-wrapper .message-reply {
  background: #FFF;
  border-radius: 8px;
  border-left: 3px solid #3B7080;
  padding: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.chat-wrapper .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chat-wrapper .chat .chat-footer {
  position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form {
  display: flex;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #FFF;
  border-top: 1px solid #E5E7EB;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F8F9FA;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap {
  flex: 1;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control {
  background: transparent;
  min-height: 32px;
  height: 32px;
  padding-left: 0;
  border: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control::placeholder {
  color: #6B7280;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #F8F9FA;
  max-width: 100%;
  padding: 16px;
  margin-bottom: 0;
  display: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats .message-content {
  padding: 0;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item {
  margin-right: 2px;
  position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item > a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #6B7280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-btn .btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.chat-wrapper .close-replay {
  position: absolute;
  top: 16px;
  right: 16px;
}
.chat-wrapper .close-replay:hover {
  color: #E70D0D;
}
.chat-wrapper .favourite-chats .chats {
  max-width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.chat-wrapper .action-wrap {
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
.chat-wrapper .action-wrap i {
  color: #F26522;
  font-size: 14px;
}
.chat-wrapper .action-wrap p {
  color: #111827;
  margin-top: 4px;
}
.chat-wrapper .link-icon {
  color: #6B7280;
}
.chat-wrapper .link-icon:hover {
  color: #F26522;
}
.chat-wrapper .contact-user {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  padding: 20px;
  margin-bottom: 8px;
}
.chat-wrapper .contact-user:last-child {
  margin-bottom: 0;
}
.chat-wrapper .contact-scroll {
  max-height: 400px;
  overflow-y: auto;
}
.chat-wrapper .contact-actions a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F8F9FA;
  border: 1px solid #E5E7EB;
  color: #6B7280;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat-wrapper .contact-actions a:hover {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.chat-wrapper .open-file {
  width: 28px;
  opacity: 0;
}
.chat-wrapper .chat-body .dropdown-item.active {
  background-color: #F26522;
}
.chat-wrapper .file-action {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991.98px) {
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
  .chat.show-chatbar {
    display: block;
    margin-left: 0;
    visibility: visible;
    transform: none;
    position: unset;
    height: auto;
  }
  .main-wrapper .content {
    flex-flow: column wrap;
  }
}