header{
  background-color: #fff;
  position: fixed;
  top: 0px;
  height: 77px;
  width: 100%;
  border-bottom: 1px solid #fce0de;
  padding: 15px 0;
  z-index: 100;
}

header a{
  color: #202d40;
}

.top-menu-center li{
  border-bottom: 3px solid transparent;
}

.top-menu-center li:hover{
  border-bottom-color: var(--primary-color);
}

.top-menu-center a{
  font-weight: 600;
  font-size: 17px;
  line-height: 125%;
  padding: 12px 0;
  display: block;
}

#notification-header{
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translate(-80%, 0%);
  width: 280px;
  box-shadow: 0 13px 48px -12px rgba(16, 24, 40, 0.349);
}

#notification-header ul li:first-child:hover{
  background-color: #fff;
  cursor: auto;
}

#notification-header ul li:hover{
  background-color: #fce0de;
  cursor: pointer;
}