﻿.notificationSpan {
    position: absolute;
    right: 10px;
    top: 8px;
    background: #FF6631;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.notificationA {
    position: absolute;
    top: 15px;
    font-size: 25px;
    right: 15px;
    color: #27004C;
    cursor: pointer;
    text-decoration: none !important
}

.notificationDiv {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 3px 10px 10px 10px;
}

.top-5 {
    top: -5px;
}

.bcAccentFont-partial {
    color: #23085a;
    font-weight: normal;
}
