.notify-item-wrapper {
  position: relative;
}
.notify-item-wrapper .dropdown-item.notify-item {
  padding-right: 32px;
}
.noti-dismiss-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 2px 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #98a6ad;
  border-radius: 3px;
  opacity: 0.6;
  transition: opacity 0.15s, color 0.15s;
}
.noti-dismiss-btn:hover {
  opacity: 1;
  color: #f1556c;
  background-color: rgba(241, 85, 108, 0.1);
}
