@import url('https://fonts.cdnfonts.com/css/lato');

.header {
    font-family: "Lato", sans-serif !important;
}

.chat_header {
    font-size: 13px;
    font-family: "Lato", sans-serif !important;
    color: #ffffffff !important;
    height: 78px;
    background: #1E22AA !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.chat {
    font-family: "Lato", sans-serif !important;
}

textarea#chatSend {
    font-family: "Lato", sans-serif !important;
    border-color: #1E22AA;
    border-color: #1E22AA !important;
}

.chat_option img {
    border: 2px solid #1E22AA;
    border-color: #1E22AA !important;
}

.online_text {
    color: #ffffffff !important;
}

.header {
    color: #ffffffff !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: #888B8D !important;
    color: white !important;
    opacity: 80%;
}

.chat .chat_msg_item.chat_msg_item_admin span h3 {
    font-size: 1.4rem !important;
    color: white !important;
}

.chat .chat_msg_item.chat_msg_item_admin span ul,
.chat .chat_msg_item.chat_msg_item_admin span li {
    color: white !important;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    color: #ffffffff !important;
    background: #001871 !important;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user p {
    color: #888B8D !important;
}

#chat_fullscreen {
    background: #ffffffff !important;
}

.tags li {
    border: 2px solid #1E22AA !important;
    font-weight: bold;
    background: #ffffffff !important;
    color: #1E22AA !important;
}

.tags li:hover {
    outline: 0.2px groove #001871 !important;

}

.burbuja {
    background: #ffffffff !important;
}

.burbuja {
    background: white !important;
    background-image: url(https://acap.botpropanel.com/Files/DownloadFile/29d97426-77c8-4678-9345-46be1c148ad2) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    font-size: 0px !important;

}

i.prime.bi-chat-left-text-fill.bi {
    color: white;
    display: none;
}


svg {
    fill: #EE2737 !important;
}

svg:hover {
    fill: #001871 !important;
}

a {
    color: white !important;
}

.chat_converse {
    height: 357px !important;
}

ul li {
    color: white !important;
}

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;
}

.cerrar {
    display: inline-block !important;
    position: relative;
    top: -66px !important;
    left: -6px !important;
    text-align: right !important;
    transition: transform 0.2s ease;
}

.cerrar:hover {
    cursor: pointer;
    transform: scale(1.1);
}

svg#Clouse {
    background-color: #fff;
    fill: #EE2737 !important;
    border-radius: 10px;
    width: 20px !important;
    height: 20px !important;
}

textarea#chatSend {
    margin-left: 30px !important;
}