.max-width-col {
    max-width: 300px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-badge {
    position: relative;
    display: inline-block;
}

.notification-badge .badge {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    height: 15px;
}