/* Configuração do Whatsapp */

.btn-whatsapp {

    position: fixed;

    bottom: 10px;

    right: 10px;

    z-index: 9999999;

}



.btn-whatsapp img {

    width: 73px;

    z-index: 9999999 !important;

}



.chat-whatsapp {

    position: fixed;

    bottom: 0;

    right: 0;

    width: 340px;

    height: 470px;
    z-index: 9999;
}



.thumb-whats img {

    width: 50px;

    background-color: white;

    border-radius: 100px;

    margin-left: 7px;

}



.header-chat {

    background-color: #075e54;

    padding: 10px 0px;

}



.icon-zap {

    color: white;

    font-weight: bold;

}



.nome-whats {

    color: white;

    margin-left: 7px;

}



.conversa-whats {

    height: inherit;

    padding-top: 10px;

}



.mensagem-balao {

    background-color: white;

    padding: 10px;

    border-radius: 05px;

    margin-top: 10px;

}



.mensagem-balao .emoji img {
    width: 26px;
    display: inline;
    margin-left: 8px;
}



.mensagem-balao span {

    color: #262626;

    font-size: 14px;

}


.balao-aba {
    position: absolute;
    left: -14px;
    margin-top: 8px;
    display: initial;
}


.local-chat-talk {

    position: absolute;

    width: 100%;

    bottom: 0px;

    padding: 10px;

}


.local-chat-talk input[type="text"], .local-chat-talk input[type="text"]:focus {
    width: 100%;
    border: 1px solid #cac5bf;
    padding: 10px;
    color: #909090;
    height: 31px;
    box-shadow: none;
    background-color: white;
    padding: 20px 10px;
}



span.texto-horario {

    font-size: 9px;

    float: right;

    margin-top: 17px;

}



.circle-logo {

    width: 30px;

    background-size: cover;

    background-color: white;

    border-radius: 50px;

    height: 30px;

    display: -webkit-inline-box;

}



span.not-num {

    background-color: red;

    color: white;

    font-weight: bold;

    padding: 6px;

    border-radius: 74px;

    font-size: 15px;

    position: absolute;

    right: 0px;

    line-height: 13px;

}