

.notification-box .badge {
    position: absolute;
    bottom: -4px;
    right: -7px;
    font-size: 13px;
    background-color: #de172c;
    padding: 3px;
    min-width: 13px;
    height: 13px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.notification-box .badge:hover {
    background-color: #d90000;
}

.notification-img {
    width: 38px !important;
    height: 38px !important;

}

