@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100&family=Work+Sans:wght@100&display=swap');


.header {

    font-family: 'Work Sans', sans-serif !important;

}

.chat_header {

    font-size: 13px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500;
    color: #ffffffff !important;
    height: 78px;
    background: #0e4971ff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;

}

.chat {

    font-family: 'Work Sans', sans-serif !important;

}

textarea#chatSend {

    font-family: 'Work Sans', sans-serif !important;
    border-color: #0e4971ff;
    border-color: #0e4971ff !important;
    font-weight: bold;

}

.chat_option img {

    border: 2px solid #f1961eff;
    border-color: #0e4971ff !important;

}

.online_text {

    color: #ffffffff !important;
    font-weight: bold;

}

.header {

    color: #ffffffff !important;
    font-weight: bold;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin p {

    color: #0e4971ff !important;
    font-weight: bold;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {

    background-color: #ffffffff !important;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {

    color: #ffffffff !important;
    background: #0e4971ff !important;
    font-weight: bold;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_user p {

    color: #545859 !important;
    font-weight: bold;

}


#chat_fullscreen {

    background: #ebeff2ff !important;

}

.tags li {

    border: 2px solid #f1961eff !important;
    font-weight: bold;
    background: #ffffffff !important;

    color: #0a466fff !important;

}

.burbuja {

    background: #0e4971ff !important;

}

i.prime.bi-chat-left-text-fill.bi {

    color: #ffffffff !important;

}

svg {

    fill: #0e4971ff !important;

}

.text_speech.scale-in-right {
    text-align: center;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    font-size: large;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin p {
    font-size: large;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user p {
    font-size: initial;
}

textarea#chatSend {
    font-size: large;
}

.tags li {
    font-size: large;
}

/*Estilos nuevos*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 300 !important;
}

h3 {
    font-size: 1.5rem !important;
    line-height: 1.35em !important;
}

h4 {
    font-size: 1.45rem !important;
    line-height: 1.35em !important;
    letter-spacing: -.08rem !important;
}

ul li {
    list-style: disc;
    margin-left: 20px;
    font-weight: 800;
    font-size: 16px;
    color: #0e4971ff;
}