.notifications-manager-wrapper {
}

.container-follow-html .children-info {
  display: none;
}

.container-follow-html .item-notification {
  position: relative;
}

.container-follow-html .delete-notification {
  cursor: pointer;
  margin-left: 8px;
  font-weight: bold;
  display: block;
  margin: auto;
  position: absolute;
  top: 5px;
  right: 5px;
}

.container-follow-html .item-notification.parent > div:first-child {
  cursor: pointer;
}

.item-notification {
  display: flex;
  align-content: center;
  justify-content: left;
  border-bottom: 1px solid;
  padding: 5px;
  position: relative;
  flex-direction: column;
}

.item-notification a, .item-notification div{
  width: 90%;
}
