.theme--dark .form-container .form textarea.form-input.form-input {
    background: #EEECEB !important;
    color:#000 !important;
}

.theme--dark #chatroom .message-content .message-wrapper .description {
color: #ccc !important;
}

.theme--dark #chatroom .message-content .message-wrapper .answer .feedback {
    border-top-color: #171717 !important;
}