﻿.item-badge {
    position: relative;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: -10px;
    top: -2px;
    background: red;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 2px 5px;
    font-size: 10px;
}
