body {
    background-color: #18191A;
    color: #ccc;
    padding: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #c71617;
    font-family: "Arial", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #c71617;
}

#btnChatCustom {
    cursor: pointer;
        position: relative;
        display: block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: #ac0b0b;
        border-color: transparent;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        outline: none;
}

#btnChatCustom:focus {
    outline: none;
}

#btnChatWhatsappCustom {
    cursor: pointer;
        position: relative;
        display: block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: #40C351;
        border-color: transparent;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        outline: none;
}

#btnChatWhatsappCustom:focus {
    outline: none;
}

.chatbot-content {
    position: fixed;
    display: grid;
    justify-content: center;
    bottom: 2%;
    right: 3%;
    z-index: 1000;
}
.chatbotWhatsapp-content {
    position: fixed;
    display: grid;
    justify-content: center;
    bottom: 3%;
    right: 3%;
    z-index: 4000;
}

.endChatButton {
    background-color: #c71617 !important;
}

.rich-menu-item:hover {
    background-color: #c71617;
    color: #FFF;
}

.embeddedServiceSidebarButton {
    background-color: #c71617 !important;
    color: #FFF !important;
}

.embeddedServiceSidebarButton.uiButton--inverse .label {
    color: #FFF !important;
}

.link {
    color: #c71617 !important;
}

.campo {
    text-align: right;
    padding: 5px;
}

.desc {
    text-align: left;
    padding: 5px;
}

.titulotabla {
    text-align: center;
    padding: 10px;
    background-color: #C71617;
    color: #fff;
}

.tablabot {}

.chasitor a {
    color: #fff;
}

ul {
    list-style: disc;
}

.slds-input {
    border-radius: 5px;
    color: #18191A;
    padding: 10px;
}

.formcontainer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: sans-serif;
    margin-top: 20px;
    text-align: left;
}

.slds-button {
    padding: 15px;
    /* font-weight: bold; */
    color: #FFF;
    background-color: #b71314;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}

.btnfooter {
    position: fixed;
    bottom: 5%;
    width: 100%;
}

input {
    border: 1px solid #8d8d8d !important;
}

.embeddedServiceSidebarExtendedHeader {

    background-color: rgb(255, 255, 255) !important;

}

.message {

    color: white !important;

}

.tooltipContent {
    position: absolute;
    display: grid;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    width: 70px;
    bottom: 9px;
    right: 68px;
    height: 32px;
    z-index: 1000;
    background-color: #FFF;
}

.tooltipContent .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
}

.modalText {
    color: black;
}