#bellIcon {
    height: 18px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
    cursor: pointer;
  }
  #bellNotificationCount {
    display: none;
    position: relative !important;
    top: 7px;
    vertical-align: bottom;
    color: white;
    background-color: red;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    margin-left: -5px;
    font-size: 12px;
    cursor: pointer;
  }
  div#bellNotificationsDiv {
    position: absolute;
    right: 50px;
    width: 40vw;
    float: right;
    display: none;
  }
  #hideNotificationsDiv,
  .dismiss-notification {
    font-size: 30px;
    line-height: 1;
    margin-right: 10px;
    cursor: pointer;
  }
  #notificationsHeader {
    background-color: #cd1041;
    color: white;
  }
  #bellNotificationsTable > tbody > tr {
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
}