.notification-num {
  position: relative;
  right: 0.9rem;
  bottom: 0.5rem;
  height: 1rem;
  width: 1rem;
  color: white;
  background-color: red;
  border-radius: 50%;
  padding: 0 0.4rem;
}
.notification-num.num-small-offset {
  right: 0.2rem;
}


.notification-alert {
  position: relative;
  right: 0.5rem;
  bottom: 0.5rem;
  height: 1rem;
  width: 1rem;
  color: white;
  background-color: red;
  border-radius: 50%;
  padding: 0 0.4rem;
}

.js-notifications {
  position: relative;
}

.js-notification-element {
  cursor: pointer;
}

#div-notification-container {
  overflow-y: auto;
  display: block;
  position: relative;
  top: 100%;
  right: 0;
  left: auto;
  padding: 0.5rem;
  min-width: 20rem;
  max-height: 40rem;
}

div.notification-card {
  font-size: .9rem;
}

div.notification-card p {
  margin: 0;
}
#notification-table {
  margin: 0 auto;
  width: 100%;
}

#notification-table tr td.right{
  text-align: right;
}

.js-dismiss-notifications {
  background-color: var(--primary-project-color) !important;
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
}
.js-dismiss-notifications p {
  padding: 0.1rem 0.5rem;
}