.chatArea,
.menuVideoArea,
.teamMenuArea {
  margin-left: 0;
  height: calc(100vh - 70px);
  position: absolute;
  background-color: #fdfdff;
  bottom: 0;
  left: 0;
  width: 100%;
  /* margin-top: 5px;   margin-right: 20px;  margin-bottom: 15px;*/
}

.chat-message {
  background-color: #fdfdff;
  max-width: 450px;
  padding: 5px 5px;
  position: absolute;
  top: 40px;
}

.chat-message-content h6 {
  padding-top: 7px;
}

.member-status {
  text-align: center;
  justify-content: center;
  clear: both;
  display: flex;
  margin-bottom: 1.4rem;
}

.member-status h6 {
  color: white;
  background: lightslategray;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
}

.scrollable {
  height: calc(100% - 115px);
  overflow-y: auto;
}

#statusMessages {
  font-size: 18px;
  color: #5bc0de;
  font-style: oblique;
  margin: 0 0 0 20px;
}

.typingArea {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  height: 75px;
}

.chat-bubble-left {
  line-height: 100%;
  display: block;
  align-items: center;
  position: relative;
  padding: 0.01em 0.5em;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 5px;
  margin-bottom: 1.4rem;
  clear: both;
  max-width: 70%;
}

.chat-bg-left {
  border: #313131 solid 1px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #efeeed;
  color: #313131;
  margin-left: 15px;
  max-width: 300px;
}

.chat-bubble-right {
  line-height: 100%;
  display: block;
  align-items: center;
  position: relative;
  padding: 0.01em 0.5em;
  /* background: #5cb85c; */
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 5px;
  margin-bottom: 1.4rem;
  clear: both;
  max-width: 70%;
  color: white;
}

.chat-bubble-right .msg-img {
  margin-right: -9px;
}

.chat-bg-left a {
  text-decoration: underline;
}

.chat-bg-right a {
  color: #fdfdff;
  text-decoration: underline;
}

.chat-bg-right {
  background: #005189;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 300px;
  float: right;
}

.chat-bubble-left {
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  margin-right: 10%;
  float: left;
}

.chat-bubble-right {
  display: flex;
  flex-direction: row-reverse;
  word-wrap: break-word;
  margin-left: 10%;
  float: right;
}

#typingAreaStatus {
  height: 25px;
}

#chatBadge {
  position: absolute;
  height: 17px;
  top: 0;
  right: 16px;
}

#openChatNav,
#openNotesNav {
  position: relative;
}
/* .menuVideo-sidenav {
  /* width: 50% !important; */

.chat-sidenav,
.menuVideo-sidenav,
.teamMenu-sidenav {
  height: calc(100vh - 70px);
  width: 0;
  position: fixed;
  z-index: 1;
  right: 6px;
  overflow-x: hidden;
  border-radius: 5px;
  transition: margin-right 0.5s;
  bottom: 0;
  right: 0;
  width: 0%;
  z-index: 11;
  border: black solid 1px;
  background: white;
}

.typingAreaInput {
  background-color: white;
  position: relative;
}
.typeArea .input-group {
  width: 90%;
  float: left;
}
.mediaFileUpload {
  position: absolute;
  right: 0;
  z-index: 10;
}
input#chatInput {
  padding-right: 45px;
  border-radius: 17px;
  width: 100%;
  margin-left: 10px;
}
.call-btn-icons .fa-paperclip {
  font-size: 25px;
  padding: 5px 0;
}
.typeArea .input-group-append .call-btn-icons {
  margin: 1px 10px;
}
.chat-menu-greeting {
  line-height: 100%;
  display: block;
  position: relative;
  padding: 0.01em 0.5em;
  background: cadetblue;
  border: black solid 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 25px;
  margin-bottom: 1.4rem;
  clear: both;
  max-width: 70%;
  color: white;
  margin-right: 10%;
  float: left;
}

.chat-selected-menu-item {
  line-height: 100%;
  display: block;
  position: relative;
  padding: 0.01em 0.5em;
  /* background: cadetblue; */
  background: #d9592d;
  border: black solid 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 25px;
  margin-bottom: 1.4rem;
  clear: both;
  max-width: 70%;
  color: white;
  margin-left: 10%;
  float: right;
}

.menu-button button {
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 10px;
}

#chatFileInputLabel {
  display: inline-block;
  color: black;
  cursor: pointer;
}

.sendbtn {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/chat-send.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  z-index: 99;
  cursor: pointer;
  float: right;
  height: 40px;
  width: 40px;
}

.headertxt {
  color: white;
  text-align: center;
  font-size: 19px;
  margin: 2px 54px;
  position: absolute;
  z-index: 99;
  top: 3%;
}

.chat-sidenav .closebtn,
.menuVideo-sidenav .closebtn,
.teamMenu-sidenav .closebtn {
  position: relative;
  top: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px;
  z-index: 99;
  cursor: pointer;
  background-color: #fdfdff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 7px;
  padding-right: 5px;
}

.closebtn img {
  /* height: 100%;
  width: auto; */
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.teamMenuArea .list-group-item {
  background-color: transparent;
}
.team-content-l {
  float: left;
  width: 80%;
  color: #313131;
  text-transform: capitalize;
}
.team-content-l i {
  padding: 0 5px;
}
.chatdownloadimg {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.chatdownloadimg img {
  width: 50%;
  margin: 10px 0;
}
.chatdownloadimg a {
  color: white;
}
@media screen and (max-width: 767px) {
  .chat-sidenav {
    height: calc(100vh);
  }
  .notesWindow {
    height: calc(100vh);
  }
  .chatArea {
    height: calc(100vh-55px);
    width: 100vw;
  }
  .typingArea {
    bottom: 2%;
  }
  .col-sm-12.typeArea {
    padding: 0;
  }
  .typeArea .input-group {
    width: 85%;
  }
  .chat-sidenav,
  .notesWindow {
    bottom: 6%;
  }
  .menuVideoArea {
    width: 100vw;
  }
}

@media screen and (max-height: 450px) {
  .chat-sidenav {
    padding-top: 15px;
  }
  .chat-sidenav a {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .chatArea {
    border-radius: 10px;
    height: 98vh;
    margin-left: 0;
  }
  .chat-sidenav {
    z-index: 10;
    right: 0;
  }
}
