/* ============================================
   Notification Bell
   ============================================ */
.notification-bell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.notification-badge {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 9px;
    height: 9px;
    background: #FF5100;
    border: 1px solid #16181D;
    border-radius: 50%;
}