.notification-wrapper .ic-bell{
    font-size: 18px;
}
.notification-wrapper .ic-lg{
    font-size: 50px !important;
    color: #29275b;
}
.notification-wrapper .ri-time-line{
    position: relative;
    top: 1px;
}
.notification-wrapper .nav-link{
    color: #abb9e8;
    border: none !important;
    outline: none;
}
.notification-wrapper .nav-link:hover{
    color: #fff;
    outline: none;
}
.notification-wrapper .nav-link.active{
    border-bottom:1px solid #494987 !important;
    color: #494987;
}
.notification-wrapper .list-group-item a{
    color: #495057;
}
.notification-wrapper .list-group-item a:hover{
    text-decoration: none;
}
.notification-wrapper .list-group-item:hover{
    background: #f3f6f9;
}

.notification-wrapper .dropdown-menu {
    min-width: 300px;
    max-height: unset !important;
    overflow: hidden !important;
}

.notification-wrapper .tab-content{
    max-height: 350px;
    overflow: auto;
}

.notification-wrapper .ri-close-circle-line {
    font-size: 18px;
}