
/**************Start Chat Page******************/
.leftHeader{box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%); padding:20px 10px 13px 10px; background-color: #fff;}
.leftHeader .col-2{ flex: 1; display: flex; align-items: center; }
.leftHeader .col-2 i{ font-size: 25px; cursor: pointer;  color: #948f8f; position: relative;}
.leftHeader .col-2:last-child i{ font-size: 35px;}
.leftHeader .col-2 i sup{ background-color: #dc0505; color: #fff; border-radius: 20px; padding: 10px; font-size: 10px;width: 15px;height: 15px;display: flex;   justify-content: center; align-items: center; position: absolute; right: -5px; top: -10px; }

.leftHeaderBottom{ padding: 10px;box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%); margin-top: 1px; background-color: #fff; }
.leftHeaderBottom h1{ font-size: 30px; text-transform: capitalize; font-weight: 600; }
.leftHeaderBottom .addUser i{color: #009f9d; cursor: pointer; font-size: 30px;}

.leftHeadMenu{ padding-left: 10px; line-height: 20px; }
.leftHeadMenu ul{display:  flex;} 
.leftHeadMenu ul li{  flex: 1; position: relative;}
.leftHeadMenu ul li sup{ width: 6px; height: 6px; display: inline-block;background-color: #b10202; border-radius: 20px; }
.leftHeadMenu ul li a{ font-size: 12px; text-decoration: none; text-transform: uppercase; font-weight: 600; color: #948f8f;}
.leftHeadMenu ul li a.active{ color: #000; background: none;}

.leftSearch{box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%); background-color: #fff; border-radius: 20px; padding: 0px 10px; line-height: 20px; margin: 15px 0 25px 0;}
.leftSearch button{ line-height: 0px; }
.leftSearch i{ font-size: 16px; }
.leftSearch .txtInp{ width: 92%; font-size: 12px; padding:10px 0px 10px 8px; line-height: 20px; }

.profileListWrap{ max-height: 700px; overflow-x: auto; }
.profileList{box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%); padding: 8px 0; border-radius: 10px; margin-bottom: 8px; cursor: pointer;}
.profileList:hover{ background-color: #666; }
.profileList:hover .profileTime p{ color: #fff; }
.profileList:hover .profileDetails p{ color: #fff; }
.profileList:hover .profileDetails p strong{ color: #fff; }
.profileList .profilePic{}
.profileList .profilePic img{ width:35px; border-radius: 20px; height: 35px;box-shadow: 0 0 5px 0 #000a; }
.profileDetails{}
.profileDetails p{ font-size: 10px; line-height: 16px;color: #b5b3b3; font-weight: 600;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.profileDetails p:last-child{ margin-top: 2px; }
.profileDetails p strong{font-size: 14px; line-height: 18px;}

.profileList .profileTime{}
.profileList .profileTime p{ font-size: 12px; line-height: 16px; text-align: left; }
.msgNoti{ background-color: #009f9d; width: 20px; height: 20px; border-radius: 20px; color: #fff;display: flex;justify-content: center;align-items: center; margin:5px auto 0; font-size: 10px !important;}

.chatContWrap{ margin-bottom: 20px; }
.chatWrap{ position: relative; }
.chatWrap .chatTop{box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%); padding:10px 10px 5px 10px; background-color: #fff; margin-bottom: 1px;}
.chatUserPic{}
.chatUserPic img{ width:45px; border-radius: 20px; height: 45px;box-shadow: 0 0 5px 0 #000a;}
.chatUserDetails{}
.chatUserDetails p{ font-size: 13px; line-height: 16px; color: #b5b3b3; font-weight: 600; }
.chatUserDetails p:last-child{ margin-top: 4px; }
.chatUserDetails p strong{ font-size: 16px; line-height: 20px; }
.inpTextMsg{ font-size: 14px; width: 100%; vertical-align: super; font-weight: 600; color: #ccc; }
.inpTextMsg::placeholder{ color: #ccc; opacity: 1; }
.chatTools{ text-align: right; }
.chatTools i{ color: #b5b3b3; font-size: 18px; cursor: pointer; vertical-align: super; margin-left: 15px; }

.chatWrap .chatMiiddle{ padding: 70px 20px 20px 20px; background-color: #fff; max-height: 630px;overflow-x: auto; }
.chatWrap .chatMiiddle p{font-size: 13px;line-height: 16px;color: #b5b3b3;font-weight: 600;} 
.chatDiscuss{ width: 100%;}

.chatDiscuss.justify-content-end{margin: 10px 0px;}
.chatDiscuss.justify-content-end p{background-color: #009f9d;border-radius: 20px 0px 20px 20px; padding: 10px 15px;font-size: 13px;color: #fff !important;line-height: 20px; text-align: right; max-width: 210px; width: auto; /*font-weight: 500 !important;*/}
.chatDiscuss.justify-content-start{ margin: 10px 0; }
.chatDiscuss.justify-content-start p{background-color: #e7f0f7;margin: 5px 0px;border-radius: 0px 20px 20px 20px; padding: 10px 15px;font-size: 13px;color: #50555b !important;line-height: 20px; text-align: left;max-width: 246px; width: auto;}

.chatBottom{ position: absolute; width: 100%; bottom: 0;  } 
.chatBottom .chatTools .fa-paper-plane{background-color: #009f9d; border-radius: 20px; color: #fff;padding:9px 10px 9px 8px;width: 40px;height: 40px; border: 2px solid #039694; display: inline-block;}
.chatUserBtm{ border-top: 1px solid #ccc;padding: 10px 0;}

.chatBtmButtons{}
.chatBtmButtons ul{ display: flex;justify-content: center; }
.chatBtmButtons ul li{ border: 2px solid #009f9d; border-radius: 15px; padding: 5px 15px 8px 15px; font-size: 14px; color: #000; line-height: 20px; cursor: pointer; margin: 10px 0px 10px 10px; }
.chatBtmButtons ul li:first-child{ margin-left: 0; }

.gifFile{ margin-bottom: 20px !important; }
.gifFile img{ max-width:80%; cursor: pointer; }
.widthVideoAudio{ width: 300px; }
.widthAuto{ width: auto; }
.downloadSec{ line-height: 5px; cursor: pointer;}
.downloadSec i{ font-size: 20px; color: #009f9d; line-height: 19px;display: inline-block; vertical-align: middle;}
.downloadSec span{ font-size: 14px; font-weight: 600; line-height: 20px; display: inline-block; vertical-align: middle; }

.fileSec i{ font-size: 20px; color: #009f9d; line-height: 19px;display: inline-block; vertical-align: middle; margin-left: 10px; margin-top: -4px; }
.fileSec span{ font-size: 14px; font-weight: 600; line-height: 20px; display: inline-block; color: #505050; }
.fileSec{ background-color: #e7f0f7; color: #505050; font-weight: 500; font-size: 16px; border-radius: 0px 20px 20px 20px;padding-bottom: 3px; }

.file-field {position: relative; text-align: center; line-height: 32px;}
.file-field .fileAnchor{ display:inline-block; }
.file-field *{ line-height: 20px; }
.file-field i{ font-size: 20px; color: #ccc; }
.file-field .file-path-wrapper {height: 3.2rem; }
.file-field .file-path-wrapper .file-path {height: 3rem; }
.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px;
}


.rightSection{ padding: 10px 10px; }
.rightSection h2{font-size: 22px; text-transform: capitalize; line-height: 20px; margin-top: 20px;}  
.rightProfileList{ margin: 20px 0; }
.rightProfileList .rightProfileImg{}
.rightProfileList .rightProfileImg img{ border-radius: 20px; height: 35px; width: 35px;box-shadow: 0 0 5px 0 #000a; }
.rightProfileList .rightProfileInfo{ font-size: 14px; line-height: 14px; }
.rightProfileList .rightProfileInfo a{ font-size: 13px; font-weight: 600; line-height: 14px; color: #009f9d; text-decoration: none; }
.rightProfileList .rightProfileInfo strong{ font-size: 12px; font-weight: 600; line-height: 14px; }
.rightProfileList .rightProfileInfo span{ font-size: 12px; font-weight: 500; line-height: 14px; color: #a2a2a2; }
.rightProfileList .rightProfileInfo p{ line-height: 16px; font-size: 10px; color: #b5b3b3; font-weight: 600; }
.rightProfileList .rightProfileInfo p strong {font-size: 14px;line-height: 16px;}
.rightProfileBtn{ line-height: 20px; }
.rightProfileBtn button{ cursor: pointer; background-color: #009f9d; color: #fff; font-size: 12px; border-radius: 20px; padding: 8px 16px; border:0; line-height: 16px; width: 100%; font-weight: 600; text-transform: uppercase;  }
/*****************End Chat Page*********************/

.bgWhite{ background-color: #fff; }





.audio-player {
  height: 50px;
  width: 350px;
  background:#e7f0f7;
  /*box-shadow: 0 0 5px 0 #000a;*/
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
  padding: 0;
  border-radius: 0px 20px 20px 20px;
}
.audio-player .timeline {
  background: #ccc;
  width: 100%;
  position: relative;
  cursor: pointer;
  /*box-shadow: 0 2px 10px 0 #0008;*/
}
.audio-player .timeline .progress {
  background: #009f9d;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  color: #505050;
  font-size: 14px;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid #505050;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: #505050;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #505050;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
  line-height: 20px;
  color: #505050;
  font-size: 14px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}