/* CCS HASTHTAG- NOTIFICATIONS */

.form-group.blctxtcomment {position: relative;}
#hashtaglst {position: absolute;left: 50px;top: 50px;background: #fff;z-index: 9;border: solid 1px #eee;padding: 5px 0;border-radius: 5px;box-shadow: 0 0 2px #eee;max-height: 300px;overflow-y: scroll;}
#hashtaglst ul {list-style: none;padding: 0;margin: 0;}
#hashtaglst ul li {padding: 5px 10px;border-bottom: solid 1px #eee;cursor: pointer;}
#hashtaglst ul li.lisel, #hashtaglst ul li:hover {background-color: #eee;}

.sidebarnotif{
    max-height: 900px;
    overflow: scroll;
}