.notification {
  background-color: #f2f4f8 !important;
  border-left: 5px solid #5b9bd5 !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  padding: 15px !important;
  max-width: 300px;
  font-family: Arial, sans-serif;
  position: relative !important;
  opacity: 1 !important;
}

.notification-sender {
  font-weight: 600;
  color: #5270b1;
}

.notification-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.4em;
}

.notification i {
  color: #5b9bd5;
  font-size: 20px;
  margin-right: 10px;
}

.notification-title {
  font-size: 15px;
  margin-top: 0 !important;
  color: #5270b1;
  margin: 0;
  font-weight: 600;
}

.notification-text {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.notification-link {
  font-size: 14px;
  color: #5b9bd5;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.notification-link:hover {
  color: #165c9c !important;
}

.notification-close-btn {
  float: right;
  background: none;
  border: none;
  font-size: large;
  font-weight: 600;
}

.notification i {
  color: #5b9bd5;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #7cacdb;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

#toast-container > div {
  -moz-border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  -webkit-box-shadow: 0 0 12px #5b9bd5 !important;
  box-shadow: 0 0 12px #5b9bd5 !important;
}