.notificacao{
  box-shadow: 5px 5px 5px #aaaaaa;
  min-width: 400px;
  background-color: #EFEFEF;
  border-radius: 10px;
}

.item-notificacao{
  text-decoration: none !important;
  color: #000000;
  cursor: pointer;
}
.item-not{
  background-color: #fff;
  margin-bottom: 10px ;
  margin-left: 10px ; 
  margin-right: 10px ; 
  border-radius: 5px;
  padding-left: 5px;
  box-shadow: 5px 7px 5px #bbbbbb;
}
.num {
  position: absolute;
  /* left: 22px; */
  right: 1px;
  top: 0px;
  color: #fff;
  background:red;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  border-radius:50%;
  box-shadow:0 0 1px #333;
  font-weight: 700;
}

#menu-notificacao {
  overflow-x:hidden;
  overflow-y:scroll; 
}
#menu-notificacao::-webkit-scrollbar {
  width:4px;
}
#menu-notificacao::-webkit-scrollbar * {
  background:transparent; 
}
#menu-notificacao::-webkit-scrollbar-thumb {
  background-color: rgba(245,245,245,1);
}