.notification-count {
    position: absolute;
    top: -4px;
    right: -8px;
    background-color: #ff0000;
    border-radius: 50px;
    padding: 0 4px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff !important;
}

.notification-content {
    width: 100%;
    border: 1px solid #ffadad;
    border-radius: 4px;
    background-color: #f5181815;
    padding: 0.25rem 0.75rem;
}


.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    color: var(--bs-dropdown-link-active-color);
    background: transparent;
    color: #7a7a7a
}