#master_chat {
    height: 100%;
}

#master_chat * {
    --color-principal: #3366CC;
    scrollbar-width: thin;
    scrollbar-color: #b1b1b1 white;
}

#master_chat {
    margin: 0;
}

#webchat {
    height: 70%;
    width: 70%;
    font-family: 'Work Sans', sans-serif !important;
}

#master_chat img {
    border-color: aliceblue;
}

button.ac-pushButton.style-default.ac-selectable {
    border-radius: 20px;
    background-color: var(--color-principal) !important;
    border-color: white;
    color: white !important;
    font-family: 'Montserrat', sans-serif !important;
}

#contenedorWeb {
    width: 97%;
}