.alert {
  position: relative;
  display: inline-block;
}

.alert-number {
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--blue);
  color: var(--blue);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -2px;
  width: 20px;
}
