.notificationLink{
    font-size: 11px;
    margin-left: 13px;
    margin-top: 5px;
    color: #888da8;
    font-family:Roboto;
}


.popup-chat {
    width: 320px;
    box-shadow: 0 0 6px 0 #707070;
    overflow: hidden;
    position: relative;
    z-index: 5;
}


.ui-block {
    background-color: #fff;
    border-radius: 5px;

    margin-bottom: 15px;
}
.popup-chat .modal-content {
    border: 0;
}
.popup-chat .modal-header {
    background-color: #888da8;
    padding: 9px;
}


.popup-chat .modal-header .title {
    color: #fff;
}
.popup-chat .modal-header .title {
    margin-right: auto;
}

.popup-chat .more {
    width: auto;
    font-size: 10px;
    text-align: right;
    color: #fff;
    fill: #fff;
    cursor:pointer;
}


.notification-list.chat-message {
    background-color: transparent;
}
.notification-list {
    margin-bottom: 0;
}
.popup-chat .chat-message-field li {
    overflow: hidden;
    padding: 9px 14px;
}
.chat-message-field li {
    border-bottom: none;
}
.popup-chat .author-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    bordeR: 1px solid #ccc;
    text-align: center;
    line-height: 1.8;
    margin-lefT: -24px;
    position: absolute;
    margin-top: -9px;
}

.author-thumb img {
    border-radius: 100%;
    overflow: hidden;
    max-width: unset;
    display: block;
}
.popup-chat .notification-event {
    padding-left: 10px;
    width: 100%;
}
.chat-message-field .notification-event {
    max-width: 100%;
    background-color: #dee0e7;
    margin-lefT: 12px;
    margin-top: -8px;
    padding: 12px;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #dff2ff;
    margin-bottom: 2px;
}
.popup-chat .chat-message-item {
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family:Roboto;
    color:#1d1717;

}
.popup-chat .notification-date {
    float: left;
}
.chat-message-field .notification-date {
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #888da8;
    font-family:Roboto;
}
.ilanpazariChatModal>.modal-content>.modal-header>.title>a{

    font-family: Roboto;
    font-size: 13px;
}
.ilanpazariChatModal>.modal-content>.modal-body{

    height: 140px;
}