/* .__talkjs_launcher {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1000;
    background-color: #FF9412;
    background-position: center 17px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 19px 1px rgb(0 0 0 / 10%);
}  */

 /* Altera o ícone do WebChat quando fechado */
 .__talkjs_launcher.closed {
    background-image: url('https://i.ibb.co/rwvyw5Q/Chat.png') !important; /* Lembre-se de mudar a url */
}

/* Altera a cor do botão flutuante do WebChat */
.__talkjs_launcher {
    background-color: #F38900 !important; /* Lembre-se de mudar a cor */
    background-position: center !important; /* Deixa novo ícone centralizado */
}