.notification-switcher > div.dropdown {
    margin-top: 0;
}
.notification-switcher ul>li>span {
    padding-left: 10px;
    padding-right: 10px;
}
.notification-bell-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s ease;
    color: #fff;
}
.notification-bell-container:hover {
    background-color: rgba(168, 23, 0, 0.2);
}
.notification-bell-container i {
    font-size: 18px;
}
.notification-bell-container .new-notification {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 6px;
    height: 6px;
    background: #A81700;
    border-radius: 50%;
    border: 1px solid #fff;
}
.notification-bell-container.active {
    color: var(--bs-link-color);
}
.notification-item > a > img{
    margin-right: 10px;
}
.notification-item * {
    font-size: 12px;
    color: rgb(87, 87, 87);
}
.notification-item > a div {
    margin-top: 0;
    margin-bottom: 0;
}
.notification-item > a {
    padding: 0;
    line-height: 1.4;
}
.notification-item.unread > a {
    /*box-shadow: 0 3px 3px -2px #A81700;*/
    background-color: rgba(168, 23, 0, 0.1);
}
.notification-item > a:hover,
.notification-item > a:focus {
    background: none;
}
.notification-item .notification-time {
    margin-top: 4px;
    margin-bottom: 0;
}
.notification-switcher {
    margin-right: 16px;
}
.notification-switcher .dropdown-menu {
    margin-top: 8px;
    padding: 0;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
