.chat .mytext{
    border:0;padding:8px;background:whitesmoke;
}
.chat .text{
    width:75%;display:flex;flex-direction:column;
}
.chat .text > p:first-of-type{
    width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
}
.chat .text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.chat .text-l{
    float:left;padding-right:10px;
}        
.chat .text-r{
    float:right;padding-left:10px;
}
.chat .img_avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    float:left;
    padding-right:10px;
    height: 40px;
    width: 40px;

}
.chat .macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
}
.chat .msj-rta{
    float:right;
    background:#DCF8C6;
 }
.chat .msj{
    float:left;background:white;
}
.chat .msj2{
    float:left;
    background:whitesmoke !important;
}

.chat .frame{
    background:#e0e0de;
/*     background: url('.chat ..chat ./images/background.chat .jpg');
    background-size: auto;
 */
    height:480px;
    overflow:hidden;
    padding:0;
}
.chat .frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}
.chat ul {
    width:100%;
    list-style-type: none;
    padding:18px;
    position:absolute;
    bottom:32px;
    display:flex;
    flex-direction: column;

}
.chat .msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;            
}
.chat .msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #DCF8C6 transparent transparent transparent;           
}  
input:focus{
    outline: none;
}        
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4;
}


.chat .heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 60px;
  width: 100%;
  background-color: #E09237;
  z-index: 1000;
}

.chat .heading-avatar {
  padding: 0;
  cursor: pointer;

}

.chat .heading-avatar-icon img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.chat .heading-name {
  padding: 0 !important;
  cursor: pointer;
}

.chat .heading-name-meta {
  font-weight: 700;
  font-size: 100%;
  padding: 5px;
  padding-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
}
.chat .heading-online {
  display: none;
  padding: 0 5px;
  font-size: 12px;
  color: #93918f;
}
.chat .heading-compose {
  padding: 0;
}

.chat .heading-compose i {
  text-align: center;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.chat .heading-dot {
  padding: 0;
  margin-left: 10px;
  
}

.chat .heading-dot i {
  text-align: right;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.chat .searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.chat .searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}


/*#searchBox-inner input {
  box-shadow: none;
}*/

.chat .searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
