.api-chatui {
    height: 500px;
    width: 60%;
    margin: 0 auto;
}

.api-chatui .chat_header_icon {
    background-image: url('https://ej2.syncfusion.com/react/demos/src/chat-ui/images/public-event.png');
    background-color: unset;
}

.chat-property-section .property-panel-content td {
    padding: 10px 0px;
    width: 35%;
}

.chat-property-section .e-multiselect,
.chat-property-section .e-multi-select-wrapper {
    padding-left: 0;
    padding-top: 0;
}

@media only screen and (max-width: 850px) {
    .api-chatui {
        width: 80%;
    }
}