.notify-scroll {
  max-height: 400px;
  overflow-y: scroll;
}
.notify-scroll ul.timeline {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.notify-scroll ul.timeline:before {
  content: '';
  background: none;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
  z-index: 400;
  border-left: 1px dashed #BEBCBC;
}
.notify-scroll ul.timeline li.noti-item {
  padding-left: 30px;
  display: block;
}
.notify-scroll ul.timeline li.noti-item:hover {
  background: #E9ECEF;
}
.notify-scroll ul.timeline li.noti-item:not(:last-child) {
  margin-bottom: 15px;
}
.notify-scroll ul.timeline li.noti-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #F2F4F9;
  border: 2px solid #001D85;
  box-sizing: border-box;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.notify-scroll ul.timeline li.noti-item .noti-item__time {
  font-size: 14px;
  color: #969696;
}
.notify-scroll::-webkit-scrollbar {
  background: #f1f1f1;
  width: 2px;
}
.notify-scroll::-webkit-scrollbar-thumb {
  background: #888;
}
.header__notification {
  margin-right: 30px;
}
.header__notification .noti-badge {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #F25734;
  right: 1px;
  border-radius: 50%;
  overflow: hidden;
}
.header__notification .dropdown-notification {
  border-radius: 50%;
  background: #F2F4F9;
  width: 45px;
  height: 45px;
  display: flex;
  cursor: pointer;
}
.header__notification .dropdown-notification img {
  margin: auto;
}
.header__notification .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #F2F4F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  inset: 50px 0 auto auto !important;
  transform: unset !important;
}
.header__notification .dropdown-menu .noti-header {
  margin-bottom: 20px;
}
.header__notification .dropdown-menu .noti-header .noti-header__title {
  font-weight: 700;
}
.header__notification .dropdown-menu .noti-header .noti-header__history {
  float: right;
}
.header__notification .dropdown-menu .noti-body {
  width: 350px;
}
.header__notification .dropdown-menu .noti-body .no-noti {
  color: #AFAEAE;
}
#header .header-mobile .header-mobile__menu {
  margin: auto 0;
  width: 45px;
  height: 45px;
}
#header .header-mobile .header__notification {
  margin: auto 20px auto auto;
}
