.Notification-Badge {
    position: absolute;
    top: 2px;
    right: 4px;
    background-color: rgb(208, 0, 111);
    padding: 0 6px;
    border-radius: initial;
    font-size: 15px;
    color: white;
}

.relative-position{
    position: relative;
}