@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


.header {

    font-family: 'Montserrat', sans-serif !important;

}

.chat_header {

    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    /*color:;
    !important;*/
    height: 78px;
    background: #27a3c9ff !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;
    border-color: #003366ff;
    border-color: #003366ff !important;
}

.chat_option img {

    border: 2px solid #ffffffff;
    border-color: #003366ff !important;

}

.online_text {

    color: #000000ff !important;
}

/* .header {

    color:!important;

} */

.chat .chat_converse .chat_msg_item.chat_msg_item_admin p {

    color: #ffffffff !important;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {

    background-color: #27a3c9ff !important;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {

    color: #000000ff !important;
    background: #ebebebff !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 #ebebebff !important;
    background: #ebebebff !important;

    color:

        #424242ff !important;

}

.burbuja {

    background: #27a3c9ff !important;

}

i.prime.bi-chat-left-text-fill.bi {

    color: #ffffffff !important;

}

svg {

    fill: #003366ff !important;

}

.hidden {
    display: none !important;
}