.badge-primary{
  border-radius: 10px;
  font-size: 55%;
}

.fa-bell{
  font-size: 25px;
}


.notifications{
  width: 400px;
  padding: 0;
}

.noti-icon{
  width: 60px;
  border-radius: 60px;
}

.noti-font{
  font-size: 10px;
  color: black;
  font-weight: 100;
}

.noti-font > span{
  font-size: 14px;
  font-weight: 600;
}

.notifications > .noti-outer > .container > .row > .col-3{
  padding-right: 0;
}

.notifications > .noti-outer > .container > .row > .col{
  padding-left: 0;
}

.ic{
  background-color: #dedede;
  border-radius: 5px;
  padding: 5px;
}

.noti-main{
  padding-right: 30px;
  padding-bottom: 10px;
}

.noti-outer :hover{
  background-color: #dedede;
}

.noti-outer :hover .ic{
  background-color: white;
}
