div.top-menu div.top-menu-link a.auth span.badge {
    position: absolute;
    top: 0px;
    right: 30%;
    padding: 5px 7px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 9px;
}

.notifications-dropdown {
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.notifications-dropdown h2 {
    font-size: 14px;
    padding: 10px;
    color: #999
}

.notifications-dropdown a {
    text-decoration: none;
}

.notifications-dropdown .notification-date {
    color: #ccc;
    font-size: 10px;
}

.notifications-dropdown h2 span {
    color: #f00
}

.notifications-item {
    /* display: flex; */
    padding: 10px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item.new {
    background-color: #fff6e9
}

.notification-content {
    margin: auto;
}

.notification-content.message {
    padding-left: 0;
}

@media (max-width: 767.98px) {
    div.top-menu div.top-menu-link a.auth span.badge {
        display: block;
        padding: 3px 5px;
    }
}