.leads-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.leads-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.leads-icon {
  width: 100%;
  height: auto;
  display: block;
}

.notification-dot {
    position: absolute;
    content: "";
    top: 5px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 100%;
    border: 1px solid #fff;
}