svg {
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.notification-dropdown > .nav-link{
  margin-top: 13px;
}
.dev-message-notify-count {
    background: #66be8f;
    min-width: 25px;
    min-height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 20px;
    font-size: 14px;
}
.box-text-links{
  font-size: 14px;
}
.register-form-box{
  font-size: 14px;
}
.box-reset-icon{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-reset-icon i{
  font-size: 35px;
  color: #3e5da4;
  display: flex;
  align-self: center;
}

/*Loader*/
.jq-toast-loader{
  border-radius: 0px;
}
.jq-toast-single{
  border-radius: 0px; 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

a{
  color: #535353;
}

a:hover{
  text-decoration: none;
  color:#535353;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  padding-left: 3px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

/* commmon style */
body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Roboto", sans-serif;
}

.container-fluid {
  max-width: 1920px;
}

img {
  max-width: 100%;
}
.login-outer-wraper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  background: #9a9a9a;
  color: #575757;
  /*padding: 0px 15px;*/
}
.loginbox {
  display: flex;
  background: #fff;
  width: 100%;
  border-top: 10px solid rgb(107, 165, 134);
  height: auto;
      min-height: 100vh;
}
.login-outer-wraper .loginbox .reg-login-form {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
}
.error-message {
  font-size: 13px;
  color:#c50000;
  font-weight: 500;
  bottom: 0;
}

.custom-form-group label {
  font-size: 14px;
  color: #000000;
  /* font-weight: 500; */
  margin-bottom: 1px;
  opacity: 0.8;
}

input.form-control,
select.form-control {
  border-radius: 2px!important;
  height: calc(2.5rem + 2px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
}

input.form-control:focus,
select.form-control:focus {
  box-shadow: none;
  border-color: #6884c3;
}

.error input,
.error select {
  border-color: #FF0000;
}

.btn-submit {
  background-color: #6884C3;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

.btn-register {
  background: #6BA586;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

.btn-submit:hover {
  background:#3e5da4;
}

.btn-register:hover {
  background:#569774;
}

.btn-submit:focus,
.btn-register:focus {
  outline: none;
  box-shadow: none;
}

.forgot-password,
.forgot-password:hover {
  color: #575757;
  text-decoration: underline;
}

.register-link,
.register-link:hover {
  color:#6BA586;
  text-decoration: none;
}

.reset-password-heading {
  color: #575757;
  font-size: 24px;
  font-weight: 100;
  margin-top: 30px;
}

.box-submit-code .btn-submit{
  width:100%;
}
.box-resend-code{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.info-grey-box {
  padding:20px 20px;
  background: #f9f9f9;
  border:solid thin #ccc;
  margin-bottom: 35px;
}

.info-grey-box p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}

.info-grey-box p:last-child {
  margin-bottom: 0px;
}

.resend-code-link,
.resend-code-link:hover {
  color: #6783c3 !important;
  border-bottom: dashed 1px;
  text-decoration: none;
}

/* header */
header {
  background: #fff;
  /* border-bottom: 1px solid #c8c8c8; */
  padding: 3px 0;
  height: 70px;
  box-shadow: 0 0 10px #dedede;
}

.header-left {
  width: 150px;
  padding-right: 10px;
}

.header-right {
  width: calc(100% - 150px);
}

.logo-container {
  width: 130px;
}

.logo-container > a > img {
  width: 100%;
}

.inner-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.custom-navbar > .navbar-nav {
  align-items: center;
}

.custom-navbar > .navbar-nav > li > a {
  display: flex;
  align-items: center;
  color: #656565;
  font-size: 18px;
  position: relative;
}

.custom-navbar > .navbar-nav > li > a > i {
  font-size: 25px;
}

.custom-navbar > .navbar-nav > li > a .notify-count {
  background: #66be8f;
  min-width: 25px;
  min-height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: -3px;
  right: 0;
  font-size: 14px;
}

.custom-navbar > .navbar-nav > li {
  padding: 0 10px;
}

.custom-navbar > .navbar-nav > li:last-child {
  padding-right: 0;
}

.custom-navbar .dropdown-menu {
  right: 0;
  left: auto;
  right: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.custom-navbar .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
}

.custom-navbar .user-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.custom-navbar .language-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
}

.custom-navbar .language-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.custom-navbar .user-img:after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 100%;
  /* background: #6fdd00; */
  position: absolute;
  bottom: 0;
  right: 0;
}
.custom-navbar .user-img.online:after {
  background-color: #6fdd00;
}

.custom-navbar .user-img.busy:after {
  background-color: #ff0000;
}

.custom-navbar .user-img.absent:after {
  background-color: #ff8913;
}

.custom-navbar .user-img.invisible-status:after {
  border: 1px solid #827f7f;
  background-color:#fff;
}

.project-title-btn {
  background: #fff;
  border: 2px solid #c6c6c7;
  border-radius: 6px;
  color: #656565;
  min-width: 200px;
  height: 40px;
  cursor: pointer;
  margin-right: 20%;
  padding:7px 10px;
  line-height: 23px;
}

.project-title-btn:focus {
  outline: none;
}

/* body part */
.chat-page-wraper {
  /* height: 85%; */
  display: flex;
  /* height: calc(93vh - 70px);
  padding-bottom: 110px; */
  /* align-items: stretch;
  position: absolute;
  top: 60px; */
  width: 100%;
}

.conversation-box.activeChat{
    display: flex;
    align-items: stretch;
    position: absolute;
    width: 100%;
}

.chat-page-left-menu-container {
  height: 100%;
  width: 300px;
  /* background: #666; */
}

.chat-right-section {
  width: 385px;
  /* background: #f2f2f2; */
  padding-left: 15px;
}

.chat-middle-section {
  /* flex-grow: 1; */
  background: #f2f2f2;
  position: relative;
  /* padding-bottom: 70px; */
  /* padding-top: 46px; */
  width: calc(100% - 609px);
}
.chat-middle-section .conversation-box {
    height: 100%;
}
/* left panel menu */
.menu-img-sec {
  width: 70px;
}

.menu-name-sec {
  width: calc(100% - 70px);
}

.menu-user-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
}

.menu-img-sec figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
  margin: 0;
}

.menu-img-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.menu-name-sec article .name {
  font-weight: 600;
}

.menu-name-sec article .user-type {
  font-size: 14px;
  color: #c6c6c7;
}

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu {
  height: calc(100% - 90px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-menu > li {
  padding: 3px 0;
}

.sidebar-menu > li > a {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 18px;
  color: #656565;
}

.sidebar-menu > li > a > i {
  font-size: 30px;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li > a.active {
  text-decoration: none;
  background: #6884c3;
  color: #fff;
}

.header-options {
  /* display: flex; */
}

.header-options li {
  padding: 5px 8px;
  float: left;
    width: 33.33%;
    white-space: nowrap;
    overflow: hidden;
}

.header-options li button {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #989898;
  width: 100%;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.header-options li button i {
  font-size: 35px;
}

.header-options li button:hover,
.header-options li button.active {
  color: #6884c3;
}

.search-box {
  display: flex;
  align-items: center;
  background: #575757;
  height: 40px;
  padding: 0 15px;
  margin-right: 15px;
  color: #fff;
}

.search-box span i {
  font-size: 30px;
  top: 4px;
  position: relative;
}

.search-box > input {
  border: none;
  height: 100%;
  background: transparent;
  flex-grow: 1;
  color: #fff;
  padding-left: 10px;
}

.search-box > input:focus {
  outline: none;
}

.search-box > input::placeholder {
  color: #bbb8b8;
}

.search-box > input::-moz-placeholder {
  color: #bbb8b8;
}

.search-box > input::-webkit-placeholder {
  color: #bbb8b8;
}

.chat-contact-header {
  height: 120px;
  padding-top: 11px;
}

.chat-contact-listing {
  /* height: calc(100% - 120px); */
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.custom-tab-content-container {
  /* height: 100%; */
  height: calc(100% - 100px);
}

.chat-contact-listing li a {
  display: flex;
  position: relative;
  padding: 5px 10px;
  /* border-bottom: 1px solid #e5e5e5; */
  min-height: 75px;
  align-items: center;
  color: #575757;
  text-decoration: none;
}

.chat-contact-listing li a:hover {
  background: #f5f5f5;
}

.chat-contact-listing li a .chat-user-img {
  width: 60px;
  position: relative;
}

.chat-contact-listing li a .chat-user-details {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.chat-contact-listing li a .chat-user-img span {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #d4d4d4;
  /* background-color: #ecb100; */
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
}
.chat-contact-listing li a .chat-user-img span img{
  width:100%;
  height:100%;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  object-fit: cover;
}

.chat-contact-listing li a .chat-user-img span:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.chat-contact-listing li a .chat-user-img span.group-image {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 0;
}

.chat-contact-listing li a .unread-chat {
  background: #66be8f;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: calc(50% - 15px);
  right: 20px;
}

.blue-bg {
  background-color: #829CC3 !important;
}

.yellow-bg {
  background-color: #D2D377 !important;
}

.oil-bg {
  background-color: #C38F8F !important;
}

.dark-green-bg {
  background-color: #eebb5e !important;
}

.chat-contact-listing li.online a .chat-user-img span:after {
  background: #6fdd00;
  display: block;
}
.chat-contact-listing li.invisible-status a .chat-user-img span:after {
  background: #fff;
    display: block;
  border:1px solid #575757;
}
.chat-contact-listing li.absent a .chat-user-img span:after {
  background: #ff8913;
  display: block;
}

.chat-contact-listing li.busy a .chat-user-img span:after {
  background: #ff0000;
  display: block;
}

.chat-contact-listing li a .chat-user-details .chat-user-name {
  font-size: 16px;
  /* font-weight: 600; */
  margin-bottom: 0;
}

.chat-contact-listing li.online a .chat-user-details p {
  color: #6fdd00;
}

.chat-contact-listing li.absent a .chat-user-details p {
  color: #ff8913;
}

.chat-contact-listing li.busy a .chat-user-details p {
  color: #ff0000;
}

/* 17_10_2019 */
.conversation-user > span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  /* background-color: #2f55ad; */
  background-color: #535353;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}

.conversation-button {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #535353;
  /* font-size: 25px; */
  margin-top: 0px !important;
}

/* .conversation-button i,.conversation-button svg {
  font-size: 30px;
  margin-right: 10px;
  line-height: 1.1;
} */

#chat-add-group-btn{
  margin-top: 2px;
}

.conversation-header-menu li {
  display: inline-block;
    padding: 0 7px;
    vertical-align: middle;
}

.conversation-user {
  display: flex;
  align-items: center;
  position: relative;
  /* top: -8px; */
}
.live-chat-image {
  width:35px;
  height:35px;
  border-radius: 100%;
  overflow: hidden;
  margin-right:15px;
}
.live-chat-image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.conversation-header-menu {
  padding: 5px 0px !important;
  padding-top: 6px;
}

.conversation-header-menu li button img {
  height: 25px;
}

.conversation-header {
  background: #d9d9d9;
  padding: 0px 5px 0 5px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.clear-btn {
  border: none;
  border-radius: 50%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #535353;
  width: 35px;
  height: 35px;
}

.clear-btn i {
  color: #b2b2b2;
}

.action-btn-container {
  display: flex;
  height: 40px;
  border: 1px solid #e5e5e5;
  width: calc(100% - 60px);
  align-items: center;
  position: relative;
}

.border-right {
  border-right: 1px solid #e5e5e5;
  height: 100%;
  display: flex;
  align-items: center;
  width: 48px;
  justify-content: center;
}

.attached-emoji {
  height: 100%;
  display: flex;
  align-items: center;
  width: 48px;
  justify-content: center;
}

.chat-send-btn {
  background: #66be8f;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* position: absolute; */
  /* bottom: -9px; */
  /* right: 0; */
  border: none;
  margin: auto;
  box-shadow: 0px 2px 6px 0px #a09d9d;
}
.chat-send-btn span.uploading-percent {
    font-size: 10px;
}

.send {
  width: 60px;
  text-align: center;
  position: absolute;
  right: -60px;
  top: 0;
}
.send .image.btn-group {
  position: absolute;
  left: -32px;
  z-index: 9998;
}
.type {
  width: calc(100% - 143px);
  flex-grow: 1;
  height: 100%;
  display: flex;
  line-height: 35px;
}

.type > input, .type > textarea {
  height: 100%;
  width: calc(100% - 46px);
  border: none;
  padding: 7px 15px;
  resize:none;
  overflow: hidden;
  line-height: 16px;
}

.type > input:focus, .type > textarea:focus {
  outline: none;
  box-shadow: none;
}
.type .dropdown-toggle:after{
  display: none;
}
.chat-action-bar {
  background: #fff;
  padding: 15px 0;
  padding-left: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.conversation-chat-listing {
  height: 100%;
  padding: 46px 0 70px 0;
  position: relative;
}

.conversation-chat-listing .msg-box-loader {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 75px;
    /* background-color: rgba(0, 0, 0, 0.02); */
    z-index: 999;
    display: flex;
}
.conversation-chat-listing .msg-box-loader span {
    position: relative;
    /* left: 10px; */
    /* right: auto; */
    margin: auto;
    bottom: 0;
    top: 5px;
    background-color: #FFF;
    /* color: #FFFFFF; */
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 5px;
}
.live-chat-list {
  padding: 15px 25px;
}

.live-chat-list .chat-date {
  text-align: center;
  z-index: 0;
}

.live-chat-list .chat-date span {
  display: inline-block;
  background: #66be8f;
  padding: 3px 10px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.live-chat-list .chat {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.live-chat-list .chat .chat-text {
  width: calc(100% - 100px);
  /* min-height: 96px;
    background: #d5dbe8;
    padding: 12px;
    position: relative;
    margin:5px 0; */
}

.live-chat-list .chat .chat-text .chat-text-inner {
  background: #d5dbe8;
  padding: 12px;
  position: relative;
  margin: 5px 0;
  width: 100%;
  margin-bottom: 10px;
}

.live-chat-list .chat .chat-text .chat-text-inner:last-child {
  margin-bottom: 0;
}

.live-chat-list .chat .chat-user-img {
  width: 100px;
  /* text-align: right; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}

.live-chat-list .chat .chat-user-img .user-icon {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  /* background-color: #2f55ad; */
  background-color: #d4d4d4;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
}

.live-chat-list .chat .chat-text .sender-name {
  font-size: 15px;
}

.live-chat-list .chat .chat-text .sender-msg {
  margin: 0px 0 8px 0;
  font-size: 14px;
  line-height: 17px;
  color: #575757;
  overflow-wrap: break-word;
}

.live-chat-list .chat .chat-text img {
  width: 100%;
  float: right;
  max-width:200px;
}

.live-chat-list .chat .chat-text p:last-child {
  margin-bottom: 0;
}

.live-chat-list .chat .chat-text .chat-time {
  position: absolute;
  right: -30px;
  top: 4px;
  font-size: 14px;
  color: #575757;
}

.live-chat-list .chat.me {
  flex-direction: row-reverse;
}

.live-chat-list .chat.me .chat-text .chat-text-inner {
  background: #fff;
  min-height: 50px;
}

.live-chat-list .chat.me .chat-user-img {
  justify-content: flex-start;
      /* justify-content: center; */
      align-items: flex-end;
      padding-top: 12px;
}

.live-chat-list .chat .chat-user-img .chat-more-btn {
  display: block;
  opacity: 0;
}

.live-chat-list .chat .chat-user-img .width-100 {
  width: 100%;
  padding-left: 25px;
}

.live-chat-list .chat .chat-user-img .chat-more-btn i {
  font-size: 27px;
}

.live-chat-list .chat:hover .chat-user-img .chat-more-btn {
  display: block;
  opacity: 1;
}

.live-chat-list .chat .chat-text .chat-time svg.seen-symbol {
  color: #66be8f;
  font-size: 17px;
  margin-left: 6px;
  position: relative;
  top: 3px;
  display: none;
}

.live-chat-list .chat .chat-text .chat-time svg.seen-symbol.seen {
  display: inline-block !important;
}

/* footer */
footer {
  border-top: 1px solid #c8c8c8;
  background-color: #eeeeee;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  height: 110px;
}

.footer-menu {
  display: flex;
  align-items: flex-start;
}

.footer-menu .itm-div {
  flex-grow: 1;
  max-width: 130px;
  height: 100%;
}

.footer-menu .itm-div a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #656565;
  text-decoration: none;
  padding: 15px 5px 10px 5px;
  font-size: 14px;
  height: 100%;
  min-width: 120px;
}

.footer-menu .itm-div a span {
  width: 100%;
  text-align: center;
  height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-menu .itm-div a span.icon i {
  font-size: 35px;
  color: #535353;
}

.footer-menu .itm-div a:hover,
.footer-menu .itm-div a.active {
  background: #6884c3;
  color: #fff;
}

.footer-menu .itm-div a:hover span.icon i,
.footer-menu .itm-div a.active span.icon i {
  color: #fff;
}

.footer-menu-slider .owl-nav .owl-prev {
  position: absolute;
  top: 21px;
  left: 5px;
}

.footer-menu-slider .owl-nav .owl-next {
  position: absolute;
  top: 21px;
  right: 5px;
}

.footer-menu-slider .owl-nav button span {
  font-size: 46px;
}

/* 22_10_2019 */

.height-100-calc {
  /* height:calc(100% - 120px); */
  height: 100%;
}

.bdr-none-li li a {
  border: none !important;
}

.contact-select-box {
  min-height: 70px;
}

.low-height-ul {
  height: calc(100% - 70px);
}

#chat-group .low-height-ul {
  height: calc(100% - 150px);
}

.select-contact-group {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
}

.select-contact-group > input {
  position: absolute;
  opacity: 0;
}

.select-contact-group > input:checked ~ .chat-user-img span:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #66be8f;
  background-image: url(../images/check-mark-black-outline.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  bottom: -10px;
  right: -4px;
}

.add-group-list-container .chat-contact-listing li a {
  padding: 0;
}

.group-contact-selected-list li {
  padding: 10px 30px 10px 0;
}

.group-contact-selected-list li:last-child {
  padding-right: 0px;
}

.group-contact-selected-list li span {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #ecb100;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
}

.group-contact-selected-list li span button {
  position: absolute;
  background: #fff;
  border: none;
  padding: 0;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  border: 1px solid #575757;
  color: #575757;
  bottom: -6px;
  right: -5px;
}

.group-contact-selected-list li span button i {
  font-size: 16px;
  font-weight: 800;
}

.group-contact-selected-list {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #d9d9d9;
}

.custom-tab-content-container .tab-item {
  display: none;
}

.custom-tab-content-container .tab-item.show {
  display: block;
  padding-bottom: 65px;
}

.add-group-btn {
  display: flex;
  background: #66be8f;
  padding: 3px 10px;
  min-width: 200px;
  color: #fff;
  text-align: center;
  border: none;
  height: 46px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.add-group-btn-container {
  height: 80px;
  box-sizing: border-box;
  display: flex;
}

.chat-right-menu {
  height: 100%;
}

.not-visibility {
  display: none !important;
}

.current-chat-user-info{
  background-color: #FFFFFF;
  -webkit-box-shadow: inset -1px 0px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset -1px 0px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: inset -1px 0px 5px 0px rgba(0, 0, 0, 0.28);
} 
.current-chat-user-info,
.add-group-contact-list {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 10px;
  position: relative;
}
.current-chat-user-info.show-popup-loader,
.add-group-contact-list.show-popup-loader {
  overflow: hidden;
}
.current-chat-user-info.show-popup-loader .dev-popup-loader,
.add-group-contact-list.show-popup-loader .dev-popup-loader {
  display: block;
}
.current-chat-user-info::-webkit-scrollbar{
  display: none;
}

.clearbtn {
  position: absolute;
  left: 0px;
  top: 6px;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
}

.user-info-img {
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #d4d4d4;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  margin: auto;
}

.user-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.user-info-name {
  font-size: 21px;
  color: #656565;
  text-align: center;
  margin-top: 17px;
}

.user-info-status {
  text-align: center;
  font-size: 0px;
  color: #656565;
}

.user-info-status:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #666;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 9px;
}

.user-info-status.online {
  color: #6fdd00;
}

.user-info-status.online:before {
  background-color: #6fdd00;
}

.user-info-status.busy {
  color: #ff0000;
}

.user-info-status.busy:before {
  background-color: #ff0000;
}

.user-info-status.absent {
  color: #ff8913;
}

.user-info-status.absent:before {
  background-color: #ff8913;
}

.user-info-list li > span {
  display: inline-block;
  /* width: 120px; */
  text-align: left;
}

.user-info-list li {
  color: #656565;
  margin-bottom: 10px;
}

.user-info-list li:last-child {
  margin-bottom: 0;
}

.user-accordion {
  margin-top: 25px;
}

.user-accordion .card-header {
  padding: 0;
}

.user-accordion .card-header a {
  background: #6884c3;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 17px;
  border-radius: 3px;
  border: none;
}

.user-accordion .card-header a svg {
  margin-right: 10px;
}

.user-accordion .card-header a svg.open-hide-indicator {
  right: 9px;
  position: absolute;
  top: 17px;
  font-size: 25px;
  transition: all 0.5s;
}

.user-accordion .card-header a[aria-expanded="true"] svg.open-hide-indicator {
  transform: rotate(270deg)!important;
  -webkit-transform: rotate(270deg)!important;
  -moz-transform: rotate(270deg)!important;
  -ms-transform: rotate(270deg)!important;
  -o-transform: rotate(270deg)!important;
  -webkit-transform: r;
}

.user-accordion .card {
  margin-bottom: 3px;
}

.user-accordion .card-body {
  padding: 10px 5px;
}

.user-privecy-menu {
  padding: 10px 20px;
}

.user-privecy-menu li button {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  color: #575757;
  font-size: 17px;
}

.user-privecy-menu li button svg {
  font-size: 22px;
  margin-right: 17px;
}

.user-privecy-menu li {
  margin-bottom: 15px;
}

.user-privecy-menu li:last-child {
  margin-bottom: 0;
}

.user-privecy-menu li .user-block-btn i {
  color: #ff0000;
}

.media-listing li {
  width: 50%;
  padding: 2px;
  height: 150px;
  position: relative;
}

.media-listing li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-listing li a span {
    display: block;
    cursor: pointer;
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 100%;
    object-fit: cover;
}

.media-listing {
  display: flex;
  flex-wrap: wrap;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.user-info-file {
  width: 100%;
  border-collapse: collapse;
}

.user-info-file td {
  color: #a5a2a2;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #e2dfdf;
  font-size: 13px;
}

.user-info-file td.file-image {
  width: 55px;
}

.user-info-file td.date {
  width: 120px;
  text-align: right;
}

.menu-open-btn {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9998;
  display: none;
}

.el-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

/* 11_11_2019 */
.chat-placeholder {
  text-align: center;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.chat-placeholder-text {
  color: #656565;
  font-size: 16px;
  margin: 48px 0;
}

.mini-chat-wraper {
  position: fixed;
  bottom: 109px;
  right: 0;
  display: flex;
  z-index: 2;
}
.mini-chat-wraper .reply-div {
  padding: 10px 30px 10px 10px;
}
.mini-chat-wraper .reply-div .reply-close-btn i {
  font-size: 20px;
}
.mini-chat-window {
  width: 350px;
  height: 400px;
  z-index: 9999999999;
  background: #f2f2f2;
  padding-bottom: 70px;
  position: relative;
  border: 1px solid #a0a0a0;
  margin-left: 25px;
}
.mini-chat-window .conversation-chat-listing {
  padding: 46px 0 0px 0;
}

.mini-chat-window.close {
  display: none;
}

.mini-chat-window .conversation-user label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

/* New css to show online status on minichat */

.conversation-user .dev-user-image:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  /* background: #6fdd00; */
  position: absolute;
  bottom: 0;
  right: 0;
}
.conversation-user .dev-user-image.online:after {
  background-color: #6fdd00;
}

.conversation-user .dev-user-image.busy:after {
  background-color: #ff0000;
}

.conversation-user .dev-user-image.absent:after {
  background-color: #ff8913;
}

.conversation-user .dev-user-image.invisible-status:after {
  border: 1px solid #827f7f;
  background-color:#fff;
}

/* end */

.mini-chat-window .conversation-header {
  z-index: 5;
}

.mini-chat-window .live-chat-list .chat .chat-user-img {
  width: 60px;
  justify-content: flex-start;
}
.mini-chat-window  .dropdown-toggle:after{
  display:none;
}
.mini-chat-window .live-chat-list {
  padding-right: 0;
}

.mini-chat-window .live-chat-list .chat .chat-text {
  width: calc(100% - 60px);
}

/* .mini-chat-window .type {
  max-width: calc(100% - 41px);
} */

/* Mini chat profile Img */
.minichat_img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
}

.middle-chat-inner {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 70px;
  padding-top: 46px;
  height: 100%;
}

.chat-user-img .dropdown-toggle:after {
  display: none;
}

.chat-dropdown {
    min-width: 210px;
    right: 8px !important;
    left: auto !important;
    border: none;
    box-shadow: 0 0 10px #e6e6e6;
    /*transform: translate3d(0px, 30px, 0px) !important;
    -webkit-transform: translate3d(0px, 30px, 0px) !important;
    -moz-transform: translate3d(0px, 30px, 0px) !important;
    -ms-transform: translate3d(0px, 30px, 0px) !important;
    -o-transform: translate3d(0px, 30px, 0px) !important;*/
}
.chat-dropdown.receiver-dropdown{
  right:auto !important;
  left: 0 !important;
}
.reply-div {
  height: 85px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 6;
  background: #fff;
  bottom: 70px;
  padding: 10px 60px 10px 0;
}

.reply-inner {
  border-radius: 5px;
  background: #d5dbe8;
  padding: 10px;
}
.reply-inner p {
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reply-inner .sender-name {
  font-size: 15px;
}

.reply-inner .sender-msg {
  font-size: 14px;
  line-height: 17px;
  color: #575757;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.reply-inner i.fa {
    font-size: 10px;
    color: #707786;
}

.reply-close-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
}

.custom-navbar > .navbar-nav > li > .large-icon i {
  font-size: 41px;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.switch-admin-btn {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border: none;
  background: #6884c3;
  color: #fff;
  width: 100%;
  max-width: 251px;
  justify-content: center;
  height: 52px;
  margin: auto;
  font-size: 18px;
}

.switch-admin-btn i {
  margin-right: 20px;
  font-size: 40px;
}

.profile-right {
  background-color: #f0f0f0;
  width: calc(100% - 300px);
}

.profile-wraper {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100vh;
  height: auto;
}

.profile-wraper .menu-user-sec {
  padding-left: 15px;
}

.profile-right-block-wrap {
  padding: 30px 25px;
  width: 50%;
}

.profile-block {
  background: #fff;
  border: 1px solid #c8c8c8;
  min-height: 350px;
  height: 100%;
  padding-bottom: 35px;
}

.block-header {
  background-color: #6ba586;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  padding: 15px;
}

.block-header h3 {
  font-size: 18px;
  font-weight: 100;
}

.profile-block-body {
  padding: 20px 15px 15px 15px;
}

.profile-info-list li {
  display: flex;
  align-items: center;
  padding-bottom: 26px;
  position: relative;
}

.profile-info-list li label {
  margin: 0;
  width: 180px;
  font-size: 16px;
  color: #989898;
}

.profile-info-list li input,
.profile-info-list li select {
  width: calc(100% - 180px);
  height: 45px;
  padding: 8px;
  font-size: 16px;
  color: #343434;
  border: 1px solid #c8c8c8;
}

.profile-info-list li input:focus,
.profile-info-list li select:focus {
  border: 1px solid #6884c3;
  box-shadow: none;
  outline: none;
}

.profile-info-list li input:disabled,
.profile-info-list li select:disabled {
  background-color: #cccccc;
}

.profile-info-box {
  display: flex;
  flex-wrap: wrap;
}

.bordered-input {
  border: 1px solid #c8c8c8;
}

.profile-info-wraper {
  display: flex;
  flex-wrap: wrap;
}

.profile-image {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 200px;
}

.profile-image .profile-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: 3px 2px 3px #d6d6d6;
  position: relative;
}

.profile-image .profile-img.user-pro-img .edit-ico {
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}
.profile-image .profile-img.user-pro-img .edit-ico span {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    top: 45%;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.profile-image .profile-img:hover > .edit-ico{
  display: block;
}

.profile-image .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
}

.profile-info-wraper .profile-info-list li label {
  width: 154px;
}

.profile-info-wraper .profile-info-list li b {
  width: calc(100% - 154px);
  color: #343434;
  word-break: break-all;
}

.user-dropdown a:after {
  display: none;
}

.logout-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  justify-content: space-between;
  padding-right: 22px;
  font-size: 18px;
  color: #989898;
  border-bottom: 1px solid #e8e2e2;
  padding-bottom: 10px;
}

.status-listing li {
  padding: 10px 20px 5px 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #827f7f;
}

.status-listing li .status-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.status-listing li .status-box.online {
  background-color: #6fdd00;
}

.status-listing li .status-box.busy {
  background-color: #ff0000;
}

.status-listing li .status-box.absent {
  background-color: #ff8913;
}

.status-listing li .status-box.invisible-status {
  border: 1px solid #827f7f;
}

.status-label {
  color: #827f7f;
  margin: 10px 0;
  text-align: center;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-inherit {
  position: inherit;
}
form.profile-page-form li .error-message {
  position: absolute;
  bottom: 5px;
  left: 180px;
}
.el-hidden {
  display: none !important;
}
.el-disabled {
  pointer-events: none;
}
.el-show {
  display: block !important;
}
.overflow-hidden {
  overflow: hidden;
}

.dev-popup-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #d9d9d9;
    z-index: 9;
    display: none;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
  width:470px;
}
.jconfirm-buttons{
  display: flex;
  width:100%;
}
.jconfirm-buttons button.btn{
  height:40px;
}
.jconfirm-buttons button.btn:first-child{
  background-color: inherit!important;
  border: solid thin #ea5a5a;
  color:#ea5a5a!important;
  font-size:14px!important;
  text-transform: capitalize!important;
  font-weight: normal!important;
  margin-right: 5px;
}
.jconfirm-buttons button.btn:first-child:hover{
  background-color: #ea5a5a!important;
  color:#ffffff!important;
}
.jconfirm-buttons button.btn:nth-child(2){
  background-color: #ea5a5a!important;
  border: solid thin #ea5a5a;
  color:#ffffff!important;
  font-size:14px!important;
  text-transform: capitalize!important;
  font-weight: normal!important;
  margin-left: 5px;
}
.jconfirm-buttons button.btn:nth-child(2):hover{
  background-color: #c44a4a!important;
  color:#ffffff!important;
}
.jconfirm-buttons button.btn{
    width:50%;
    color: #fff !important;
    background-color: #2f55ad !important;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
  border-radius:0px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{
    background-color: #ef4c4c;
    margin: -17px -15px 20px -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    height: 45px;
    color: #fff;
    font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
  display: flex;
  justify-content: center;
}

.jconfirm-title-c.add-user-title{
  background-color:#6884C3!important;
}

.jconfirm-buttons button.btn.btn-add-user{
  background: #6884C3!important;
  border: thin solid #6884C3!important;
}
.jconfirm-buttons button.btn.btn-add-user:hover{
  background: #5870a7!important;
}


.typing-started{
  position: absolute;
  bottom: 68px;
  /* background: #f2f2f2; */
  background: rgba(102, 190, 143, 0.20);
  padding: 12px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}


/* search contact list */
.search-contact-list-container{
  height:100%;
  overflow: hidden;
  position: relative;
}
.search-contact-list-container .close-chat-info-window{
  left: auto;
  right: 0;
  top: 20px;
}
.search-contact-list-container .close-chat-info-window.popup-btn-done{
  left: 0;
  right: auto;
  top: 20px;
  color: #66be8f;
}
.search-contact {
  font-size: 21px;
  color: #656565;
  text-align: left;
  margin-top: 0;
  white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.search-contact-list-header {
  height: 73px;
}
.search-contact-list {
  height: 100%;
}
.card-body .chat-contact-listing{
  max-height: 340px;
}
.card-body .media-listing{
  max-height: 340px;
overflow-x: hidden;
overflow-y: auto;
}
.sender-msg.attach-file a {
  display: inline-flex;
  align-items: center;
  color: #575757;
}
.sender-msg.file-reply img{
  width:50px;
  max-height:30px;
}
.sender-msg p code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
    background-color: hsla(0,0%,78%,.3);
    padding: .15em;
    border-radius: 2px;
}
.sender-msg p span.mention {
    background: rgba(153, 0, 48, 0.1);
    color: #990030;
    padding: 2px;
    border-radius: 2px;
}
.live-chat-list .chat .chat-text .msg-reply,
.live-chat-list .chat .chat-text .msg-forward {
    /* border-bottom: 1px solid rgba(158, 158, 158, 0.38); */
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.live-chat-list .chat .chat-text .msg-reply {
  cursor: pointer;
}
.live-chat-list .chat .chat-text .msg-reply .reply-btm,
.live-chat-list .chat .chat-text .msg-forward .reply-btm{
    font-size: 13px;
    margin-left: 15px;
}
.live-chat-list .chat .chat-text .msg-reply .reply-txt-msg,
.live-chat-list .chat .chat-text .msg-forward .reply-txt-msg{
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
  max-width: 100%;
  overflow: hidden;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-txt-msg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-chat-list .chat .chat-text .chat-text-inner .msg-reply i,
.live-chat-list .chat .chat-text .chat-text-inner .msg-forward i {
  font-size: 12px;
  color: #707786;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-txt-msg span img.reply-img{
  width: 50px;
  float: left;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-file-ioc {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-file-ioc span i {
    font-size: 15px;
}
.dev-chat-action-form .action-btn-container button.clear-btn.dropdown-toggle:after {
    display: none;
}
.chat-emoji-container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.chat-emoji-container ul li {
    width: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.chat-full-page .chat-emoji-container{
  transform: translate3d(-100px, -202px, 0px)!important;
}
.close-right-panel {
  display: none;
}
.mobile-status{
  display: none;
}

.mobile-status span.status-txt:first-letter {
    text-transform: uppercase;
}
/* forward pop up */
.forward-pop-up{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.forward-pop-up.open{
  display: block;
  z-index: 9999;
}
.forward-inner-box{
  width:100%;
  max-width:550px;
  background-color: #fff;
  margin: auto;
  margin-top:75px;
  min-height:150px;
}
.pop-up-header{
  padding:10px;
  border-bottom:1px solid #c8c8c8;
  position: relative;
}
.pop-up-header .pop-up-close-btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 4px;
  height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.pop-up-header .forward-send-btn.float-right {
  border: none;
  background: #66be8f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  min-width: 111px;
  position: relative;
  z-index: 3;
}
.pop-up-header .forward-send-btn[disabled] {
    cursor: not-allowed;
    background: #8ec4a7;
}
.pop-up-header .forward-msg-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}
.forward-msg-box{
  background-color: #eff0f1;
  padding:8px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}
.pop-up-content-area{
  padding:10px;
}
.quote-msg .share-content{
  margin: 0;
  font-size: 14px;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707786;
}
.quote-msg .share-content img {
    height: 75px;
    width: auto;
    border-radius: 3px;
}
.quote-msg{
  border-bottom: 1px solid #9e9b9b;
  padding-bottom: 8px;
  margin-bottom: 5px;
  position: relative;
}
.quote-msg i{
  position: absolute;
  font-size: 12px;
  left: 0;
  color: #707786;
}
.forward-msg-box .forward-msg-input {
  width: 100%;
  padding: 5px;
  background: transparent;
  border: none;
  color: #707786;
}
.forward-msg-box .forward-msg-input:focus{
  outline: none;
}
.search-pop-up-box{
 position: relative;
}
.search-pop-up-box .close-btn{
  position: absolute;
  right: 10px;
  opacity:0;
}
.search-pop-up-box .search-box {
  height: 60px;
  width:100%;
}
.suggest-contact {
  position: relative;
}
.suggest-contact .chat-contact-listing{
  min-height: 100px;
  max-height: 370px;
  overflow-x: hidden;
}
.suggest-contact .chat-contact-listing .indv-send-btn{
  border: none;
  background: #66be8f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  min-width: 111px;
  position: absolute;
  z-index: 3;
  right: 10px;
}
.suggest-contact .chat-contact-listing .indv-send-btn.done {
    color: #66be8f;
    background: #ffffff;
    border: 2px solid #66be8f;
    pointer-events: none;
}
.suggest-contact .chat-contact-listing .indv-send-btn.done:before {
    content: "\2713";
    margin-right: 10px;
    color: #66be8f;
}
.suggested{
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  margin: 0;
}
.suggest-contact p.api-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    background-color: #eff0f1;
}
.suggest-contact p.api-loading span{
  margin:auto;
}
.border-bottom {
    border-bottom: 1px solid rgba(158, 158, 158, 0.38);
}

.onerror-image{
  display: flex;
      align-items: center;
      justify-content: center;
      background:#2f55ad;
      color:#fff;
}

/*--------------------------------------- 2019-12-30 -------------------------- */
.voice-call-container, .video-call-container, .calling-screen-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.chat-incomming-container{
  height: 100vh;
  background-image: radial-gradient(circle, #fff, #65657c);
}
.chat-btn-container{
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  height: 180px;
  background-color: transparent;
}
.chat-action-btn{
  background: #32323a;
    border: none;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-action-btn-list {
  display: flex;
  justify-content: center;
}
.chat-action-btn-list li{
  margin: 0 8px;
}
.chat-reject-btn{
  background: #a53a40;
    border: none;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.chat-accept-btn{
  background: green;
  border: none;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-incoming-section{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 180px;
  background: rgba(0,0,0,0.2);
  padding-top: 110px;
}
.user-image-section{
  width: 170px;
  height: 170px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  border:2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 35px;
}
.user-image-section:after{
  content:"";
  width: 170px;
  height: 170px;
  position: absolute;
  left:0;
  top:0;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  animation: play 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.user-image{
  width: 130px;
  height: 130px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  text-transform: uppercase;
  color:#fff;
  z-index: 1;
  overflow: hidden;
}
.user-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-image-box{
  width: 100px;
  height: 100px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  text-transform: uppercase;
  color:#fff;
  position: absolute;
  z-index: 0;
  margin-left: 11px;
  margin-top: 10px;
}
.caller-name {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 2px #666;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}
.group-contact-list .group-contact-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #666;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.group-contact-list .group-contact-image img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.group-contact-list .group-contact-image .mute-btn {
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-contact-list li{
  max-width:70px;
  margin: 0 5px;
}
.group-contact-list label{
  margin: 0;
  max-width:120px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  width:100%;
  text-align: center;
  color:#fff;
}

.group-contact {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}
.group-contact-list {
  display: flex;
  justify-content: center;
}
.chat-action-btn-list .reject-btn{
  background: #a53a40;
  border: none;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes play {

  0% {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
}
  15% {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  25% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  25% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
  }

}

.incoming-call-pop-up{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.incoming-call-pop-up.open{
  display: flex;
}
.pop-up-box-inner{
  width:250px;
  height:375px;
  background-color: #2b2a2a;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}
.caller-image{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px auto;
  background-color: #fff;
  color: #2f55ad;
  font-size: 42px;
  overflow: hidden;
}
.caller-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------------- 2019-12-31 -------------------------- */
.OT_edge-bar-item {
  display: none !important;
}
.subscriber-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* display: none; */
  background: #fff;
  z-index: 999;
}
.subscriber-container .subscribe-window{

}

.video-call-container .chat-btn-container{
  z-index: 999;
}
.user-info-img.cng-group-img {
    cursor: pointer;
}
.user-info-img.cng-group-img::after {
  content: "";
  background: url('/static/images/photo-camera.png') no-repeat center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  background-color: #6ba586;
  display: flex;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
.dev-uploading-img::after {
    content: "";
    background: url('/static/images/img-upload-loader.gif') no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 50px auto;
    background-color: #607d8b4d;
    border-radius: 100%;
}


/* notification dropdown */
.notification-dropdown a.dropdown-toggle:after{
  display: none;
}
.notification-dropdown .notify-dropdown-menu{
min-width: 450px;
max-height:350px;
overflow-x: hidden;
overflow-y: auto;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li a {
  min-height: 62px;
  padding: 5px 100px 5px 19px;
  border:none;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li.li-divider{
  height: 1px;
  overflow: hidden;
  background-color: #000;
  margin: 0;
  padding:0;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li a .chat-user-img span {
  width: 40px;
  height: 40px;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li a .chat-user-details .chat-user-name {
  font-size: 14px;
}
.notification-dropdown .notify-dropdown-menu .notify-time {
  position: absolute;
  right: 19px;
  color: #9e9b9b;
}
.notification-dropdown .notify-dropdown-menu .notify-count{
  color: #66be8f;
  margin-left: 20px;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li a .chat-user-img span.group-image {

  top: 4px;
  right: 14px;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li:last-child a{
  border:none;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li.empty-list a {
    padding: 5px 19px 5px 19px !important;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li.empty-list a .chat-user-details {
    width: 100%;
    padding: 0;
}
.notification-dropdown .notify-dropdown-menu .chat-contact-listing li.empty-list a .chat-user-details .chat-user-name{
  text-align: center;
}

.mini-chat-window .file-uploading-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: transparent; */
  background-color: rgba(0, 0, 0, 0.40);
  opacity: 0.7;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-chat-window .file-uploading-loader span {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-style: italic;
}
.mini-chat-window .file-uploading-loader span.upload-percentage.uploading::after {
    content: "\0025";
}


/* 21_01_2020 */
.mini-chat-dropdown{
    min-width: 135px;
}
.mini-chat-dropdown .dropdown-item{
  font-size: 13px;
display: flex;
padding: 5px;
}
.mini-chat-dropdown .dropdown-item i{
  font-size:19px;
}
.chat-checkbox{
  position: relative;
  margin: 0;
}
.chat-checkbox > input{
  position: absolute;
  opacity: 0;
}
.chat-checkbox span.check-mark{
  width: 26px;
  height: 26px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #d4d4d4;
}
.chat-checkbox > input:checked ~ .check-mark{
  width: 26px;
  height: 26px;
  background-color: #66be8f;
  background-image: url(../images/check-mark-black-outline.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #d4d4d4;
}
.live-chat-list .chat .chat-user-img  .chat-checkbox,
.live-chat-list .chat:hover .chat-user-img  .chat-checkbox{
  display: none;
}
.chat-selection .chat .chat-user-img  .chat-checkbox,
.chat-selection .live-chat-list .chat:hover .chat-user-img  .chat-checkbox{
  display: block !important;
  opacity: 1;
  width: 100%;
  /* height: 35px; */
  padding-left: 21px;
}
.chat-selection .chat.me .chat-user-img  .chat-checkbox,
.chat-selection .live-chat-list .chat.me:hover .chat-user-img  .chat-checkbox{
  text-align: right;
  padding-right: 13px;
}
.chat-selection .chat .chat-user-img   .no-selection{
  display: none !important;
}
.selection-action-box {
  background: #eff2f9;
  border-top: 1px solid #bfbebf66;
}

.selection-action-btn-container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.selection-action-btn-container button{
  background-color:transparent;
  border:none;
  padding:0 20px;
}
.selection-action-btn-container button > img{
  width: 20px;
}
.selection-action-btn-container button.disabled img{
  opacity: 0.5;
}
.chat-action-left-box{
  display: inline-flex;
}
.clear-btn.rotate-180 svg{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.chat-action-bar.expand .enlarge-text-window.clear-btn svg{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.chat-action-bar.expand{
  height: 260px;
  padding-top: 0;
}
.chat-action-bar.expand .chat-action-left-box{
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  left: 0;
  right: 0;
}
.chat-action-bar.expand .action-btn-container{
  align-items: flex-start;
  height: 100%;
}
.chat-action-bar.expand .action-btn-container .image{
  align-items: flex-end;
}
.chat-action-bar.expand .action-btn-container .type > input, .chat-action-bar.expand .action-btn-container .type > textarea {
  height: calc(100% - 35px);
  width: 100%;
  border: none;
  padding: 7px 15px;
  resize: none;
  overflow: hidden;
}
.chat-action-bar.expand .send {
  bottom: 0;
  top: auto;
}

/* 22_01_2020 */
/* .doc-upload-process{
  display: flex;
}
.doc-upload-process .loader-container{
  width: 35px;
      overflow: hidden;
      text-align: right;
}
.doc-upload-process .loader-container .circular-progress-loader{
  width: 100%;
}
.doc-upload-process .loader-container svg{
  width: 23px;
}
 .doc-upload-process .sender-msg{
   width:calc(100% - 35px);
 }
.chat-image-container{
  display: inline-block;
position: relative;
}
.chat-image-container > .loader-container{
  position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
    background: rgba(0,0,0,0.5);
}
.chat-image-container > .loader-container > .circular-progress-loader{
  display: flex;
align-items: center;
justify-content: center;
}
.chat-image-container > .loader-container > .circular-progress-loader svg{
      width: 40px;
} */
.chat-remove-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-remove-popup .remove-option-container {
    width: 500px;
    background: #FFF;
}
.remove-option-container .title-header {
    background-color: #ef4c4c;
    height: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.remove-option-container .title-header span {
    color: #fff;
}
.remove-option-container .button-list {
    margin: 15px;
}
.remove-option-container .button-list button.remove-btn {
  display: block;
    width: 60%;
    margin: 10px auto;
    background: transparent;
    padding: 0;
    border: 1px solid #4f4f4f;
    height: 40px;
    color: #4f4f4f;
    border-radius: 5px;
}
.remove-option-container .button-list button.remove-btn:hover {
    color: #fff;
    background: #4f4f4f;
}
.remove-option-container .button-list button.remove-btn.cancel-btn {
    border-color: #ea5a5a;
    color: #ea5a5a;
}
.remove-option-container .button-list button.remove-btn.cancel-btn:hover {
    color: #fff;
    background: #ea5a5a;
}

.reply-div.selection-action-box {
  height: 65px;
  bottom: 10px;
  padding: 10px 30px 10px 0;
}
.reply-div.selection-action-box .reply-close-btn{
  width: 20px;
  height: 20px;
}
.reply-div.selection-action-box .reply-close-btn svg{
  font-size: 18px;
}
.reply-div.selection-action-box .selection-action-btn-container button{
  font-size: 15px;
}
.reply-div.selection-action-box .selection-action-btn-container button > img{
  width: 18px;
}
.chat-text-editor {
    height: 120px;
    width: 100%;
}
.chat-text-editor textarea.dev-chat-editor {
    width: 100%;
    height: 100%;
}

.sender-msg pre {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px;
  background: hsla(0,0%,78%,.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.sender-msg blockquote {
    overflow: hidden;
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.attached-file-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: rgba(0,0,0,.6);
    z-index: 999;
}
.attached-file-container .attached-file-modal {
    width: 80%;
    max-width: 90%;
    min-height: 200px;
    display: block;
    margin: auto;
    background: #FFF;
    border-radius: 5px;
}
.attached-file-modal .dialog-header {
    padding: 16px 24px;
    position: relative;
}
.dialog-header button.dialog-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    color: #606060;
}
.attached-file-modal .dialog-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 10px 24px;
}
.attached-file-modal .dialog-content .attach-files {
    height: 80px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.attached-file-modal .dialog-content .add-file-button button.choose-file-btn {
    position: relative;
    width: inherit;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: inherit;
    overflow: initial;
    padding: 0;
    text-align: initial;
    vertical-align: initial;
    cursor: pointer;
    color: #1264a3;
}
.attached-file-modal .dialog-content .attach-files {
    position: relative;
    height: 100%;
    /* height: 85px; */
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 10px;
}
.attached-file-modal .dialog-content .attach-files .selected-file:not(:last-child){
  margin-right: 12px;
}
.attached-file-modal .dialog-content .attach-files .selected-file{
  position: relative;
  line-height: 0;
  display: inline-block;
}
.attached-file-modal .dialog-content .attach-files .selected-file button{
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
  overflow: initial;
  padding: 0;
  text-align: initial;
  vertical-align: initial;
  cursor: pointer;
}
.attach-files .selected-file button .image_file_thumbnail_container{
  height: 62px;
  width: 62px;
  background-color: #efefef;
  box-shadow: #dddddd;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border-radius: 4px;
}
.attach-files .selected-file button .image_file_thumbnail_container span{
  border-radius: 4px;
  background-repeat: no-repeat;
  transition-duration: .1s;
  transition-property: opacity,box-shadow;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: 50% 50%;
  background-size: cover;
}
.attach-files .selected-file button.remove-file {
  position: absolute;
  display: none;
  right: -5px;
  top: -5px;
}
.attach-files .selected-file:hover button.remove-file{
  display: block;
}
.attach-files .selected-file button.remove-file i {
  font-size: 10px;
  background: #616061;
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
  padding: 1px;
}
.attach-files .selected-file .file-container{
  position: relative;
    min-width: 200px;
    max-width: 600px;
    background: #efefef;
    border: 1px solid rgba(29, 28, 29, 0.1);
    border-radius: 4px;
    overflow: hidden;
    transition-duration: .1s;
    transition-property: border-color,box-shadow;
}

.attach-files .selected-file .file-container .c_file{
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.attach-files .selected-file .file-container .c_file .c_file__header{
  align-items: center;
  width: 184px;
  display: flex;
  outline: none;
}
.attach-files .selected-file .file-container .c_file .c_file__header .c__file_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin-right: 12px;
    align-self: flex-start;
    position: relative;
    font-size: 36px;
    color: #2f55ad;
}
.attach-files .selected-file .file-container .c_file .c_file__header .c__file__description{
  overflow: hidden;
  padding: 5px;
  margin: -5px;
  font-size: 13px;
  line-height: 1.2;
}
.attach-files .selected-file .file-container .c_file .c_file__header .c__file__description span.c__file__title{
  font-size: 10px;
  font-weight: 600;
  padding: 4px 0;
  margin: -4px 0;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #575757;
  white-space: nowrap;
}
.attached-file-modal .dialog-content .text-container {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}
.attached-file-modal .dialog-content .text-container textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border-color: #dddddd;
}
.attached-file-modal .dialog-content .text-container .ck.ck-editor {
  height: 100%;
}
.attached-file-modal .dialog-content .text-container .ck.ck-editor__main {
    height: calc(100% - 39px) !important;
}
.attached-file-modal .dialog-content .text-container .ck.ck-editor__editable[role='textbox'] {
    min-height: 100% !important;
    max-height: 100% !important;
}
.live-chat-list .chat .chat-text .box-area .media-image-box {
  height: 80px;
  width: 80px;
}
.live-chat-list .chat .chat-text .box-area .media-image-box p{
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.live-chat-list .chat .chat-text .box-area .media-image-box img{
  width: 100%;
  border-radius: 20px;
  float: none;
  max-width: 100%;
}

svg.toggle_media-box{
  cursor: pointer !important;
  font-size: 20px;
  margin-top: -14px;
}

svg.toggle_media-box svg{
    line-height: 70px !important;
    font-size: 100px !important;
    color: #66be8f !important;
}
svg.rotate-90{
    transform: rotate(90deg) !important;
}
.media-image-box svg{
    line-height: 100px !important;
    font-size: 100px !important;
    color: #66be8f !important;
}
.live-chat-list .chat .chat-text .box-area {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.live-chat-list .chat .chat-text .box-area .chat-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.live-chat-list .chat .chat-text .box-area .loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.1);
}
.live-chat-list .chat .chat-text .box-area .loader-container .circular-progress-loader {
    width: 60px;
    height: 60px;
}
/* 20-02-2020 */


#profile-image-popup .item {
  text-align: center;
}

.dialog-content .owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 -12px;
}
.dialog-content .owl-carousel .owl-nav{
  display: block !important;
}
#profile-image-popup .owl-prev svg{
  display: block;
}
#profile-image-popup .owl-next svg{
  transform: rotate(180deg);
  display: block;
}
.dialog-content .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #eee;
}

.dialog-content .owl-carousel {
  position: relative;
}

.dialog-content .owl-carousel .owl-next,
.dialog-content .owl-carousel .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  border: 1px solid #ddd;
  text-align: center;
  background: #eee !important;
}

.dialog-content .owl-carousel .owl-prev {
  left: -20px;
}

.dialog-content .owl-carousel .owl-next {
  right: -20px;
}
.attached-file-container .attached-file-modal.custom-modal{
  width: 50%;
  max-width: 50%;
}
/* .custom-modal .attach-files .selected-file button.remove-file{
  right: 0;
  top: 0;
}
.attached-file-modal.custom-modal .dialog-content .attach-files #profile-image-popup .selected-file button{
  width: 100%;
  text-align: right;
}
.attached-file-modal.custom-modal  .dialog-content .attach-files #profile-image-popup .selected-file{
  display: block;
}
.attached-file-modal.custom-modal .attach-files #profile-image-popup  .selected-file .file-container{
  min-width: 100%;
  max-width: 100%;
}
.attach-files #profile-image-popup  .selected-file button .image_file_thumbnail_container{
  height: 60px !important;
  width: 100% !important;
}
.attach-files #profile-image-popup .selected-file button .image_file_thumbnail_container span{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-size: 100% 60px;
} */



.chat-action-bar.expand .action-btn-container{
  width: 100%;
}
.send {
  bottom: 5px;
  top: unset;
}
.chat-action-bar.expand .send{
  right: 0;
  bottom: 5px;
}
/* .chat-action-bar.expand .chat-action-left-box{
  height: 50px;
} */

.chat-action-bar.expand .chat-action-left-box {
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  left: 0;
  right: 0;
  bottom: 0;
}
.action-btn-container {
  height: 50px;
}
/* .chat-action-left-box {
  height: 100%;
} */


.chat-action-bar.expand .chat-action-left-box{
  border: none;
  height: 50px;
}
.live-chat-list .chat .chat-text .media.box-area a.media-hyperlink {
    color: inherit;
    text-decoration: none;
    display: flex;

}

.live-chat-list .chat .chat-text .media-body p{
  width: 130px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .custom_typeing{
  background-color: red !important;
} */

/*.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused{
  border-left: none !important;
  border-right: none !important;
}*/

.custom-type.chat-bubble {
  background-color:#E6F8F1;
  padding: 0px 28px;
  padding-bottom: 20px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;


  background: -moz-linear-gradient(left, rgb(242, 242, 242) 0%, rgb(230, 248, 241) 100%);
  background: -webkit-linear-gradient(left, rgb(242, 242, 242) 0%, rgb(230, 248, 241) 100%);
  background: -o-linear-gradient(left, rgb(242, 242, 242) 0%, rgb(230, 248, 241) 100%);
  background: -ms-linear-gradient(left, rgb(242, 242, 242) 0%, rgb(230, 248, 241) 100%);
  background: linear-gradient(to right, rgb(242, 242, 242, 0) 0%, rgb(230, 248, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=1 );

}
.custom-type .typing {
  align-items: center;
  display: flex;
  height: 17px;
  justify-content: flex-end;
}
.custom-type .typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #66be8f ;
  border-radius: 50%;
  height: 5px;
  margin-right: 4px;
  vertical-align: middle;
  width: 5px;
  display: inline-block;

}
.custom-type .typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.custom-type .typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.custom-type .typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.custom-type .typing .dot:last-child {
  margin-right: 0;
}
.custom-type .type-text{
  font-size: 10px;
  padding-right: 10px;
  color: #212529;
}
.custom-type li{
  padding-top: 10px;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:#6CAD96;
  }
  28% {
    transform: translateY(-7px);
    background-color:#9ECAB9;
  }
  44% {
    transform: translateY(0px);
    background-color: #B5D9CB;
  }
}

table.user-info-file-warpper a{
  text-decoration: none;
}

table.user-info-file-warpper tr:last-child a .user-info-file td {
  border-bottom: none;
}
.live-chat-list .chat .chat-text .box-area .media-image-box {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: flex;
  align-self: flex-start;
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;

}
.live-chat-list .chat .chat-text .box-area .media-image-box.box_images{
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.media-image-box svg {
  font-size: 40px !important;
  line-height: 40px !important;
}
.live-chat-list .chat .chat-text .media-body p {

  padding: 0;
  margin: 0;
}
.live-chat-list .chat .chat-text .media-body p{
  display: flex;
  font-size: 14px;
}

.jq-toast-wrap ul.jq-toast-ul {
  margin-left: 0px !important;
}
.jq-toast-wrap ul.jq-toast-ul li {
  list-style: none !important;
}

input.form-control:focus,
select.form-control:focus {
  box-shadow: none;
  border-color: #6884c3;
}

.error > input,
.error > select {
  border-color: #f11010;
}

.btn-submit:focus,
.btn-register:focus {
  outline: none;
  box-shadow: none;
}

.forgot-password,
.forgot-password:hover {
  color: #575757;
  text-decoration: underline;
}

.reset-password-heading {
  color: #575757;
  font-size: 24px;
  font-weight: 100;
  margin-top: 30px;
}

.info-grey-box p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}

.custom-navbar .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
  color: #FFF;
  font-weight: 600;
}

/* body part */
.main-body {
}

.chat-page-wraper {
  height: 85%;
  display: flex;
  /* height: calc(93vh - 70px);
  padding-bottom: 110px; */
  align-items: stretch;
  position: absolute;
  top: 60px;
  width: 100%;
}

.chat-page-left-menu-container {
  height: 100%;
  width: 300px;
  /* background: #666; */
}

.chat-right-section {
  width: 385px;
  /* background: #f2f2f2; */
  padding-left: 15px;
}

.chat-middle-section {
  /* flex-grow: 1; */
  background: #f2f2f2;
  position: relative;
  /* padding-bottom: 70px; */
  /* padding-top: 46px; */
  width: calc(100% - 609px);
}
.chat-middle-section .conversation-box {
    height: 100%;
}
.box-imgStaff .sidebar-user-img {
  height: 30px;
  width: 30px;
  color: #FFF;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
/* left panel menu */
.menu-img-sec {
  width: 70px;
}

.menu-name-sec {
  width: calc(100% - 70px);
}

.menu-user-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
}

.menu-img-sec figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
  margin: 0;
}

.menu-img-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.menu-name-sec article .name {
  font-weight: 600;
}

.menu-name-sec article .user-type {
  font-size: 14px;
  color: #c6c6c7;
}

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu {
  height: calc(100% - 90px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-menu > li {
  padding: 3px 0;
}

.sidebar-menu > li > a {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 18px;
  color: #656565;
}

.sidebar-menu > li > a > i {
  font-size: 30px;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li > a.active {
  text-decoration: none;
  background: #6884c3;
  color: #fff;
}

.header-options {
  /* display: flex; */
}

.header-options li {
  padding: 5px 8px;
  float: left;
    width: 33.33%;
    white-space: nowrap;
    overflow: hidden;
}

.header-options li button {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #989898;
  width: 100%;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.header-options li button i {
  font-size: 35px;
}

.header-options li button:hover,
.header-options li button.active {
  color: #6884c3;
}

.search-box {
  display: flex;
  align-items: center;
  background: #575757;
  height: 40px;
  padding: 0 15px;
  /* margin-right: 15px; */
  color: #fff;
}

.search-box span i {
  font-size: 30px;
  top: 4px;
  position: relative;
}

.search-box > input {
  border: none;
  height: 100%;
  background: transparent;
  flex-grow: 1;
  color: #fff;
  padding-left: 10px;
}

.search-box > input:focus {
  outline: none;
}

.search-box > input::placeholder {
  color: #bbb8b8;
}

.search-box > input::-moz-placeholder {
  color: #bbb8b8;
}

.search-box > input::-webkit-placeholder {
  color: #bbb8b8;
}

.chat-contact-header {
  height: 120px;
  padding-top: 11px;
}

.chat-contact-listing li a .chat-user-img span:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.chat-contact-listing li a .chat-user-img span.group-image {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 0;
}

.chat-contact-listing li a .unread-chat {
  background: #66be8f;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: calc(50% - 15px);
  right: 20px;
}

.blue-bg {
  background-color: #829CC3 !important;
}

.yellow-bg {
  background-color: #D2D377 !important;
}

.oil-bg {
  background-color: #C38F8F !important;
}

.dark-green-bg {
  background-color: #eebb5e !important;
}

.chat-contact-listing li.online a .chat-user-img span:after {
  background: #6fdd00;
  display: block;
}
.chat-contact-listing li.invisible-status a .chat-user-img span:after {
  background: #fff;
    display: block;
  border:1px solid #575757;
}
.chat-contact-listing li.absent a .chat-user-img span:after {
  background: #ff8913;
  display: block;
}

.chat-contact-listing li.busy a .chat-user-img span:after {
  background: #ff0000;
  display: block;
}

.chat-contact-listing li a .chat-user-details .chat-user-name {
  font-size: 16px;
  margin-bottom: 0;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-contact-listing li.online a .chat-user-details p {
  color: #6fdd00;
}

.chat-contact-listing li.absent a .chat-user-details p {
  color: #ff8913;
}

.chat-contact-listing li.busy a .chat-user-details p {
  color: #ff0000;
}

/* 17_10_2019 */
.conversation-user > span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  /* background-color: #2f55ad; */
  background-color: #535353;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}
.conversation-user > span.None {
  background-color: #C4C4C4;
}

.live-chat-list .chat-member {
  /* line-height: 0.5; */
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.live-chat-list .chat-member span {
  display: inline-block;
  background-color: #a4a4a4;
  color: #FFFFFF;
  padding: 2px 4px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

.live-chat-list .chat-call {
  /* line-height: 0.5; */
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  display: block;
  position: relative;
}

.live-chat-list .chat-call span {
  display: inline-flex;
  background-color: #a4a4a4;
  color: #FFFFFF;
  padding: 2px 4px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  align-items: center;
}

.live-chat-list .chat-call span svg {
    padding-right: 5px;
    font-size: 21px;
}
.live-chat-list .chat-call span svg.ico-green {
  color: #0aa00f;
}
.live-chat-list .chat-call span svg.ico-red {
  color: #d92c2c;
}

/* .live-chat-list .chat-member span:before, .live-chat-list .chat-member span:after { */
.live-chat-list .chat-member:before {
  /* content: ""; */
  position: absolute;
  border-bottom: 1px solid #000;
  top: 50%;
  width: 100%;
  left: 0;
}

.live-chat-list .chat .chat-text {
  width: calc(100% - 100px);
}

.live-chat-list .chat .chat-text .chat-text-inner .font-weight-bold > span.main_name_toggle_inner {
    max-width: calc(100% - 25px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.sender-msg p{
  line-height: 20px;
}
.live-chat-list .chat .sender-msg {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.live-chat-list .chat .chat-text .chat-time svg.error-symbol {
    top: 3px;
    color: red;
    display: none;
    font-size: 20px;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
}
.live-chat-list .chat .chat-text .chat-time svg.error-symbol.error {
  display: inline-block;
}

.reply-div {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 6;
  background: #fff;
  /* bottom: 22%; */
  bottom: 12%;
  padding: 10px 60px 10px 10px;
}

.live-chat-list .chat .chat-text .msg-reply .reply-txt-msg > span.reply-img-cont,
.live-chat-list .chat .chat-text .msg-forward .reply-txt-msg > span.reply-img-cont {
  display: inline-block;
}

.live-chat-list .chat .chat-text .msg-reply div.reply-txt-msg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-chat-list .chat .chat-text .chat-text-inner .msg-reply i,
.live-chat-list .chat .chat-text .chat-text-inner .msg-forward i {
  font-size: 12px;
  color: #707786;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-txt-msg span img.reply-img{
  width: 50px;
  float: left;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-file-ioc {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.live-chat-list .chat .chat-text .msg-reply p.reply-file-ioc span i {
    font-size: 15px;
}
.forward-pop-up.open{
  display: block;
  z-index: 9999;
}
.forward-inner-box{
  width:100%;
  max-width:550px;
  background-color: #fff;
  margin: auto;
  margin-top:75px;
  min-height:150px;
  border-radius: 3px;
}
.pop-up-header{
  padding:10px;
  border-bottom:1px solid #c8c8c8;
  position: relative;
}
.pop-up-header .pop-up-close-btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 4px;
  height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.pop-up-header .forward-send-btn.float-right {
  border: none;
  background: #66be8f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  min-width: 111px;
  position: relative;
  z-index: 3;
}
.pop-up-header .forward-send-btn[disabled] {
    cursor: not-allowed;
    background: #8ec4a7;
}
.pop-up-header .forward-msg-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}

.chat-remove-popup, .chat-del-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-remove-popup .remove-option-container, .chat-del-popup  .remove-option-container {
    width: 500px;
    background: #FFF;
}
.remove-option-container .title-header {
    background-color: #ef4c4c;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    font-size:16px;
}
.chat-del-popup .remove-option-container .title-header {
    background-color: #ef4c4c;
    display: flex;
    text-align: center;
    justify-content: center;
    height: inherit;
    padding: 5px 0;
}
.remove-option-container .title-header span {
    color: #fff;
}
.chat-del-popup .remove-option-container .title-header span {
    color: #fff;
    line-height: 35px;
    align-items: center;
    display: inline-flex;
    font-size: 16px;
}

.remove-option-container .button-list button.remove-btn {
    display: block;
    width: 60%;
    margin: 10px auto;
    background-color: #ea5a5a;
    padding: 0;
    border: 1px solid #ea5a5a;
    height: 40px;
    color: #fff;
    border-radius: 5px;
}
.remove-option-container .button-list button.remove-btn:hover {
    color: #fff;
    background: #c44a4a;
}
.remove-option-container .button-list button.remove-btn[disabled] {
    /* color: #fff; */
    /* background: #4f4f4f; */
    pointer-events: none;
}
.remove-option-container .button-list button.remove-btn.cancel-btn {
  background: transparent;
    border-color: #ea5a5a;
    color: #ea5a5a;
    margin-bottom: 0px;
}
.remove-option-container .button-list button.remove-btn.cancel-btn:hover {
    color: #fff;
    background: #ea5a5a;
}

.attached-file-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    background-color: rgba(0,0,0,.6);
    z-index: 99999;
}
.live-chat-list .chat .chat-text .box-area .media-image-box.attach-file img {
    border-radius: inherit;
}
.attached-file-modal.custom-modal .dialog-content .attach-files #profile-image-popup .selected-file {
  display: block;
}
.attached-file-modal.custom-modal .attach-files #profile-image-popup .selected-file .file-container{
  min-width: 100%;
  max-width: 100%;
  height: 100px;
}
#profile-image-popup .image_file_thumbnail_container{
  height: 100px;
  width: 100px;
  margin: auto;
}

.attach-files #profile-image-popup .selected-file button.remove-file {
  right: 5px;
  top: 5px;
}
.attach-files #profile-image-popup .selected-file button.remove-file.changes {
  right: 25px;
  top: 5px;
}
.attach-files #profile-image-popup .selected-file .file-container .c_file .c_file__header .c__file_icon{
  font-size: 50px;
}
span.item_count{
  color: #212529 !important;
}
.attach-files #profile-image-popup .selected-file .file-container .c_file .c_file__header .c__file__description {
  padding: 10px 0;
  margin: 0;
}
.attach-files #profile-image-popup  .selected-file .file-container .c_file .c_file__header {
  width: 100%;
  display: block;
}
.attach-files #profile-image-popup .selected-file .file-container .c_file .c_file__header.attach-file img {
    width: 50px;
    height: 50px;
    margin: auto;
}
.user-info-file .text_area_u_i{
  display: inline-block;
  width: 140px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.user-info-file{
  border-bottom: 1px solid #e2dfdf;
}
.user-info-file td{
  border: none;
}
table.user-info-file-warpper tr:last-child a .user-info-file {
  border-bottom: none;
}

.reply-content{
  max-height: 50px;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.reply-content img{
height: auto;
width: 50px;
}
.reply-inner .sender-name {
  font-size: 12px;
  margin-bottom: 0;
}


.not-found-container {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.not-found-container.open{
  display: flex;
}
.not-found-container .error-inner {
  position: relative;
  margin: auto;
  width: 30%;
  text-align: -webkit-center;
  height: auto;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.40);
}
.error-image{
	width: 100px;
}

.error-inner h3{
    margin-top: 20px;
    text-align: center;
}
.error-inner p{
	font-size: 15px;
    max-width: 428px;
    text-align: center;
    margin-top: 4px;
}
.nav-profile-image span.sidebar-user-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: relative;
    color: #FFF;
    font-weight: 600;
    box-shadow: 3px 4px 6px 0px #666;
}
.user-info-container .chat-contact-listing li a {
    cursor: default;
}
.user-info-container .chat-user-details .rm-ico {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
}
.rm-ico .btn-clear-all {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #c50000;
}
.user-info-container .chat-user-details .rm-ico .btn-clear-all > i {
  color: red;
  padding: 0;
  margin: 0;
}


.mini-chat-window .live-chat-list .chat .chat-text-inner .media-box-wrapper .col_media_box {
    max-width: 100%;
    flex: inherit;
}
.mini-chat-window .live-chat-list .chat .chat-text-inner .media-box-wrapper .col_media_box .media-body p {
    width: 160px;
    display: block;
}

/* ----------------------------------- Chat-page-slider-popup ------------------------------ */

.cust-slider-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
}

.cust-slider-popup .slider-container {
  position: relative;
  width: 1020px;
  height: 768px;
  /* width: 75%;
  height: 90%; */
  margin: auto;
}

.cust-slider-popup .slider-container .close-btn {
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    background: #FFF;
    border: none;
    color: #117a8b;
    position: absolute;
    right: -12px;
    top: -13px;
    bottom: auto;
    left: auto;
    z-index: 9;
}

.cust-slider-popup .slider-container .close-btn > span {
  padding: 0;
  font-size: 25px;
}

.cust-slider-popup .slider-container .img-slider-container {
    width: 100%;
    height: 640px !important;
    /* border-bottom: 1px solid #FFF; */
    position: relative;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper {
    margin-bottom: 30px;
}

.cust-slider-popup .slider-container .img-slider-container .image-slider {
  width: 100%;
  height: 640px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cust-slider-popup .slider-container .img-slider-container .image-slider.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.cust-slider-popup .slider-container .img-slider-container ul.image-slider > li.lslide{
  /* height: 640px !important; */
  object-fit: cover;
  overflow: hidden;
}

.cust-slider-popup .slider-container .img-slider-container ul.image-slider > li.lslide > img {
  /* max-height: 100%; */
  /* max-width: 100%; */
  margin: auto;
  display: flex;
  /* max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  height: 500px;
  object-fit: contain; */
  height: 640px !important;
  width: 1020px;
}
.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter ul.lSPager.lSGallery > li {
    max-height: 100px;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper .lSAction > a {
    background: #000 !important;
    margin: 0;
    color: #FFF;
    background-image: none;
    padding: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
    opacity: 0.2;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper .lSAction > a:hover {
    opacity: 1;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper .lSAction > a.lSPrev {
  left: 15px;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper .lSAction > a.lSNext {
  right: 15px;
}

.cust-slider-popup .slider-container .img-slider-container .lSSlideOuter .lSSlideWrapper .lSAction > a svg {
    font-size: 35px;
    vertical-align: middle;
}

.info-grey-box p:last-child {
  margin-bottom: 0px;
}

.resend-code-link,
.resend-code-link:hover {
  color: #6783c3 !important;
  border-bottom: solid 1px #6783c3;
  text-decoration: none;
}

.custom-navbar > .navbar-nav > li {
  padding: 0 10px;
}

.custom-navbar > .navbar-nav > li:last-child {
  padding-right: 0;
}

.custom-navbar .dropdown-menu {
  right: 0;
  left: auto;
  /* right: 20px; */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.custom-navbar .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
  color: #FFF;
  font-weight: 600;
}

/* body part */
.main-body {
}

.chat-page-wraper {
  height: 85%;
  display: flex;
  /* height: calc(93vh - 70px);
  padding-bottom: 110px; */
  align-items: stretch;
  position: absolute;
  top: 60px;
  width: 100%;
}

.chat-page-left-menu-container {
  height: 100%;
  width: 300px;
  /* background: #666; */
}

.chat-right-section {
  width: 385px;
  /* background: #f2f2f2; */
  padding-left: 15px;
}

.chat-middle-section {
  /* flex-grow: 1; */
  background: #f2f2f2;
  position: relative;
  /* padding-bottom: 70px; */
  /* padding-top: 46px; */
  width: calc(100% - 609px);
}
.chat-middle-section .conversation-box {
    height: 100%;
}
.box-imgStaff .sidebar-user-img {
  height: 30px;
  width: 30px;
  color: #FFF;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
/* left panel menu */
.menu-img-sec {
  width: 70px;
}

.menu-name-sec {
  width: calc(100% - 70px);
}

.menu-user-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
}

.menu-img-sec figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  box-shadow: 3px 4px 6px 0px #666;
  margin: 0;
}

.menu-img-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.menu-name-sec article .name {
  font-weight: 600;
}

.menu-name-sec article .user-type {
  font-size: 14px;
  color: #c6c6c7;
}

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu {
  height: calc(100% - 90px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-menu > li {
  padding: 3px 0;
}

.sidebar-menu > li > a {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 18px;
  color: #656565;
}

.sidebar-menu > li > a > i {
  font-size: 30px;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li > a.active {
  text-decoration: none;
  background: #6884c3;
  color: #fff;
}

.header-options {
  /* display: flex; */
}

.header-options li {
  padding: 5px 8px;
  float: left;
    width: 33.33%;
    white-space: nowrap;
    overflow: hidden;
}

.header-options li button {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #989898;
  width: 100%;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.header-options li button i {
  font-size: 35px;
}

.header-options li button:hover,
.header-options li button.active {
  color: #6884c3;
}

.search-box {
  display: flex;
  align-items: center;
  background: #575757;
  height: 40px;
  padding: 0 15px;
  /* margin-right: 15px; */
  color: #fff;
}

.search-box span i {
  font-size: 30px;
  top: 4px;
  position: relative;
}

.search-box > input {
  border: none;
  height: 100%;
  background: transparent;
  flex-grow: 1;
  color: #fff;
  padding-left: 10px;
}

.search-box > input:focus {
  outline: none;
}

.search-box > input::placeholder {
  color: #bbb8b8;
}

.search-box > input::-moz-placeholder {
  color: #bbb8b8;
}

.search-box > input::-webkit-placeholder {
  color: #bbb8b8;
}

.chat-contact-header {
  height: 120px;
  padding-top: 11px;
}



.chat-contact-listing li a .unread-chat {
  background: #66be8f;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: calc(50% - 15px);
  right: 20px;
}

.blue-bg {
  background-color: #829CC3 !important;
}

.yellow-bg {
  background-color: #D2D377 !important;
}

.oil-bg {
  background-color: #C38F8F !important;
}

.dark-green-bg {
  background-color: #eebb5e!important;
}

.chat-contact-listing li.online a .chat-user-img span:after {
  background: #6fdd00;
  display: block;
}
.chat-contact-listing li.invisible-status a .chat-user-img span:after {
  background: #fff;
    display: block;
  border:1px solid #575757;
}
.chat-contact-listing li.absent a .chat-user-img span:after {
  background: #ff8913;
  display: block;
}

.chat-contact-listing li.busy a .chat-user-img span:after {
  background: #ff0000;
  display: block;
}

.chat-contact-listing li a .chat-user-details .chat-user-name {
  font-size: 16px;
  margin-bottom: 0;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-contact-listing li.online a .chat-user-details p {
  color: #6fdd00;
}

.chat-contact-listing li.absent a .chat-user-details p {
  color: #ff8913;
}

.chat-contact-listing li.busy a .chat-user-details p {
  color: #ff0000;
}

/* 17_10_2019 */
.conversation-user > span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  /* background-color: #2f55ad; */
  background-color: #535353;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}

/* .live-chat-list .chat-member span:before {
    right: 100%;
    margin-right: 15px;
} */

/* .live-chat-list .chat-member span:after {
    left: 100%;
    margin-left: 15px;
} */

.live-chat-list .chat .chat-text {
  width: calc(100% - 100px);
  /* min-height: 96px;
    background: #d5dbe8;
    padding: 12px;
    position: relative;
    margin:5px 0; */
}

.live-chat-list .chat .chat-text .chat-text-inner .font-weight-bold > span.main_name_toggle_inner {
    max-width: calc(100% - 25px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.live-chat-list .chat .sender-msg {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.live-chat-list .chat .chat-text .chat-time svg.error-symbol {
    top: 3px;
    color: red;
    display: none;
    font-size: 20px;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
}
.live-chat-list .chat .chat-text .chat-time svg.error-symbol.error {
  display: inline-block;
}

.conversation-chat-listing .usr-chat-block {
    height: 100%;
    position: relative;
}

/* ----------------------------------- Chat-page-slider-popup crousal ------------------------------ */

.type .ck.ck-editor__editable_inline p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1;
  padding: 5px 0px;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.conversation-chat-listing .usr-chat-block .chat-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f2f2f2;
    z-index: 999;
}

.lds-dual-ring {
  z-index: 999999 !important;
}

.ck.ck-toolbar__items{display:none!important}


/* CSS for group name update Modal */
#updateGroupName .title-header{
  background-color: #6884C3;
  color:'#ffffff';
}
#updateGroupName .title-header span{
  font-size:17px;
}

#updateGroupName input{
  margin-top:20px;
  border-radius: 4px !important;
}

#updateGroupName button{
  width:100%;
}

#updateGroupName .btn-submit{
  display: block;
  width: 100%;
  margin: 10px auto;
  background: #6884C3;
  padding: 0;
  border: thin solid #6884C3;
  height: 40px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0px;
}

#updateGroupName .btn-submit:hover{
  background-color:#5870a7;
}
#edit-groupName-icon{
    position: absolute;
    right:-35px;
    border: thin solid #ebebeb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    background-color: #ebebeb;
    cursor: pointer;
    margin-top: -35px;
}
#edit-groupName-icon:hover{
  background-color: #e0e0e0;
}

#box-groupName{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 45px 0 15px;
}


.box-txtDeleteGroup{
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  height: 50px;
}

#groupChatDeletePopup .button-list{
  display: flex;
  margin: 0 15px;
}

.icon-deleteChat, .icon-deleteGroup{
  color:#c50000;
}

.inside-header-icons-chat{
  width:35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  color:#3d3d3d;
}
.inside-header-icons-chat:hover{
  background-color: #c5d1e4;
}

.conversation-button.inside-header-icons-chat svg{
  margin-top:0px;
  margin-right:0px;
}

.btn-text-area{
  width:35px;
  height:35px;
  background-color: #f4f4f4;
  border: solid thin #e2e2e2;
}



#newChatModal .createGroup-title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #6884C3;
    color: #FFFFFF;
}
#newChatModal .modal-footer{
  display: flex;
  border-top:none;
}
#newChatModal .modal-footer .btn{
  width:50%;
  height:45px;
}
#newChatModal .modal-footer .btn.btn-secondary{
    background-color: inherit;
    border: solid thin #ea5a5a;
    color: #ea5a5a;
}
#newChatModal .modal-footer .btn.btn-secondary:hover{
  background-color: #ea5a5a;
  color: #ffffff;
}

#newChatModal .modal-footer .btn.btn-primary{
  background-color: #6884C3;
  border: solid thin #6884C3;
  color: #ffffff;
}
#newChatModal .modal-footer .btn.tn-primary:hover{
  background-color:#5870a7!important;
}