/* iFeedeBook notification click hard fix */

.ifb-notification-target-flash {
  animation: ifbNotificationTargetFlash 2.4s ease-in-out 2;
  position: relative;
  z-index: 2;
}

.ifb-comment-target-flash {
  animation: ifbCommentTargetFlash 2.8s ease-in-out 2;
  background: #fff8bf !important;
  outline: 2px solid #e5c84f;
}

@keyframes ifbNotificationTargetFlash {
  0% { box-shadow: 0 0 0 0 rgba(255, 244, 150, 0); }
  18% { box-shadow: 0 0 0 4px rgba(255, 228, 85, .75); background-color: #fff8bf; }
  45% { box-shadow: 0 0 0 2px rgba(59, 89, 152, .55); background-color: #f2f5fb; }
  100% { box-shadow: 0 0 0 0 rgba(255, 244, 150, 0); }
}

@keyframes ifbCommentTargetFlash {
  0% { box-shadow: 0 0 0 0 rgba(255, 244, 150, 0); }
  20% { box-shadow: 0 0 0 3px rgba(255, 228, 85, .8); }
  60% { box-shadow: 0 0 0 2px rgba(59, 89, 152, .55); }
  100% { box-shadow: 0 0 0 0 rgba(255, 244, 150, 0); }
}

.ifb-notification-resolving {
  opacity: .72;
}

.ifb-scroll-target-note {
  margin: 0 0 8px;
  padding: 6px 8px;
  border: 1px solid #b3bdd2;
  background: #fff8bf;
  color: #1c2a47;
  font-size: 11px;
}
