/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
.metadata {
    display: block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -5px;
}

.metadata .time {
    margin-left: 8px;
    color: rgba(0, 0, 0, .45);
    font-size: 11px !important;
    display: inline-block;
}

.metadata .tick {
    display: inline-block;
    margin-left: 2px;
    top: 4px;
    height: 16px;
    width: 16px;
}

.label-date-top, .label-date {
    text-align:center;
    max-width:100% !important;
    width:auto;
    float:none;
    background:none;
    margin:0
}

.label-date-top {
  position:absolute;
  left:0;
  right:0px;
  z-index:2;
  opacity:0;
  transition:all 0.4s;
  padding: 0px 15px;
}
.label-date-top.z-active{opacity:1}
.label-date-top:empty{display:none}

/* .label-date-top span, .label-date span {
  color: #ffffff;
  font-size: 12px !important;
  background-color:rgb(79 198 225 / 65%);
  text-align: center;
  border-radius: 20px;
  padding: 1px 20px;
} */
.chats-list {
  padding: 0 1.5rem;
}
.conversation-list .ctext-wrap {
  max-width: 100%;
}
.conversation-list .ctext-wrap p {
  text-align: left;
}
.msg-image {
  max-width: 350px;
}

.msg-sticker {
  max-width: 130px;
}

.chat-input {
  padding: 11px 12px 11px;
  /* margin: 5px 10px; */
  border-radius: 21px;

  box-sizing: border-box;
  flex: 1 1 auto;
  width: inherit;
  min-width: 0;
  min-height: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  will-change: width;
  max-height:130px;
  resize: none;
}

/*
.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}
*/

.floatingMenu {
  position: absolute;
  bottom: 60px;
  right: -8px;
  /* width: 200px; */
  display: none;
  z-index: 11;
}

.floatingMenu li {
  width: 100%;
  float: left;
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
  box-shadow: 0px 3px  5px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 3px  5px  rgba(0,0,0,0.22);
  -webkit-box-shadow: 0px 3px 5px  rgba(0,0,0,0.22);
  -o-box-shadow: 0px 3px 5px  rgba(0,0,0,0.22);
  border-radius:100px;
}

.uploadImage {
  /* position: relative; */
  position: absolute;
  display: none;
  /* height: 100%; */
  /* height: 64vh; */
  max-height: calc(100vh - 477px);
  height: calc(100vh - 477px);
  width: 96.5%;
  z-index: 3;
}

.zen-loader {
  /* position: relative; */
  position: absolute;
  display: none;
  /* height: 100%; */
  /* height: 64vh; */
  background: #fff;
  max-height: calc(100vh - 477px);
  height: calc(100vh - 477px);
  width: 96.5%;
  z-index: 3;
}

/* #gallery {
  max-height: 55px;
  margin-top: 50px;
} */

#gallery img {
background: #fff;
cursor:pointer;
background-size: contain;
/* margin: 50px auto; */
margin-right: 5px;
width: 55px;
height: 55px;
/*text-align: center;*/
border: 2px solid #fff;
/* border-radius */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/* box-shadow */
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

#gallery img.attach-file.selected {
  border: 2px solid #1abc9c;
}

body.authentication-bg {
  background-color: #484848;
}