        .chat {
        background: #f6bf0c;
        border-color: #f6bf0c;
        color: #212121;
    }
    .chat:hover {
        background: #01912d !important;
        border-color: #01912d !important;
        color: #ffffff !important;
    }