#notification {
  color: #205dc9;
  font-weight: 600;
  cursor: pointer;
}

#notification:hover {
  color: #133879;
}

.notification_filter {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  padding: 1rem;
  z-index: 1000;
}

.notification_container {
  position: relative;
  height: 100%;
  padding-top: 5rem;
}

.notification {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: .4rem;
  box-shadow: 0 .4rem .8rem rgba(0,0,0,.2);
  overflow: scroll;
  z-index: 1000;
}

.notification h1 {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.notification > div {
  border-bottom: 1px solid #ebebeb;
}

.notification > div a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem;
  font-weight: 600;
}

.notification > div a dt {
  font-weight: 600;
}

.notification > div a dd {
  color: #777;
  font-size: 1.2rem;
}

.notification > div a.notification_read {
  font-weight: 400;
}

.notification > div a.notification_read dt {
  font-weight: 400;
}

.notification > div a:hover {
  background-color: #a6bee9;
  text-decoration: none;
}

.notification .notification_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}

.notification .notification_label_attendance {
  background-color: #FF9393;
}

.notification .notification_label_labor {
  background-color: #C889FF;
}

.notification_badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C53939;
  height: 16px;
  width: 16px;
  font-size: 1rem;
  color: #fff;
  border-radius: 50%;
}
