/* green notification badges */

.badge {
    margin-top: 10px;
    padding: 5px;
    width:auto;
    min-width: 25px;
    margin-left: 10px;
}

.badge-default {
background: #5FBB46;
}


/* end green notification badges */

.notifications .notification-badge {
    position: absolute !important;
    left: 20px;
    margin: 0;
    bottom: 25px !important;
    z-index: 1;
    border: 2px #f4f4f4 solid;
}

.stroke {
    border: 2px #f4f4f4 solid !important;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}