

.header {
  font-family: 'Arial', 'Impact', 'Verdana', sans-serif !important;
}
.chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Arial', 'Impact', 'Verdana', sans-serif !important;
    font-weight: 500;
    color: #f3f3f3;
    height: 78px;
    background: #545859 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
    background: #efefef!important;
  }
  .chat{
    font-family: 'Arial', 'Impact', 'Verdana', sans-serif !important;
  }
  textarea#chatSend {
    font-family: 'Arial', 'Impact', 'Verdana', sans-serif !important;
}
  .chat_option img {
    border: 2px solid #43b02a;
  }
  .online_text {
      color: #545859 !important;
  }
  
  .header {
      color: #43b02a !important;
  }
  
    .chat .chat_converse .chat_msg_item.chat_msg_item_admin p {
        color: #545859;
    }

    .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
        background-color: #f7f7f7;
    }

    .chat .chat_converse .chat_msg_item.chat_msg_item_user {
      color: white;
      background: #43b02a;
    }
    .chat .chat_converse .chat_msg_item.chat_msg_item_user p {
        color: #545859 !important;
      }


    #chat_fullscreen {
        background: white;
    }
    .tags li {

        border: 2px solid #43b02a;
    }

    i.prime.bi-chat-left-text-fill.bi {
        color: white;
        display: none;
    }
    
    .burbuja {
        background: #43b02a;
        background-image: url(https://senasa.azurewebsites.net/Files/DownloadFile/98c969c0-22e2-4d61-bf2e-17c29cb4cfbd);
        background-repeat: no-repeat;
        background-size: cover;
    }

    a.button.button-primary 
    {
      background-color: #EFEFEF !important;
      border-color: #EFEFEF !important;
      color: black !important;
   }

   p.timeText {
    width: 90px !important;
}