#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;
	top: 40px;
	width: 40vw;
	float: right;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: none;
  }
  
  @media (max-width: 767px) {
	div#bellNotificationsDiv {
		right: 30px;
		width: 90vw;
	}
  }
  
  
  #hideNotificationsDiv,
  .dismiss-notification {
    font-size: 30px;
    line-height: 1;
    margin-right: 10px;
    cursor: pointer;
	float: right;
  }
  #notificationsHeader {
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #cd1041;
	color: white;
  }
  #bellNotificationsTable > tbody > tr {
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
}
#notificationsTitle {
	padding: 8px;
	line-height: 2.3;
}
#notificationsClearAll {
    position: absolute;
    right: 45px;
}
.btnClear {
    margin: 5px;
    color: white;
    background-color: #cd1041;
    border-color: white;
    border-radius: 5px;
}

table#bellNotificationsTable {
    width: 100%;
	border-radius: 8px;
}
.message-container {
	margin: 5px;
}