.chat-notifications .messages-popup-title {
    font-size: 18px;
}
.chat-notifications .dx-list-search {
    margin-bottom: 10px;
}
.chat-notifications .dx-button-content {
    padding: 5px 10px;
    padding-left: 13px;
}
.chat-notification {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    margin: 5px 0px;
}
.chat-notification .user-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}
.chat-notification .user-name {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-notification .user-name i {
    color: var(--base-warning)
}
.chat-notification .user-status {
    float: left;
}
.chat-notification .user-desc {
    color: var(--secondary-text-color);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-notification .msg-date {
    float:right;
}