.markAllAsReadAllNoti {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #0099cc;
  cursor: pointer;
}

#notiList {
  width: 450px;
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

#notiList #notifications-wrapper {
  min-height: 300px;
  max-height: 400px;
  overflow-y: scroll;
}

#notiList #notifications-wrapper::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}

#notiList #notifications-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

#notiList #notifications-wrapper::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}

#notiList #seeAllAlerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-top: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#notiList .notificationHeader {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #003359;
  padding: 10px;
  padding-left: 20px;
}

#notiList .markAllAsRead {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #0099cc;
  cursor: pointer;
  padding: 10px;
  padding-right: 20px;
}

#notiList .seeAll {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.24px;
  color: rgba(30, 30, 30, 0.5);
  cursor: pointer;
}

#notiList .noti-item {
  padding: 5px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#notiList .noti-item:first-child {
  padding-top: 10px;
}

#notiList .noti-item.new {
  background: rgba(190, 214, 219, 0.2);
}

#notiList .noti-item.new .new-icon {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: #0099cc;
  border-radius: 100%;
}

#notiList .noti-item .image {
  width: 60px;
}

#notiList .noti-item .image img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

#notiList .noti-item .info {
  color: rgba(30, 30, 30, 0.5);
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0;
  line-height: 15px;
}

#notiList .noti-item .info a {
  margin: 0;
  color: rgba(30, 30, 30, 0.5);
  font-weight: bold;
  font-size: 12px;
}

#notiList .noti-item .info .time {
  font-size: 10px;
  text-align: right;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: rgba(30, 30, 30, 0.5);
}

.alertWrapper {
  display: block;
  width: 100%;
  margin: 0px 0px !important;
  text-decoration: none;
}

.alertWrapper:hover {
  text-decoration: none;
}

.singleAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.singleAlert .imageWrapper {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.singleAlert .textWrapper {
  width: 82%;
}

.unseenAlert {
  position: relative;
}

.seenAlert {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid rgba(190, 214, 219, 0.2);
}

.alertText {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: rgba(30, 30, 30, 0.5);
  word-wrap: break-word;
}

.alertDetailsText {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: rgba(30, 30, 30, 0.5);
  display: block;
}

.empty {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 35px;
  color: rgba(30, 30, 30, 0.5);
}

.alert-option-menu {
  display: inline-block;
  clear: both;
  float: right;
  color: black;
  background-color: brown;
  margin-top: 5px;
  margin-right: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  padding: 5px;
  position: absolute;
  right: 0;
  top: 15px;
}

.unfollowPostAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.24px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(30, 30, 30, 0.5);
}

.unfollowPostAlert:hover {
  background: rgba(190, 214, 219, 0.2);
}

.deleteAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.24px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(187, 0, 0, 0.5);
}

.deleteAlert:hover {
  background: rgba(190, 214, 219, 0.2);
}

.hideAlertMenu {
  display: none;
}

.acronym {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.24px;
  color: #003359;
}

.alertOptionsHidden {
  visibility: hidden;
}

#notification-tooltip {
  position: relative;
}

#notification-tooltip span {
    padding: 3px 0px!important;
    border-radius: 40px;
    position: absolute;
    right: -5px;
    top: 0px;
    width: 22px;
    font-size: 75%;
    background-color: #d9534f;
}
.inactiveLink{
  pointer-events: none;
}