.chat-user:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,.025);
}

.chat-users{
    height: 500px;
    overflow-y: auto;
}


.chat-users.agente{
    height: 370px;
}

.chat-users.supervisor{
    height: 364px;
}

#floatDownBtn {
    display: none;
    position: fixed;
    top: 550px;
    right: 100px;
    z-index: 99;
    border: none;
    outline: none;
}

#sin_leer{
    top: -29px;
    left: -14px;
    padding: 2px 6px;
    visibility: hidden;
}

.chat_msg_sin_leer{
    padding: 2px 6px;
    visibility: hidden;
}

.chat-discussion .chat-message.right .message{
    text-align: left;
}


.chat-view{
    z-index: 1;
}

.chat-discussion .chat-message.right .message{
    margin-right: 50%;
    /*border-radius: 15px;*/
    border-radius: 15px 15px 15px 0px;
}

.chat-discussion .chat-message.left .message{
    text-align: left;
    margin-left: 50%;
    border-radius: 15px 15px 0px 15px;
}

/*.icon-background {
    color: #c0ffc0;
}*/


.modal-90{
    max-width: 90%;
    height: 100%;
}

.modal-chat{
    max-width: 80%;
}

.modal-chat-body{
    overflow-x: hidden;
    
}


.message-content{
    clear: both;
    word-wrap: break-word;
}

.info-chat:hover{
    color: #aaa;
}


.campo-chat{
    font-size: 0.8rem;
}

/*
.bg-chat-wa{
    background: #eee;
    padding: 15px;
    height: 400px;
    overflow-y: auto;

    

    background-image: url(../img/wa/fondo-wa.png);
    background-repeat: repeat;
    opacity: 0.06;
    left: 0;
    
    position: absolute;
    top: 0;
    width: 99%;
    opacity: .06;
}*/


.chat-discussion{
    
    background-image: url(../img/wa/bg-wa.PNG);
    background-repeat: repeat;
    left: 0;
	height: 370px;
    /*filter: brightness(105%);*/
}


/*
.chat-discussion:before{
    content: ' ';
    padding: 15px;
    height: 400px;
    overflow-y: auto;

    

    background-image: url(../img/wa/fondo-wa.png);
    background-repeat: repeat;
    opacity: 0.06;
    left: 0;
    
    position: absolute;
    top: 0;
    width: 99%;
    opacity: .06;
    
}*/



.contacto-wa{
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec;
}

.contacto-wa:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,.025);
}

.resaltarMensaje{
    background-color: #F8D486;
}


.chat-user {
    padding: 5px;
}

.msg-ChatR {
    text-align: right;
    clear: both;
    padding: 11px 15px
}

.msg-ChatL {
    text-align: left;
    clear: both;
    padding: 11px 15px
}

.msg-chat{
    padding-bottom: 200px; 
    overflow-y: scroll; 
    height: 400px;
}

.chat-dateRepChat {
  opacity: 0.6;
  font-size: 11px;
  font-weight: normal;
}

.author-nameRepChat {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 13px;
}

.chat-messageRepChat{
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 20px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 11px;
  display: inline-block;
}

.chat-messageRepChat.active {
  background: #1ab394;
  color: #fff;
}

.resaltarMensajeChat{
    background-color: #F8D486 !important;
    color: #fff !important;
}

.head-chatRp{
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    font-weight: bold;
}

.drag-areaf.active{
    position: absolute;
    border: 2px dashed #ececec;
    margin: 1px;
    height: 80%;
    width: 98%;
    text-align: center;
    background-color: gray;
    z-index: 2;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-areaf.active span{
    color: black;
    font-size: 25px;
    opacity: 1;
}

.drag-areafm.activem{
    position: absolute;
    border: 2px dashed #ececec;
    margin: 1px;
    height: 80%;
    width: 100%;
    text-align: center;
    background-color: gray;
    z-index: 2;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-areafm.activem span{
    color: black;
    font-size: 25px;
    opacity: 1;
}

.sidenav {
  height: 80%;
  width: 0px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ececec;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5px;
}

#rr-list {
    font-weight: bold;
    color: black;
    margin-left: 5px;
}

#rr-list ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding-left: 5px;
}

#rr-list ul li{
    cursor: pointer;
    border-bottom: solid 1px gray;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: justify;
}

#rr-list ul li:hover{
    opacity: .6;
}

.rr-btn {
    position: absolute;
    background-color: #ececec;
    height: 48px;
    width: 20px;
    top: 40%;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
}

.rr-btn span{
    display: inline-block;
    position: relative;
    top: 13px;
    font-size: 20px;
    margin: -1px;
}