div#kt_drawer_notifications {
    display: block !important;
}
.notifications_header{
    display: flex;
    margin: 15px;
}
.notification_item {
    padding: 20px;
    margin:8px;
}
.notifications_title{
    color: var(--Black-black, #000);
    font-kerning: none;
    font-feature-settings: 'liga' off;

    /* H2 */
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%; /* 35.84px */
    letter-spacing: -1.12px;
    flex-grow: 1;
}
.notification_item .notification_msg{
    color: var(--Black-black, #000);

/* P medium */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128%; /* 17.92px */
letter-spacing: -0.56px;
}
.notification_date{
    color: var(--Black-grey, #8B898C);

/* P medium */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128%; /* 17.92px */
letter-spacing: -0.56px;
}
.notif_group{
    color: var(--Black-black, #000);

/* P bold */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 128%; /* 20.48px */
letter-spacing: -0.64px;
padding:20px;
}
.notification_item.unread{
    border-radius: var(--8, 8px);
    background: var(--Blue-turquoise-blue-100, #E6F0F2);
}