#chatcounts {
  margin-right: 37px;
  margin-top: 10px;
  display: none;
}

.chatcountscounts span,
.chatcountscountsspan {
  color: #fffdfd;
  background: #f44336;
  border-radius: 100%;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 36px;
  font-size: 10px;
  line-height: 5px;
  text-align: center;
  display: none;
}

.chatmsgboxdiv {
  width: calc(100% + 5px);
  height: 300px;
  overflow-x: hidden;
  padding-right: 5px;
  padding-bottom: 10px;
}
.chatmsgbtn { 
   border-radius: 6px!imporatnt;
    height: 45px;
    margin-left: 5px;
}

.chatmsgboxdiv::-webkit-scrollbar {
  width: 5px;
}

.chatmsgboxdiv::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chatmsgboxdiv::-webkit-scrollbar-thumb {
  background: #888;
}

.chatmsgboxdiv::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chatmsgbox p {
  margin: 0;
}

.chatmsgbox .chatname {
  color: #078fdb;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.chatmsgbox .rchatname {
  color: #000016;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.chatmsgbox .chatdate {
  text-align: right;
  float: right;
  font-size: 11px;
}

.chatmsgbox .msg {
  font-size: 12px;
  margin-top: 5px;
  color: #181818;
  line-height: 1.4;
}

.chatmsgbox ul {
  list-style: none;
  margin: 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.chatmsgbox ul .rmessage {
  text-align: left;
  padding: 5px;
  border: 1px solid #f9f9f9;
  background-color: #f2f9fd;
  border-radius: 5px;
  margin: 10px 50px 0 0;
}

.chatmsgbox ul .message {
  text-align: left;
  padding: 5px;
  border: 1px solid #f9f9f9;
  background-color: #f2f9fd;
  border-radius: 5px;
  margin: 10px 0 0 50px;
}

.chatmsgbox ul .datemessage {
  padding: 5px;
  background: linear-gradient(266deg, #002072, #72d1f5);
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}

.contentText1 {
  font-size: 12px;
  line-height: 1;
}

.chatmsgbox ul .dateli {
  padding-top: 10px;
}

#closemsgbox {
  min-height: 150px;
  display: none;
  text-align: center;
}

.earliermsg {
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
}

.width100per {
  width: 100%;
}
.downloadTranscript {
  float: right;
  padding: 6px 0;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
}

.chattab {
  padding: 5px;
  background: #ebebeb;
  float: left;
  display: inline-block;
  margin-right: 5px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chattab.active {
  background: #010b7a;
  color: #fff;
}

.chatul {
  list-style: none;
}

.chatul li {
     width: 100%;
    padding: 0;
    display: block;
    position: relative;
    height: 36px;
}

.chatliname {
  width: 80%;
  display: inline-block;
  text-align: left;
  float: left;
}

.chatlichat {
  width: 20%;
  display: inline-block;
  text-align: right;
  float: left;
}

.chatlichatbtn {
    background: #010b7a;
    padding: 0px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    min-width: 63px;
    display: inline-block;
    text-align: center;
}

.chatlichatbtn:hover{
  color: #fff;
  opacity:.6;
	
}
.chatbg {
  max-height: 415px;
  position: relative;
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 415px;
  overflow-x: hidden;
}
.chatTopbg {
  background: #800000;
  color: #fff;
  border-top-left-radius: 3px; 
}
.chatTopbg .close{ 
  color: #fff!important; 
}

  @media only screen and (min-width: 600px) {
.chatTopnotcount{    right: 30px!important;
    top: 18px!important; }
  }
.modal-backdrop.show {
  opacity: 0 !important;
}
.chatModaldialog{
	margin-top: 110px!important;right: 10px;float: right; width: 350px; position: absolute;bottom: 0; margin-bottom: 10px!important;
}
  @media only screen and (max-width: 600px) {
  .chatModaldialog{margin-top:  10px!important; top:0px!important;}
  .chatTopnotcount{right: 68px!important;
  top: 26px!important;}
  }
			
			|