/* Force Notification Bell to be Visible */
#notificationBell,
#notificationBell *,
.notification-badge,
#notificationBadge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#notificationBell i,
#notificationBell .fas,
#notificationBell .far {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

/* Ensure FontAwesome icons are visible */
.fas.fa-bell,
.far.fa-bell {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force notification badge visibility */
.notification-badge,
#notificationBadge {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    background-color: #495057 !important;
    color: white !important;
    border-radius: 50% !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    min-width: 18px !important;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override any hiding CSS */
.nav-item.dropdown {
    display: block !important;
    visibility: visible !important;
}

.nav-link[data-toggle="dropdown"] {
    display: block !important;
    visibility: visible !important;
} 