.notify-icon {
  position: absolute;
  top: 12px;
}

.notify-icon-unread[data-count]:after {
  position:absolute;
  right: 0px;
  top:-5px;
  content: attr(data-count);
  font-size:10px;
  padding:.3em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background:red;
}
.notify-icon-read[data-count]:after {
  position:absolute;
  right: 0px;
  top:-5px;
  content: attr(data-count);
  font-size:10px;
  padding:.3em;
  border-radius:999px;
  line-height:.75em;
  color: black;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background:white;
}
.notify-drop {
  min-width: 330px;
  background-color: rgba(0,0,0,0.8);
  min-height: 360px;
  max-height: 360px;
}
.notify-drop .notify-drop-title {
  border-bottom: 1px solid black;
  padding: 5px 15px 10px 15px;
}
.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: rgba(0,0,0,0.8);
}

.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: rgba(0,0,0,0.8);
}

.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #222222;
}
.notify-drop .drop-content > li {
  border-bottom: 1px solid rgb(0,0,0);
  padding: 10px 0px 5px 0px;
  background-color: rgb(0,0,0);
}
.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: rgb(0,0,0);
}
.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.notify-drop .drop-content > li:hover {
  background-color: rgb(0,0,0);
}
.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  min-width: 45px;
  min-height: 45px;
  margin: 0px 0px 8px 0px;
}
.notify-drop .drop-content > li .notify-img img {
  max-width: 60px;
  max-height: 60px;
}
.notify-drop .allRead {
  font-size: 11px;
  margin-right: 7px;
}
.notify-drop .rIcon {
  margin-top: 3px;
  float: right;
  color: rgba(255,255,255,0.6);
}
.notify-drop .rIcon:hover {
  color: rgba(255,255,255,0.8);
}
.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #5bc0de;
}
.notify-drop .drop-content > .clickable-notification {
  cursor: pointer;
}
.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: orange;
}
.notify-drop .drop-content > .notify-drop-seperator {
  background: #111111;
  border-radius: 20px;
  padding: 10px 0 2px;
  width: 95%;
  margin: 10px auto;
}
.notify-drop .notify-drop-footer {
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.notify-drop .notify-drop-footer a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}
.notify-drop .notify-drop-footer a:hover {
  color: rgba(255,255,255,0.8);
}

.notify-page {
  min-width: 330px;
  min-height: 360px;
  list-style-type: none;
  max-width: 720px;
}
.notify-page .notify-page-title {
  padding: 5px 15px 10px 15px;
}
.notify-page .page-content > li {
  padding: 10px 0px 5px 0px;
}
.notify-page .page-content > li:nth-child(2n+0) {
  background-color: rgb(0,0,0, 0.3);
}
.notify-page .page-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.notify-page .page-content > li:hover {
  background-color: rgb(0,0,0);
}
.notify-page .page-content > li:last-child {
  border-bottom: none;
}
.notify-page .page-content > li .notify-img {
  display: inline-block;
  min-width: 45px;
  min-height: 45px;
  margin: 0px 0px 8px 0px;
}
.notify-page .page-content > li .notify-img img {
  max-width: 100px;
  max-height: 100px;
}
.notify-page .allRead {
  font-size: 11px;
  margin-right: 7px;
}
.notify-page .rIcon {
  margin-top: 3px;
  float: right;
  color: rgba(255,255,255,0.6);
}
.notify-page .rIcon:hover {
  color: rgba(255,255,255,0.8);
}
.notify-page .page-content > li a {
  font-size: 12px;
  font-weight: normal;
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.notify-page .page-content > li {
  font-weight: bold;
  font-size: 11px;
}
.notify-page .page-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #5bc0de;
}
.notify-page .page-content .pd-l0 {
  padding-left: 0;
}
.notify-page .page-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.notify-page .page-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: orange;
}
.notify-page .page-content > .notify-page-seperator {
  background: rgba(0,0,0, 0.5);
  margin: 10px 0;
  border-radius: 20px;
  padding: 10px 0 2px;
}