.unread-note-row {
    background-color: #fff3cd !important;
}

.unread-note-row:hover {
    background-color: #ffe69c !important;
}

.unread-notes-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
