#notification-count {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    position: absolute;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    bottom: 9px;
    left: 15px;
}
#notification-icon{
    cursor: pointer;
}
#notification-list{
    display: none;
    top:50px;
    position: absolute;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    right: -40px;
    background: #fff;
    width: 350px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#notification-loading{
    width: 100%;
    height: 200px;
    top: 0;
    display:flex;
    align-items:center;
    justify-content:center
}
#notification-title{
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#notification-title h4 {margin-bottom:0;}
#notification-list ul{
    display: none;
    padding: 0 20px;
    background: #fff;
    width: 100%;
    height: auto;
    overflow-y: scroll;
}

#notification-list ul li{
    padding: 10px;
    /* background: #f2f2f2; */
    border-radius:5px;
    margin: 1.2rem 0;
}

#notification-loadMore{
    display: none;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #717173;
    color:#fff;
    cursor: pointer;
    border-top: 1px solid #f9f9f9;
    transition:all .2s;
}

#notification-loadMore:hover {
    background:#f9f9f9;
    
    color:#000;
}

.trans {
    transition:all 1s ease-in-out;
}

#mark-as-read:hover {
	color:gray;
	cursor: pointer;
}


#display-notif-type li {
    border:1px solid #f2f2f2
}

#display-notif-type li small {
    display:block;
    margin-top:.6rem;
    color:#000;
}
