.btn-link-blue {
  color: #007bff!important;
}
.notification__button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  cursor: pointer;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.notification__back {
  line-height: 16px;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid lightgray;
}

#notification-btn {
  position: relative;
}

#notification-btn::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  top: 35px;
  left: 0;
}

.notification-content-ignored {
  position: relative;
}

.notification-content-ignored::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
}

.notification__button:hover, .notification__back:hover {
  background-color: #d3d3d378;
}

.notify-active-change {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  background-color: #6c757d;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.notify-active-change__title {
  margin-bottom: 5px;
}
