.notificationslist .notif-image {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-size: cover;
    border-radius: 50%;
    margin: 10px;
}

.notificationslist .notification {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}

.notificationslist .notif-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.notificationslist .notif-container .notif-title,
.notificationslist .notif-container .notif-body {
    width: 100%;
    font-family: "Metropolis Bold";
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 1.3px;
    text-align: left;
    color: #7c7c7c;
    word-break: break-word;
    outline: none;
}

.notificationslist .notif-container .notif-body {
    font-family: "Metropolis Regular";
}

.notificationslist .unread {
    background-color: #fffae3;
}

.notificationslist .separator {
    height: 1px;
    width: 80%;
    margin: auto;
    background-color: #f0f0f0;
}

.notificationslist.full-height {
    height: 100%;
}

.notificationslist .empty-message {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 100%;
    font-family: "Metropolis Bold";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-align: center;
    color: #7c7c7c;
    margin-top: 142px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
