@import url("https://fonts.cdnfonts.com/css/nexa-bold");

.header {
    font-family: "Nexa", sans-serif !important;
}
.chat_header {
    font-size: 13px;
    font-family: "Nexa", sans-serif !important;
    color: #ffffffff !important;
    height: 78px;
    background: #00369cff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.chat {
    font-family: "Nexa", sans-serif !important;
}
textarea#chatSend {
    font-family: "Nexa", sans-serif !important;
    border-color: #00369cff;
    border-color: #00369cff !important;
}
.chat_option img {
    border: 2px solid #00369cff;
    border-color: #00369cff !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: #5b5b5e !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: #00369cff !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 #00369cff !important;
    font-weight: bold;
    background: #ffffffff !important;
    color: #00369cff !important;
}
.tags li:hover{
    outline: 0.2px groove #174896 !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: #00369cff !important;
}
svg:hover{
    fill: #174896 !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;
}

svg#Clouse {
    top: -61px !important;
    color: red;
    fill: red !important;
}
textarea#chatSend
{
  margin-left: 30px !important;
}