/* LOADING */

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading {
  margin: 16px;
  animation: loading 1s linear infinite;
  transform: translateZ(0);
  border-top: 2px solid grey;
  border-right: 2px solid grey;
  border-bottom: 2px solid grey;
  border-left: 4px solid #396afc;
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.no-scroll-wrapper {
  max-height: 100vh;
  overflow: hidden;
  background-color: darkgrey;
}


.hw-14 {
  height: 0.875rem;
  width: 0.875rem;
}
.hw-16 {
  height: 1rem;
  width: 1rem;
}
.hw-18 {
  height: 1.125rem;
  width: 1.125rem;
}
.hw-20 {
  height: 1.25rem;
  width: 1.25rem;
  color: #000;
}
.hw-22 {
  height: 1.375rem;
  width: 1.375rem;
}
.hw-24 {
  height: 1.5rem;
  width: 1.5rem;
}
.hw-50 {
  height: 3.125rem;
  width: 3.125rem;
}
.hw-100 {
  height: 6.25rem;
  width: 6.25rem;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.fill-muted {
  fill: #adb5bd;
}
.fill-primary {
  fill: #665dfe;
}
.fill-dark {
  fill: #343a40;
}
.fill-danger {
  fill: #ff337c;
}
.fill-white {
  fill: #fff;
}
.transparent-bg {
  background-color: transparent;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide {
  display: none;
}
.badge-rounded {
  border-radius: 6.25rem;
}
.rotate-y {
  transform: rotateY(180deg);
}
.no-box-shadow,
.no-box-shadow:focus {
  box-shadow: none;
}
.form-control-md {
  height: calc(2.6rem + 2px);
}
textarea.no-resize {
  resize: none;
}
.form-row .input-group {
  align-items: center;
}
.form-group label {
  font-size: 0.875rem;
}
.custom-control label {
  cursor: pointer;
}
.form-control {
  font-size: 0.875rem;
}
.custom-radio {
  line-height: 1.3125rem;
  min-height: 1.3125rem;
}
.media-label {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.custom-select {
  background: none;
}
.avatar {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.avatar img,
.avatar span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
  min-width: 2.25rem;
}
.avatar.avatar-md {
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
}
.avatar.avatar-lg {
  height: 5rem;
  width: 5rem;
  min-width: 5rem;
}
.avatar.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
  min-width: 7.5rem;
}
.avatar.avatar-xxl {
  height: 9.375rem;
  width: 9.375rem;
  min-width: 9.375rem;
}
.avatar.avatar-primary {
  background: #665dfe;
  color: #fff;
}
.avatar.avatar-success {
  background: #44a675;
  color: #fff;
}
.avatar.avatar-secondary {
  background: #6c757d;
  color: #fff;
}
.avatar.avatar-danger {
  background: #ff337c;
  color: #fff;
}
.avatar.avatar-warning {
  background: #ffb74d;
  color: #fff;
}
.avatar.avatar-info {
  background: #3c91ec;
  color: #fff;
}
.avatar.avatar-away:before,
.avatar.avatar-busy:before,
.avatar.avatar-offline:before,
.avatar.avatar-online:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  border: 3px solid #fff;
}
.avatar.avatar-online:before {
  background: #44a675;
}
.avatar.avatar-offline:before {
  background: #6c757d;
}
.avatar.avatar-busy:before {
  background: #ff337c;
}
.avatar.avatar-away:before {
  background: #ffb74d;
}
.message-content .btn-primary {
  background: #4e44fe;
}
.card {
  position: relative;
}
.card .card-options {
  position: absolute;
  top: 0;
  right: 0.625rem;
  display: block;
}
.message {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.message .message-content {
  padding: 1rem 1rem 1.75rem 1rem;
  background-color: #ebeff2;
  color: #334141;
  margin-left: 1.25rem;
  border-radius: 1rem;
  text-align: left;
  display: inline-block;
  max-width: 25rem;
  overflow-wrap: break-word;
  white-space: pre-line;
}

.message .message-cs-name {
  padding: 0 1.5rem 0.25rem 0;
  color: #ADB5BD;
  margin-left: 1.25rem;
  border-radius: 1rem;
  text-align: left;
  display: inline-block;
  max-width: 25rem;
  overflow-wrap: break-word;
  white-space: pre-line;
}

.message .message-content .message-attachment {
  display: flex;
  align-items: center;
}
.message .message-content .message-attachment .btn-icon {
  margin-right: 0.625rem;
}
.message .avatar {
  display: inline-block;
  vertical-align: bottom;
  margin-top: -1.25rem;
}
.message .avatar img {
  box-shadow: 0 0 0 0.5rem #f3f6fb;
}
.message .message-options {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  color: #adb5bd;
  margin-top: 0.3125rem;
}
.message .message-options > * {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.message .message-options > :not(.avatar) {
  height: 1.125rem;
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.message.self {
  text-align: right;
}
.message.self .message-content {
  background-color: #396afc;
  color: #ebeff2;
  margin-right: 1.25rem;
  margin-left: 0;
}
.message.self .message-options {
  flex-direction: row-reverse;
}
.message-divider {
  width: 100%;
  max-width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.message-divider:before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: -0.5rem;
  letter-spacing: 0.0313rem;
  font-size: 0.6875rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.1875rem;
  background-color: #f8f9fa;
  border: 1px solid #e5e9f2;
  left: 50%;
  font-weight: 500;
  transform: translateX(-50%);
}
.room-list {
  padding: 0.75rem;
  list-style: none;
  max-height: 80vh;
  overflow-y: scroll;
}

.room-list::-webkit-scrollbar {
  width: 10px;
}

.room-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.room-list::-webkit-scrollbar-thumb {
  background: #396afc;
  border-radius: 15px;
}

.room-list::-webkit-scrollbar-thumb:hover {
  background: #3984fb;
}

.room-list .room-item {
  margin: 0.4rem 0;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
}
@media (min-width: 576px) {
  .room-list .room-item {
    margin: 0.75rem 0;
  }
}
.room-list .room-item.active .avatar:before {
  border-color: #665dfe;
}
.room-list .room-item.unread .avatar:before {
  border-color: #f4f4ff;
}
.room-list .room-item .room-link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 100%;
  padding: 0.8rem 0.5rem;
  border: 1px solid #e5e9f2;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  color: inherit;
}
.room-list .room-item .room-link:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .room-list .room-item .room-link {
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  .room-list .room-item:hover .room-link {
    border-color: #665dfe;
  }
}
@media (min-width: 1200px) {
  .room-list .room-item.active .room-link {
    background: #665dfe;
    border: 1px solid #665dfe;
  }
  .room-list .room-item.active .room-link .chat-name {
    color: #fff;
  }
  .room-list .room-item.active .room-link .chat-time,
  .room-list .room-item.active .room-link .room-text,
  .room-list .room-item.active .room-link p,
  .room-list .room-item.active .room-link svg {
    color: #f1f1f1 !important;
  }
}
.room-list .room-item.unread .room-link {
  background: #f4f4ff;
}
.room-list .room-item.unread .room-link .room-text {
  color: #000;
}
@media (min-width: 1200px) {
  .room-list .room-item.unread.active .room-link {
    background: #665dfe;
    border: 1px solid #665dfe;
  }
  .room-list .room-item.unread.active .room-link .chat-name,
  .room-list .room-item.unread.active .room-link .chat-time,
  .room-list .room-item.unread.active .room-link .room-text {
    color: #f1f1f1;
  }
}
.room-list .room-content {
  padding-left: 0.875rem;
  transition: all 0.4s;
  overflow: hidden;
  max-width: 100%;
  flex: 1 1 auto;
}
.room-list .room-content .room-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.375rem;
}
.room-list .room-content .room-info .chat-name {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-right: auto;
}
.room-list .room-content .room-info .chat-time {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #adb5bd;
  white-space: nowrap;
}
.room-list .room-content .room-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #adb5bd;
}
.room-list .room-content .room-text p {
  font-size: 0.875rem;
  line-height: 1.34;
  margin-bottom: 0;
  margin-right: auto;
}
.dropdown .dropdown-menu {
  z-index: 1025;
  font-size: 0.875rem;
}
.attachment-show {
  position: absolute; 
  bottom: 2.25rem; 
  left: 0px; 
  will-change: transform;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.125rem 1rem 0 ;
  font-size: 0.875rem;
  color: #333e48;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  border:1px solid #ededed;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
}
.dropdown .dropdown-menu .dropdown-item span {
  line-height: 1;
}
.dropdown.show .btn-secondary.btn-minimal,
.dropdown.show .nav-link {
  color: #495057 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(33, 37, 41, 0.35);
  box-shadow: none;
  background-color: transparent !important;
  transition: all 0.2s ease;
  border: 1px solid #e5e9f2;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: inherit !important;
  background: #f8f9fa;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  box-shadow: none;
  color: rgba(33, 37, 41, 0.35);
}
.select2-container--default .select2-selection--single .select2-selection__rendered.active {
  box-shadow: none !important;
  color: inherit;
}
@media (max-width: 767.98px) {
  .list-group-sm-column .list-group-item .media {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 767.98px) {
  .list-group-sm-column .list-group-item .media .media-body {
    align-self: start;
    margin-bottom: 0.5rem;
  }
}
.document,
.media {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.document .document-body,
.document .media-body,
.media .document-body,
.media .media-body {
  flex: 1;
  align-self: center;
  overflow: hidden;
}
.document .document-body h6,
.document .media-body h6,
.media .document-body h6,
.media .media-body h6 {
  margin-bottom: 4px;
}
.document .document-body a:hover,
.document .media-body a:hover,
.media .document-body a:hover,
.media .media-body a:hover {
  text-decoration: none;
}
.document .document-options,
.document .media-options,
.media .document-options,
.media .media-options {
  align-self: center;
}
@media (max-width: 1199.98px) {
  .modal.show.modal-lg-fullscreen {
    right: 0;
    bottom: 0;
  }
  .modal.show.modal-lg-fullscreen .modal-dialog {
    margin: 0;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .modal.show.modal-lg-fullscreen .modal-content {
    border: none;
    border-radius: 0;
    min-height: 100%;
    margin: 0;
    padding: 0;
  }
}
.js-title-step span.label {
  display: none;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
  transform: translate(0) scale(0.95);
}
.modal.show .modal-dialog.modal-dialog-zoom {
  transform: translate(0) scale(1);
}
.navbar-light .nav-minimal .nav-link {
  color: #aea9fe;
  transition: all 0.2s ease;
}
.navbar-light .nav-minimal .nav-link:hover {
  color: #dedcff;
}
.navbar-light .nav-minimal .nav-link.active {
  color: #fff;
}
.tab-chat-list,
.tab-pane {
  height: 100% !important;
}
.main-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .main-layout {
    flex-direction: row;
  }
}
.main-layout .navigation {
  background: #fff;
  order: 2;
  min-height: 3.75rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-layout .navigation::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .main-layout .navigation {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    order: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 4.375rem;
    border-top: 0;
    border-right: 1px solid #e5e9f2;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.main-layout .sidebar {
  background: #f8f9fa;
  flex-grow: 2;
  order: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-layout .sidebar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .main-layout .sidebar {
    flex-grow: 0;
    width: 26.25rem;
    border-right: 1px solid #e5e9f2;
  }
}
.main-layout .main {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  order: 3;
  flex: 1;
  background: #fff;
}
@media (min-width: 1200px) {
  .main-layout .main {
    height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .main-layout .main {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1020;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease, visibility 0.3s ease;
    background: #fafbfd;
  }
}
@media (max-width: 1199.98px) {
  .main-layout .main.main-visible {
    visibility: visible;
    transform: translateX(0);
  }
}
.main-layout .calls,
.main-layout .chats {
  display: flex;
  height: 100%;
  flex-grow: 1;
}
.main-layout .calls {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-layout .calls::-webkit-scrollbar {
  display: none;
}
.main-layout .calls .calls-log .card:not(:last-child) {
  margin-bottom: 1rem;
}
.main-layout .friends {
  display: flex;
  height: 100%;
  flex-grow: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-layout .friends::-webkit-scrollbar {
  display: none;
}
.main-layout .friends .friends-info .card:not(:last-child) {
  margin-bottom: 1rem;
}
.main-layout .profile {
  display: flex;
  height: 100%;
  flex-grow: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-layout .profile::-webkit-scrollbar {
  display: none;
}
body.chats-tab-open .main .chats {
  display: flex;
}
body.chats-tab-open .main .calls,
body.chats-tab-open .main .friends,
body.chats-tab-open .main .profile {
  display: none;
}
body.calls-tab-open .main .calls {
  display: block;
}
body.calls-tab-open .main .chats,
body.calls-tab-open .main .friends,
body.calls-tab-open .main .profile {
  display: none;
}
body.friends-tab-open .main .friends {
  display: block;
}
body.friends-tab-open .main .calls,
body.friends-tab-open .main .chats,
body.friends-tab-open .main .profile {
  display: none;
}
body.profile-tab-open .main .profile {
  display: block;
}
body.profile-tab-open .main .calls,
body.profile-tab-open .main .chats,
body.profile-tab-open .main .friends {
  display: none;
}
.sidebar-header {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
  padding: 1rem 1rem;
}
.sidebar-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 0.25rem 0;
}
.chat-body {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  min-width: 0;
  width: 100%;
}
.chat-body .chat-header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e9f2;
  background-color: linear-gradient(213.3deg, #396AFC 14.43%, #4A29FF 85.49%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .chat-body .chat-header {
    padding: 0.75rem 2.25rem;
  }
}
.chat-body .chat-content {
  flex: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F3F6FB;
}
.chat-body .chat-content::-webkit-scrollbar {
  display: none;
}
.chat-body .chat-footer {
  position: relative;
}
.chat-body .chat-footer .form-control {
  border: 0;
  border-top: 1px solid #e5e9f2;
  border-radius: 0;
}
.chat-body .chat-footer > textarea {
  padding: 1.5rem 1rem 1.5rem 4rem;
}
.chat-body .chat-footer .send-icon {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #ebeff2 !important;
}

.chat-body .chat-footer .emoji-icon {
  position: absolute;
  color: #ebeff2;
  top: 20px;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-body .chat-footer .no-chat{
  right: 20px;
}

.chat-body .chat-footer .with-chat{
  right: 110px;
}

.chat-body .chat-footer .attachment {
  position:absolute;
  left: 0.5rem;
  top: 0.75rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .chat-body .chat-footer .attachment {
    left: 0.75rem;
  }
}
.chat-info {
  height: 100vh;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1025;
  width: 100%;
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-info::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .chat-info {
    position: static;
    border-left: 1px solid #e5e9f2;
    visibility: hidden;
    width: 0;
    height: 100vh;
  }
}
.chat-info.chat-info-visible {
  visibility: visible;
  transform: translateX(-100%);
  z-index: 1030;
}
@media (min-width: 1200px) {
  .chat-info.chat-info-visible {
    transform: translateX(0);
    visibility: visible;
    min-width: 21.875rem;
    width: 21.875rem;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .chat-info.chat-info-visible {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    border-left: 1px solid #e5e9f2;
  }
}
.chat-info .chat-info-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e5e9f2;
  min-height: 4.5625rem;
}
.chat-info .chat-info-group {
  border-top: 1px solid #e5e9f2;
  padding: 0.25rem 0;
}
.chat-info .chat-info-group .chat-info-group-header {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
}
@media (min-width: 992px) {
  .chat-info .chat-info-group .chat-info-group-header {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.chat-info .chat-info-group .chat-info-group-content {
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .chat-info .chat-info-group .chat-info-group-content {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.chat-info .chat-info-group .chat-info-group-content.list-item-has-padding {
  padding-left: 0;
  padding-right: 0;
}
.chat-info .chat-info-group .chat-info-group-content.list-item-has-padding .list-group-item {
  padding: 0.75rem 1.25rem;
}
@media (min-width: 992px) {
  .chat-info .chat-info-group .chat-info-group-content.list-item-has-padding .list-group-item {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.chat-info
  .chat-info-group
  .chat-info-group-content.list-item-has-padding
  .list-group-item:first-child {
  padding-top: 0;
}
.chat-info
  .chat-info-group
  .chat-info-group-content.list-item-has-padding
  .list-group-item:last-child {
  padding-bottom: 0;
}
.chat-closer {
  position: absolute;
  top: 0;
  left: 0.625rem;
  display: block;
}
.emoji-picker__emojis {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.emoji-picker__emojis::-webkit-scrollbar {
  display: none;
}
.appbar {
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  display: flex;
  transition: transform 0.3s ease, visibility 0.3s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.appbar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .appbar {
    position: static;
    height: 100vh;
    display: flex;
    order: 4;
  }
}
.appbar.appbar-hidden {
  left: 100%;
}
.appbar .nav-link {
  color: #adb5bd;
}
.appbar .appbar-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e9f2;
  width: 100%;
  padding: 0.88rem 0;
  background-color: #f8f9fa;
}
.appbar .appbar-wrapper {
  min-width: 60px;
  width: 60px;
  border-right: 1px solid #e5e9f2;
}
@media (min-width: 1200px) {
  .appbar .appbar-wrapper {
    border-left: 1px solid #e5e9f2;
  }
}
.appbar .appbar-wrapper .appbar-nav {
  display: flex;
  flex-direction: column;
}
.appbar .appbar-wrapper .nav-link {
  text-align: center;
  padding: 1rem 0;
}
.appbar .appbar-wrapper .nav-link.active {
  color: #665dfe;
}
.appbar .appnavbar-content {
  display: flex;
  height: 100%;
  flex-grow: 1;
  background: #fff;
  visibility: visible;
}
@media (min-width: 1200px) {
  .appbar .appnavbar-content {
    visibility: hidden;
    width: 0;
  }
}
.appbar .appnavbar-content.appnavbar-content-visible,
.appbar .appnavbar-content .tab-pane {
  width: 100%;
}
@media (min-width: 1200px) {
  .appbar .appnavbar-content.appnavbar-content-visible {
    position: fixed;
    top: 0;
    right: 60px;
    bottom: 0;
    visibility: visible;
    width: 360px;
  }
}
.appbar .appnavbar-content .appnavbar-content-wrapper {
  display: flex;
  height: 100%;
  flex-grow: 1;
}
.appbar .appnavbar-content .appnavbar-scrollable-wrapper {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  width: 100%;
}
@media (min-width: 576px) {
  .appbar .appnavbar-content .appnavbar-scrollable-wrapper {
    min-width: 360px;
  }
}
.appbar .appnavbar-content .appnavbar-heading {
  border-bottom: 1px solid #e5e9f2;
  padding: 1.48rem 1rem;
  background-color: #fff;
}
.appbar .appnavbar-content .appnavbar-heading [data-appcontent-close] {
  visibility: hidden;
}
@media (min-width: 1200px) {
  .appbar .appnavbar-content .appnavbar-heading [data-appcontent-close] {
    visibility: visible;
  }
}
.appbar .appnavbar-content .appnavbar-body-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 0.75rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e9f2;
}
.appbar .appnavbar-content .appnavbar-body {
  flex: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.appbar .appnavbar-content .appnavbar-body::-webkit-scrollbar {
  display: none;
}
.appbar .appnavbar-content .appnavbar-footer {
  padding: 1.3rem 0.75rem;
  border-top: 1px solid #e5e9f2;
  background-color: #fff;
}
[data-appcontent-close] {
  cursor: pointer;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1022;
  visibility: hidden;
}
.backdrop.backdrop-visible {
  visibility: visible;
}

.card-item {
  display: flex;
}

.card-item > .card-item-content {
  background-color: #F5F5F5;
  max-width: 360px;
  overflow: hidden;
  border-radius: 15px;
  margin: 10px;
  color: #334141;
}

.image-overview > img {
  max-width: 75%;
  max-height: 75%;
  display: block;
}

.image-overview {
  object-fit: contain;
  margin-top: 20%;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
}

.emoji-picker {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

.emoji-picker-react {
  box-shadow: none !important;
}

.card-attachment {
  background-color: #f9f9f9;
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  min-width: 0;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

img.img-250{
  width: 250px !important;
  height: auto;
}

img.img-100{
  width: 100px;
  height: 100px;
}

.attachment-icon-delete{
  width: 20px;
  height: 20px;
  background-color: #DDDDDD;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.attachment-item-file{
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  background-color: #DDDDDD;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.message .message-additional {
  padding: 1rem;
  margin-bottom: 0.25rem;
  background-color: #3984fb;
  color: #ebeff2;
  border-radius: 1rem;
  display: block;
}

.message .message-additional-over {
  padding: 1rem;
  margin-bottom: 0.25rem;
  background-color: #8d8f91;
  color: #fff;
  border-radius: 1rem;
  display: block;
}


/* LOADING ELLIPSE */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 38px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ebeff2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 20px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}

.load-message {
  width: 100%;
  max-width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top:0;
  padding: 0;
}

.load-message:before {
  content: attr(data-label);
  display: block;
  font-size: 0.6875rem;
  border-radius: 0.1875rem;
  background-color: #f8f9fa;
  border: 1px solid #e5e9f2;
  font-weight: 500;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 5px;
}