#chat {
    background-color: #dad3cc;
}
.c1 {
    background-color: #464646;
}
.firstbubble,
.bubble,
.whitebox,
.triangle::after,
.ttriangle::after {
    background-color: #ffffff;
}
#textsend, 
input#smssend, 
input#emailsend, 
.tttriangle::after, 
.chatwarning {
    background-color: #27be0f;
}
.form_error {
    background-color: #ff0000;
}
.footer {
    background-color: #333333;
}