#img-notif {
    position: absolute;
    z-index: 5;
    height: 60px;
    left: 0;
    top: -4px;
}

.notifications-container {
    margin-left: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-left-width: 0;
}

.notifications-header {
    height: 50px;
    background-color: rgb(189, 190, 193);
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-item {
    border-left-width: 10px;
    border-left-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -16px;
    border-radius: 0;
    min-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.notification-color-1 {
    border-left-color: rgb(109, 208, 246);
}

.notification-color-2 {
    border-left-color: rgb(34, 170, 226);
}

.notification-color-3 {
    border-left-color: rgb(0, 155, 223);
}

.notification-color-4 {
    border-left-color: rgb(109, 208, 246);
}

.notification-color-5 {
    border-left-color: rgb(197, 227, 239);
}