.chatHeader .chatTitle {
    position: relative;
    overflow: hidden;
    -webkit-animation: chat 15s infinite;
    animation: chat 15s infinite;
}
@keyframes chat {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* ChaTemplate */
@-webkit-keyframes chat {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}






.chat {
border-radius: 50px; 
/* border: 3px solid #594a1c; */
}

#chatMainMenuChat { 
border: 2px solid #594a1c; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #594a1c;
background-color:#d8b581;
}


#chatMainMenuProfile {
 border: 2px solid #594a1c; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #594a1c;
background-color:#d8b581 ;
}

#chatMainMenuChatovod {
 border: 2px solid #594a1c; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #594a1c;
background-color:#d8b581 ;
}

/* .chatHeader { 
border-radius: 50px; 
} */

.chatTopLine{
border-radius: 50px 50px 0px 0px;
font-family:Comic Sans MS;
box-shadow: 0 0 3pt 2pt #594a1c;
} 


.chatTopLineWrapper  ul > li > a {
 border-radius: 50px 50px 0px 0px;
 }


.chatMessage{ 
font-weight: bold;
 }


.chatPeopleList{ 
font-family: Comic Sans MS; font-size: 13px; 
}


 .chatFooter {
border-radius: 0px 0px 35px 35px;
 } 


/* .chatMain { 
border-radius: 20px; 
} */
/*.hover{
 border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #594a1c;
} */




}

.chatTabs > ul > li > a { 
padding: 0px 14px 0px 10px; 
height: 100%; 
text-decoration: none;
 border-top: 0px none !important; 
border-right: 0px none !important; 
vertical-align: middle; display: inline-block; 
line-height: 24px; } 
.chatTabs > ul > li > a { /* Скруглённые углы в привате для всех пользователей в чате */ padding: 0px 14px 0px 10px; 
height: 100%; text-decoration: none; 
border-top: 0px none !important; 
border-right: 0px none !important; 
vertical-align: middle; display: inline-block; 
line-height: 24px; 
border-radius: 10px; }

.smilesBox { 
/* background-color: rgba(70, 212, 224, 0.93); */
background-color:#d8b581;
position: absolute; left: 0; top: 0; width: 900px; 
height: 250px; overflow: auto; z-index: 100; 
border: 3px solid #d8b581;
}



} .chatHeader {
 background-image: url(https://i.postimg.cc/44CwhWjn/image.jpg);
 background-position: center center;
 background-repeat:no-repeat; 
}






/*фон чата */ .chatMain { background-image: url(https://i.postimg.cc/hts02TzN/Rapuncelj-Svetlij.jpg); background-position: center center; background-repeat:no-repeat; background-size: 100% 100%; }