



#messenger{
  color: white;
  display: flex !important;
  height: 91vh;
  margin-right: 50px !important;
}
#header_rb_messenger > button.btn-close{
  display: none;
}
#header_rb_messenger{
  background-color: rgb(69, 69, 69);
  color: white;
  display: flex !important;
  height: 65px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
#body_rb_messenger{
  display: flex;
  flex-grow: 1 !important;
}

#box_chat_messenger{
  /* background-color: rgb(70, 70, 70); */
    /* height: 100%; */
    min-width: 350px;
    display: flex !important;
    flex-direction: column;
    /* box-shadow: 3px 3px 10px #000000; */
  }
#box_msg_messenger{
    /* background-color: red; */
    height: 100%;
    /* width: calc(100% - 350px); */
    /* float: left; */
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column;
  }

  #box_user_msg{
    width: 100%;
    /* background-color: rgb(70, 70, 70); */
    height: 70px !important;
    box-shadow: 7px 2px 10px #00000050;
    display: flex;
    padding: 10px;
    
    height: 61px !important;
    
    align-items: center;
    /* justify-content: center; */
  }
  
  #box_received_msg{
    /* width: 100%; */
    /* background-color: blue; */
    
    flex-grow: 1 !important ;
    height: calc(100% - 50px - 70px);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  #box_write_msg{
    /* width: 100%; */
    height: 60px !important;
    box-shadow: 7px -2px 10px #00000050;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    /* background-color: #f0f0f0; */
    
  }
  
  .nome_chat{
    color: #429433;
  }
#txt_mensagem{
  flex-grow: 1;
  height: 50px !important;
  margin-right: 10px;
}

#send-message{
  height: 50px !important;
  width: 50px !important;
  margin: 6px;
}

.chat-card{
  margin-top: 10px;
}


.msg_remetente{
  width:fit-content;
  max-width: 35vw;
  height: auto;
  min-height: 40px;
  right: 0;
  /* background-color: #5ED149; */
  background-color: #429433;
  /* background-image: linear-gradient(to right, #0e210b , #429433); */
  color: black;
  color: white !important;
  border-radius: 10px;
  margin-bottom: 10px;
  float: right;
  padding-left: 5px;
  padding-right: 10px;
}

.msg_destinatario{
  width:fit-content;
  max-width: 35vw;
  height: auto;
  min-height: 40px;
  left: 0;
  /* background-color: #242524; */
  background-color: #575757;
  color: white !important;
  border-radius: 10px;
  margin-bottom: 10px;
  float: left;
  padding-left: 5px;
  padding-right: 10px;
}
#rb_messenger{
  z-index: 1000;
}


#usuario_info_messenger{
  display: flex;
  box-shadow: -1px 2px 8px #00000050;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  height: 61px;

}

#chats_abertos_messenger{
  box-shadow: 0px 2px 10px #00000050;
  /* padding-top: 15px; */

  
  flex-grow: 1;
}

.chat_normal:hover{
  background-color: rgb(54, 54, 54);
}
.chat_normal{
  /* background-color: #575757; */
  height: 100px;
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  text-decoration: none !important;
  color: white;
}
.chat_not_select{
  height: 80px;
  border-bottom: 1px solid gray;
  display: flex;
  
}

#nome_status_div{
  
  flex-grow: 1;
  
}

@media screen and (max-width: 768px) {  
  #box_chat_messenger{
    display: none;
  }
  #box_msg_messenger{
    width: 100%;
  }
}

.content_chat{
  flex-grow: 1;
  padding: 5px;
}

#status_button{
  color: white;
}


.cabecalho_modal{
  flex-grow: 1;
  color: #5ED149;
  font-weight: bold;
  font-size: 20px;
}

.separacao_data_chat{
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.divider_separacao_data_chat{
  flex-grow: 1;
  border-color: #5ED149;
}
.texto_separacao_data_chat{
  width: max-content;
  font-size: 16px;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  /* color: #5ED149; */
  
}

.chat_abertos_nome{
  color: #5ED149;
  font-weight: bold;
  
}

.chat_usuario_nome{
  color: #5ED149;
  font-weight: bold;
  font-size: 12px;

  
}

.nome_chat_selecionado{
  color: #5ED149;
  font-weight: bold;
  font-size: 20px;
  
}

.chat_abertos_msg{

}

.chat_abertos_data{
  color: #5ED149;
  /* font-weight: bold; */
  font-size: 14px;
  
}

#button_chat_novo_grupo{
  height: 30px;
}

#pesquisa_conversa_chat{
  padding: 15px;
  
  box-shadow: 0px 2px 10px #00000050;
}
#input_pesquisa_conversa_chat{

  height: 100% !important;
}

#btn_pesquisa_conversa_chat{
  height: 100% !important;
  margin: 0;
  background-color: #429433;
  border-color: #429433;
  /* padding: 0;
  width: ; */
}