﻿span.notif-badge {
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    line-height: 12px;
}

.alert-header {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ddd;
}

a.alert-viewall {
    font-size: 14px !important;
    background-color: green !important;
    color: #fff !important;
    padding: 5px !important;
    text-align: center;
}

    a.alert-viewall:hover {
        background-color: green;
        color: #fff !important;
        padding: 5px !important;
        font-size: 14px;
        height: 0;
    }

div.alert-dropdown ul {
    display: block !important;
    width: 100%;
}

    div.alert-dropdown ul li {
        width: 93% !important;
        font-weight: normal !important;
        padding: 6px 10px !important;
    }
