.start_hidden{
  visibility:  hidden!important;
}
.tcl_animation_close{
  transition: 0.3s all
}
#tlc_page-wrap_chat {
  position: fixed;
  right: 0;
  width: 350px;
  z-index: 999999;
  background: #005b6af2;
  bottom: 1px;
  border-radius: 10px;
}
#chat-area .user {
    background: #000;
    color: #ccc;
    width: 50px;
    height: 50px;
    align-self: center;
    padding: 0px 7px;
    align-items: center;
    display: flex;
    display: none;
    margin-right: 3px;
    border-radius: 50%;
}
#chat-area .admin {
    background: #7767d3;
    color: #ccc;
    padding: 0px 7px;
    width: 50px;
    height: 50px;
    display: inline-block;
    align-items: center;
      display: flex;
          display: none;
    float: right;
    overflow: hidden;
    margin-right: 0px;
    border-radius: 50%;
}
.message {
    /* width: 80%; */
    background: #323132b0;
    padding: 5px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    min-width: 50px;
    display: inline-block;
    position: relative;
}
.tlc_body{
  padding: 10px;
}
.tlc_header {
    text-align: center;
    padding: 5px;
    background: #07be7b;
    border-radius: 8px 9px 0px 0px;
    font-weight: bold;
}
#chat-area {
    padding: 5px;
    background: #ffffff3b;
    border-radius: 5px;
    max-height: 300px;
    min-height: 250px;
    overflow: auto;
}
#sendie {
    margin-top: 10px;
}
.tlsitemuser {
    display: flex;
        position: relative;
}
#send-message-area {
    display: flex;
}

.tlsitemadmin {
    display: flex;
    position: relative;
    justify-content: flex-end;
}



#send-message-area {
    display: flex;
    position: relative;
}
#tcl_send_update {
    position: absolute;
    right: 9px;
    top: 18px;
    padding: 0;
    height: 30px;
    width: 30px;
    background: #0d6371;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.tcl_blur {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://pechenki.top/assets/cache_image/blog/Light-Bulb-Moving_300x100_acd.jpg);
    display: block;
    z-index: -6;
    overflow: hidden;
    background-size: cover;
    border-radius: 10px;
    filter: blur(5px);
}
#tcl_close_chat {
    cursor: pointer;
    position: absolute;
    right: 13px;
    height: 30px;
    width: 30px;
    background: #079862;
    border-radius: 50%;
    font-weight: bold;
}
.tcl_chat_active {
    bottom: 0!important;
}

.tlsitemuser .message {
    background: #07be7bf2;
    border-radius: 0px 14px 13px 14px;
}
.tlsitemadmin .message {
    border-radius: 10px 0px 10px 10px;
    background: #041c5059;
    text-align: right;
}
.tlsitemuser .datetime {
    position: absolute;
    bottom: 0px;
    right: 5px;
    color: #010416d1;
    /* font-weight: bolder; */
    font-size: 11px;
}

.tlsitemadmin .datetime {
    position: absolute;
    bottom: 0;
    right: 5px;
    color: #010416d1;
      font-size: 11px;
}
