@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


.header {
    font-family: 'Montserrat',sans-serif !important;
}
.chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 500;
    color: white;
    height: 78px;
    background: #F6A01A !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
  }
  .chat{
    font-family: 'Montserrat',sans-serif !important;
  }
  textarea#chatSend {
    font-family: 'Montserrat',sans-serif !important;
}
  .chat_option img {
    border: 2px solid white;
  }
  .online_text {
      color: white !important;
  }
  
  .header {
      color: white !important;
      font-weight: bold;
  }
  
    .chat .chat_converse .chat_msg_item.chat_msg_item_admin p {
      color: white !important;
      font-weight: bold;
    }

    .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
        background-color: #545859;
    }

    .chat .chat_converse .chat_msg_item.chat_msg_item_user {
      color: white;
      background: #f6a01a;
    }
    .chat .chat_converse .chat_msg_item.chat_msg_item_user p {
        color: #545859 !important;
      }


    #chat_fullscreen {
        background: #f7f7f7;
    }
    .tags li {
        border: 2px solid #f6a01a;
        color: black;
        font-weight: bold;
    }
    .burbuja {
        background: #f6a01a;
    }

    i.prime.bi-chat-left-text-fill.bi {
        color: white;
    }

    a {
      color: white !important;
  }

.chat_converse{
	height: 380px !important;
}