/*----------------------------------------
  Chat App
------------------------------------------*/

.chat-application .chat-content-head {
  position: relative;
  top: 35px;
  height: 65px;
}

.chat-application .chat-content-head .header-details .app-header-icon {
  font-size: 2rem;
  vertical-align: bottom;
}

.chat-application .sidenav-trigger {
  display: none;
}

.chat-application .small-icons {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.chat-application .truncate {
  overflow: hidden;
  width: 175px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrapper-chat {
  padding-top: 0px;
}

.app-chat .card {
  background-color: transparent;
  height: calc(100vh - 65px);
}

@media (max-height: 720px) {
  .app-chat .card {
    height: calc(100vh - 55px);
  }
}

.chat-application .app-chat .chat-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* .chat-application .app-chat .chat-content .sidebar {
    width: 360px;
} */

.chat-application .app-chat .chat-content .sidebar .sidebar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-header .option-icon i.material-icons {
  font-size: 1.85rem;
  cursor: pointer;
  color: #9e9e9e;
}

.chat-application .app-chat .chat-content .sidebar .info-text {
  font-size: 0.85rem;
  overflow: hidden;
  width: 175px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #616161;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .search-icon {
  font-size: 1.45rem;
  height: 41px;
  margin-right: 0 !important;
  padding: 0.75rem 0.25rem 0.35rem 0.75rem;
  color: #9e9e9e;
  border-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eceff1;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter {
  height: 35px;
  margin-bottom: 0;
  padding: 0.2rem;
  color: #9e9e9e;
  border: none;
  border: none;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #eceff1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:focus {
  border-bottom: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-search
  .search-area
  .app-filter::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-search
  .search-area
  .app-filter::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-search
  .search-area
  .app-filter::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-search
  .search-area
  .app-filter:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9e9e;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-search
  .search-area
  .app-filter::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9e9e9e;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .add-user i.add-user-icon {
  font-size: 1.45rem;
  padding: 0.6rem;
  color: #fff;
  border-radius: 50%;
  background: #212121;
}

#root > .sc-gzVnrw.hyxJNC {
  position: inherit;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat {
  position: relative;
  overflow: hidden;
  height: -webkit-calc(100vh - 173px);
  height: -moz-calc(100vh - 173px);
  height: calc(100vh - 173px);
}

@media (max-height: 720px) {
  .chat-application .app-chat .chat-content .sidebar .sidebar-chat {
    height: -webkit-calc(100vh - 157px);
    height: -moz-calc(100vh - 157px);
    height: calc(100vh - 144px);
  }
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 1rem;
  cursor: pointer;
  border-right: 3px solid transparent;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user.active,
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user:hover {
  border-right: 3px solid #212121;
  background-color: #eceff1;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-chat
  .chat-list
  .chat-user
  .info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-chat
  .chat-list
  .chat-user
  .info-section
  .star-timing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-chat
  .chat-list
  .chat-user
  .info-section
  .star-timing
  .favorite {
  line-height: 0;
  margin-right: 0.35rem;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-chat
  .chat-list
  .chat-user
  .info-section
  .star-timing
  .time {
  font-size: 0.75rem;
  color: #616161;
}

.chat-application
  .app-chat
  .chat-content
  .sidebar
  .sidebar-chat
  .chat-list
  .chat-user
  .info-section
  .badge {
  font-size: 0.75rem;
  width: 20px;
  margin-top: 0.25rem;
}

.chat-application .app-chat .chat-content .media-image.online,
.chat-application .app-chat .chat-content .media-image.away,
.chat-application .app-chat .chat-content .media-image.offline {
  display: block;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat-application .app-chat .chat-content .media-image.online:after,
.chat-application .app-chat .chat-content .media-image.away:after,
.chat-application .app-chat .chat-content .media-image.offline:after {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  content: '';
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.chat-application .app-chat .chat-content .media-image.online.online:after,
.chat-application .app-chat .chat-content .media-image.away.online:after,
.chat-application .app-chat .chat-content .media-image.offline.online:after {
  background-color: #4caf50;
}

.chat-application .app-chat .chat-content .media-image.online.away:after,
.chat-application .app-chat .chat-content .media-image.away.away:after,
.chat-application .app-chat .chat-content .media-image.offline.away:after {
  background-color: #ff9800;
}

.chat-application .app-chat .chat-content .media-image.online.offline:after,
.chat-application .app-chat .chat-content .media-image.away.offline:after,
.chat-application .app-chat .chat-content .media-image.offline.offline:after {
  background-color: #f44336;
}

.chat-application .app-chat .chat-content .chat-content-area {
  width: 100%;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 97px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .media-image img {
  max-width: 49px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .chat-text {
  font-size: 0.85rem;
  color: #616161;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon i {
  cursor: pointer;
  color: #9e9e9e;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area {
  position: relative;
  overflow-y: scroll;
  height: -webkit-calc(100vh - 280px);
  height: -moz-calc(100vh - 280px);
  height: calc(100vh - 280px);
  padding: 1em;
  height: 100%;
}

@media (max-height: 720px) {
  .chat-application .app-chat .chat-content .chat-content-area .chat-area {
    height: -webkit-calc(100vh - 260px);
    height: -moz-calc(100vh - 260px);
    height: calc(100vh - 245px);
  }
}

.chat-application .app-chat .chat-content .chat-content-area .responsible .chat-area {
  height: -webkit-calc(100vh - 243px);
  height: -moz-calc(100vh - 243px);
  height: calc(100vh - 243px);
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats {
  padding: 0;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat.chat-right
  .chat-avatar {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat.chat-right
  .chat-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat.chat-right
  .chat-body
  .chat-actions {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  position: absolute;
  top: -13px;
  right: -14px;
  z-index: 1;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat.chat-right
  .chat-body
  .chat-content {
  text-align: right;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat.chat-right
  .chat-body
  .chat-text {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat
  .chat-body
  .chat-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -13px;
  left: -14px;
  z-index: 1;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat
  .chat-avatar
  .avatar
  img {
  width: 40px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat
  .chat-body
  .chat-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem 0;
}

@media (max-height: 720px) {
  .chat-application
    .app-chat
    .chat-content
    .chat-content-area
    .chat-area
    .chats
    .chat
    .chat-body
    .chat-text {
    margin: 0;
  }
}
.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat
  .chat-body
  .chat-text
  .info {
  max-width: 400px;
  padding: 0.75rem 1rem;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-area
  .chats
  .chat
  .chat-body
  .chat-text
  .info:not(:first-child) {
  margin-left: 2rem;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer {
  padding: 1em;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message {
  margin-right: 1.5rem;
  padding: 0 1.5rem;
  color: #9e9e9e;
  border-bottom: 0;
  border-radius: 5px;
  background-color: #eceff1;
  border-radius: 30px;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message:focus {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e;
  /* Firefox */
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9e9e;
}

.chat-application
  .app-chat
  .chat-content
  .chat-content-area
  .chat-footer
  .chat-input
  .message::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9e9e9e;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
  height: 42px;
  padding: 0.3rem 3rem 0.3rem 2.5rem;
  border-radius: 0.25rem;
}

.chat-application .app-chat .sidenav-trigger {
  position: absolute;
  top: 102px;
  display: none;
}

.page-header-dark .chat-application .chat-content-head .header-details .sidebar-title {
  color: #fff;
}

.page-header-dark
  .chat-application
  .chat-content-head
  .header-details
  .sidebar-title
  .app-header-icon {
  color: #fff;
}

.page-header-dark .chat-application .app-chat .sidenav-trigger i {
  color: #fff;
}

@media screen and (max-width: 899px) {
  .horizontal-layout .app-chat .sidebar .sidebar-content .sidebar-menu#sidebar-list {
    height: auto;
  }
}

.cr {
  border-right: 1px solid #eceff1;
}

@media (max-width: 600px) {
  .sidebar .sidebar-content .sidenav {
    top: 56px !important;
  }
  .chat-application .app-chat .sidenav-trigger {
    top: 93px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .chat-application .app-chat .chat-content .sidebar {
    width: 300px;
  }
}

@media screen and (max-width: 540px) {
  .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
    padding-left: 1.8rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chat-application
    .app-chat
    .chat-content
    .chat-content-area
    .chat-area
    .chats
    .chat
    .chat-body
    :first-child.chat-text::before {
    content: none;
  }
  .chat-application
    .app-chat
    .chat-content
    .chat-content-area
    .chat-area
    .chats
    .chat
    .chat-body
    :not(:first-child).chat-text {
    margin-left: 1rem;
  }
  .chat-application
    .app-chat
    .chat-content
    .chat-content-area
    .chat-area
    .chats
    .chat-right.chat
    .chat-body
    :not(:first-child).chat-text {
    margin-right: 1rem;
  }
}

.chat-side-content {
  position: relative;
}

.chat-upload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #e5e5e5;
  z-index: 10;
}

.chat-upload .header {
  background-color: #00bfa5;
  padding: 10px 20px 10px 25px;
}

.chat-upload .header {
  font-weight: 500;
  color: white;
  flex-grow: 1;
  font-size: 19px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-upload .header i {
  cursor: pointer;
}

.chat-upload .preview {
  height: calc(100% - 166px);
}

.chat-upload .input {
  height: 115px;
  background-color: #d8d8d8;
  position: relative;
}

.chat-upload .input .btn-floating {
  position: absolute;
  right: 20px;
  top: -50px;
  background-color: #00bfa5;
}

.preview .image {
  height: calc(100% - 100px);
  position: relative;
}

.preview .image img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.preview .image video {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 90%;
}

.preview .caption {
  padding: 0px 20%;
}

@-webkit-keyframes uploadmove {
  from {
    top: 100%;
  }
  to {
    top: 0px;
  }
}

@keyframes uploadmove {
  from {
    top: 100%;
  }
  to {
    top: 0px;
  }
}

.display-none {
  display: none;
}

.display .chat-upload {
  -webkit-animation: uploadmove;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation: uploadmove;
  animation-duration: 0.2s;
}

@-webkit-keyframes uploadhide {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

@keyframes uploadhide {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}

.display-hidden .chat-upload {
  -webkit-animation: uploadhide;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation: uploadhide;
  animation-duration: 0.2s;
  top: 120%;
}

.drop-drag {
  width: 100%;
  height: calc(100% - 30px);
  background-color: #ffffff8f;
  position: absolute;
  top: 0px;
  z-index: 11;
  margin-top: 44px;
}

.drop-drag .drop-zone {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 5px dashed #b5aea9;
}

.drop-drag .drop-zone .text {
  color: #b5aea9c7;
  font-size: 30px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.item-list {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.item-list .item {
  width: 120px;
  height: 100%;
}

.chat-text {
  display: flex;
}

.chat-text .time {
  font-size: 0.65rem;
  margin: 2px;
  position: relative;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.45);
}

.chat-text .more-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.dropify-wrapper video {
  width: 100%;
  height: 100%;
}

.dropify-wrapper img {
  width: 100%;
  height: 100%;
}

.chat-upload .item-list .active .dropify-wrapper {
  border: 2px solid #eceff1;
}

.chat-upload .item-list .item .btn-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  color: #e0e0e0;
}

.chat-upload .item-list .item:hover .btn-remove {
  display: block;
}

.chat-upload .item-list .item:hover .drape {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.btn-download {
  position: absolute;
  top: -13px;
  background-color: #eceff1;
  border-radius: 60px;
  padding: 3px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.btn-download.right {
  right: -13px;
}

.btn-download.left {
  left: -13px;
}

/*
.chat-application .app-chat .chat-content .chat-content-area .chat-header .chat-text .chat-media {

} */

.attached {
  position: relative;
}

.attached input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.image audio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image span > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropify-wrapper span > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar-left,
.chat-content-area,
.sidebar-right {
  background-color: #ffffff;
  border-radius: 15px;
}
.item-message {
  position: relative;
  min-height: 90px;
}
.item-message > div {
  padding: 0.25em;
}
.item-message.unread > div {
  background-color: #f2f6ff;
  border-radius: 15px;
}
.item-message.active::before {
  content: '';
  height: 100%;
  width: 8px;
  background-color: #2059f2;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0 15px 15px 0;
}
.btn-tag {
  background-color: #8338eb;
  border-radius: 20px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 14px;
  text-align: center;
  box-shadow: none;
  padding: 0.5em 1em;
  box-shadow: none;
}
.add-tag {
  background-color: transparent;
  border: 1px dashed #92929e;
  color: #92929e;
}
.icon-trash {
  top: 6px;
  right: -13px;
  color: #92929d;
  position: absolute;
  font-size: 28px !important;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #673ab7;
  color: white;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-right-content {
  position: relative;
  height: -webkit-calc(100vh - 201px);
  height: -moz-calc(100vh - 201px);
  height: calc(100vh - 201px);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-height: 720px) {
  .chat-application .app-chat .chat-content .sidebar .sidebar-right-content {
    height: -webkit-calc(100vh - 171px);
    height: -moz-calc(100vh - 171px);
    height: calc(100vh - 171px);
  }
}
.item-message .content-message {
  width: 85%;
}
.item-message .ball {
  background-color: #25d366;
  border-radius: 12px;
  width: 28px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: white;
  position: absolute;
  right: 0px;
  top: 20px;
}
.item-message .vacant {
  background-color: #ffb446;
  border-radius: 12px;
  width: 70px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  color: white;
  position: absolute;
  right: 0px;
  top: 45px;
}

.search-string-on-group {
  height: 80px;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 30px;
  color: #009688;
  padding-left: 10px;
  font-size: medium;
}
.ball-status {
  position: relative;
}
.ball-status img {
  border: 1px solid #f1f1f6;
  vertical-align: middle;
  border-radius: 50%;
}

.ball-status:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 3px;
  border: 1px solid #f1f1f6;
}
.sidebar-right .ball-status:after {
  width: 10px;
  height: 10px;
}

.ball-status.online:after {
  background-color: #4caf50;
}

.ball-status.offline:after {
  background-color: red;
}

.ball-status.New:after {
  background-color: #f5ca00;
}

.ball-status.Open:after {
  background-color: #e82a2a;
}

.ball-status.Solved:after {
  background-color: #828282;
}

.ball-status.Pending:after {
  background-color: #59bbe0;
}

.ball-status.Expired:after {
  background-color: #0d2c6d;
}

.sidebar.information p {
  line-height: 34px;
  font-size: 14px;
}
.sidebar.tags button {
  font-size: 11px;
}
.app-chat .card.card-default.fixed-width.ChatLayout-m0-13 {
  padding: 0.5em;
  box-shadow: none;
  height: 100%;
}

.conversations-item-text {
  font-size: 12px;
  color: gray;
}
.conversations-item-text.trimmed {
  margin-bottom: 5px;
}
