body #wps-notifs-icon {
  cursor: pointer;
  margin: 0 15px;
  transform: scale(1.2);
}
body #wps-notifs-icon .number {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D14646;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
  font-weight: 500;
  top: -5px;
  right: -9px;
}
body #wps-notifs-dd {
  position: fixed;
  display: none;
  right: 0;
  top: 89px;
  width: 450px;
  border: 1px solid #fff;
  background: #fff;
  z-index: 9999;
  text-align: left;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body #wps-notifs-dd::before {
  position: absolute;
  content: "";
  top: -7px;
  right: 80px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #fff;
  margin: 0;
}
body #wps-notifs-dd h4 {
  position: relative;
  margin: 15px 0 10px 0;
}
body #wps-notifs-dd h4 #close-all {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
  font-weight: 300;
}
body #wps-notifs-dd ul {
  margin: 0;
  padding: 0 5px 0 5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 580px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body #wps-notifs-dd ul * {
  transition: all 200ms;
}
body #wps-notifs-dd ul::-webkit-scrollbar {
  width: 2px;
}
body #wps-notifs-dd ul::-webkit-scrollbar-track {
  background: #fff;
}
body #wps-notifs-dd ul:hover::-webkit-scrollbar-track {
  background: #eee;
}
body #wps-notifs-dd ul::-webkit-scrollbar-thumb {
  background: #ddd;
}
body #wps-notifs-dd ul:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}
body #wps-notifs-dd ul::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
body #wps-notifs-dd ul .wps-notifs-row {
  padding: 10px 0 15px 0;
  cursor: default;
  background: #fafafa;
}
body #wps-notifs-dd ul .wps-notifs-row.readed {
  background: #fff;
}
body #wps-notifs-dd ul .wps-notifs-row:hover {
  background: #eee;
}
body #wps-notifs-dd ul .wps-notifs-row:hover .icon {
  opacity: 1;
}
body #wps-notifs-dd ul .wps-notifs-row .icon {
  text-align: center;
  padding-right: 0;
  opacity: 0.5;
  font-size: 1.5em;
}
body #wps-notifs-dd ul .wps-notifs-row .icon.wps-notifs-icon-type-info {
  color: #4CE0E2;
}
body #wps-notifs-dd ul .wps-notifs-row .icon.wps-notifs-icon-type-success {
  color: #A2B922;
}
body #wps-notifs-dd ul .wps-notifs-row .icon.wps-notifs-icon-type-alert {
  color: #D14646;
}
body #wps-notifs-dd ul .wps-notifs-row .title {
  margin-top: 5px;
  font-weight: 400;
}
body #wps-notifs-dd ul .wps-notifs-row .time {
  color: #aaa;
  margin-bottom: 5px;
  font-size: 0.7em;
}
body #wps-notifs-dd ul .wps-notifs-row .description {
  max-width: 345px;
  font-size: 0.9em;
}
body #wps-notifs-dd ul .wps-notifs-row .href {
  margin-top: 5px;
  font-size: 0.9em;
}
body #wps-notifs-dd ul .wps-notifs-row .close i {
  margin-top: 8px;
  color: #212121;
}
body #wps-notifs-dd ul .wps-notifs-row:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
body #wps-notifs-dd .message.no-notification {
  text-align: center;
}
body.admin-bar #wps-notifs-dd {
  top: 121px;
}

/*# sourceMappingURL=wps-notifications.css.map */
