.dropdown-notification .not-list {
    background: #fff;
    border-radius: 4px;
}

.dropdown-notification .not-list.not-read-not {
    background: #e8f6fd;
    box-shadow: inset 3px 0 0 #79d2f5;
}

.dropdown-notification .not-list.not-read-not .not-service-id,
.dropdown-notification .not-list.not-read-not .not-msg,
.dropdown-notification .not-list.not-read-not .not-product-id {
    font-weight: 600;
}

html[lang^="ar"] .dropdown-notification .not-list.not-read-not {
    box-shadow: inset -3px 0 0 #79d2f5;
}
