/* NOTIFIKACIE FIX */
.tb-notif::after {
  content: "3";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff4444;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
}

.badge-count {
  background: #ff4444;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}
