/* activities.notification_bell.css */
.dropdown-menu-alerts {
    width: 450px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 1rem;
    background-color: #f6f7fb;
}

.alert-legend-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.bg-red-500 {
    background-color: #f44336 !important;
}

.bg-orange-500 {
    background-color: #ff9800 !important;
}

.bg-green-500 {
    background-color: #4caf50 !important;
}
