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

.badge-notification {
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: #F14640;
    color: #F9F9FF;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 10px;
}


.notification-item {
    padding: 10px;
    border-bottom: 1px solid #E5E5F9;
}

.notification-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-message {
    margin-bottom: 5px;
}

.notification-date {
    font-size: 0.8em;
    margin-bottom: 5px;
}

/* Button styling for notification tables */
.btn-notification-action {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .notification-item {
        color: #F9F9FF;
    }

    /* Responsive adjustments for notification tables */
    .btn-notification-action {
        padding: 2px 5px;
        font-size: 12px;
    }
}
