#displayChat {
    display: none;
}
.divChatKlauber {
    position: fixed;
    bottom: 40px;
    right: 120px;
    z-index: 9999;
    width: 360px;
    height: 420px;
    border-radius: 10px;
    background-color: #EEEEEE;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(184 175 184);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184,175,184,1);
    box-shadow: 0px 3px 5px 0px rgb(184 175 184);

}
.topoChatKlauber {
    width: 360px;
    height: 60px;
    border-radius: 10px 10px 0 0;
    background-color: #2A4472;
    border: solid 1px #2A4472;
}
.logoChatKlauber {
    height: 60px;
}
.icoXChatKlauber {
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    bottom: 50px;
    left: 290px;
    font-size: 22px;
    cursor: pointer;
}
.tituloChatKlauber {
    font-family: 'Tahoma';
    font-size: 18px; 
    color: #FFFFFF;
    padding: 0;
    margin-top: 12px;
    padding-left: 1px;
    position: relative;
    right: 5px;
}
.fotinhoKlauber {
    width: 50px;
    margin-top: 10px;
}
.chatPergunta {
    margin: 0;
    font-family: 'Montserrat';
    background-color: #2A4472;
    color: #FFFFFF;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.chatResposta {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 13px;
    background-color: #FFFFFF;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.balaoChatKlauber {
    margin-top: 10px;
}
.divConversaChatKlauber {
    display: table-row;
    height: 360px;
    overflow: auto;
}
::-webkit-scrollbar-track {
    background-color: #dad7d7;
}
::-webkit-scrollbar {
    width: 6px;
    background: #dad7d7;
}
::-webkit-scrollbar-thumb {
    background: #909090;
}
.btnKlauber{
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 3px;
}
.clique {
    width: 30px;
    position: relative;
    right: 22px;
}
.local {
    width: 30px;
    position: relative;
    right: 23px;
}
.bomba {
    width: 30px;
    position: relative;
    right: 26px;
}
.rua {
    width: 30px;
    position: relative;
    right: 35px;
}
.maoCoracao {  
    width: 30px;
    position: relative;
    right: 22px;
}
.ferramenta {
    width: 30px;
    position: relative;
    left: 10px;
    margin-right: 17px;
}
.megafone {    
    width: 30px;
    position: relative;
    left: 15px;
    margin-right: 26px;
}
.chatizinho {
    width: 30px;
    position: relative;
    top: 10px;
    margin-right: 20px;
}
/* -------------------------------------------Tablet--------------------------------------- */
#displayChatTab {
    display: none;
}

/* -------------------------------------------Celular--------------------------------------- */
#displayChatCel {
    display: none;
}
.divChatKlauberCel {
    transition: all 0.3s ease;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
}
.topoChatKlauberCel {
    width: 100%;
    height: 60px;
    background-color: #2A4472;
    border: solid 1px #2A4472;
}
.icoXChatKlauberCel {
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    right: 30px;
    font-size: 22px;
    cursor: pointer;
}
.divConversaChatKlauberCel {
    height: 700px;
    display: table-row;
    overflow-y: scroll;
}
li.page-item {
    margin-right: 10px;
}