.notification-read-status-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.notification-read-status-icon.read {
    background-color: var(--grey);
}

.notification-read-status-icon.unread {
    background-color: var(--red);
}

.notifications-count-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--red) !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: 2;
    font-size: .7rem;
    line-height: .7rem;
}
