.dropdown-notifications-item.unread {
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
}

.dropdown-notifications-item.read {
    opacity: 0.7;
}

.dropdown-notifications-list {
    max-height: 300px;
    overflow-y: auto;
}

.badge-notifications {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.dropdown-notifications-actions .dropdown-notifications-read {
    color: #007bff;
    text-decoration: none;
}

.dropdown-notifications-actions .dropdown-notifications-read:hover {
    color: #0056b3;
}