@import url('https://fonts.googleapis.com');  

.header {

  font-family: sans-serif !important;
  font-size: 2rem;

}
.chat_header
{

  font-size: 24px;
  color: #f9cd1f !important;
  height: 78px;
  background: #000 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 8px;

}
/*
  .chat{
    
    font-family: sans-serif !important;

  }*/
  textarea#chatSend {
  border-color:#f9cd1f !important;

}
  .chat_option img
  {

  border: 2px solid #f2f4f8;
  border-color: #000 !important;

  }

  .online_text {
  
  color: #ffffffff !important;
  
  }

  .header {
  
  color: #f9cd1f !important;
  
  }

.chat .chat_converse .chat_msg_item.chat_msg_item_admin p {

  color: #000000ff !important;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin p a:link{
    color: #000;
  }
  
  .chat .chat_converse .chat_msg_item.chat_msg_item_admin p a:visited{
    color: #000;
  }

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {

background-color:#f2f4f8 !important;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  
  color: #000 !important;
  background: #f2f4f8 !important;
  
}
.chat .chat_converse .chat_msg_item.chat_msg_item_user p {

  color: #545859 !important;

  }


#chat_fullscreen {

  background: #ffffffff !important;

}
.tags li {

  border: 2px solid #000 !important;
  font-weight:bold;
  background: #f2f4f8 !important;

  color:#000 !important;

}
.burbuja {

  background: #000 !important;

}

i.prime.bi-chat-left-text-fill.bi {

  color: #f9cd1f !important;

}
textarea#chatSend
{
  margin-left: 30px !important;
}

svg {
  
  fill:#000 !important;
  
  }
  svg :hover {
  
    fill:#f9cd1f !important;
    
    }
