.bell {
  position: relative;

  &__icon {
    cursor: pointer;

    position: relative;
    top: -2px;

    display: flex;

    width: 24px;
    margin: 0 6.5px;
  }

  &__round {
    position: absolute;
    top: -1px;
    right: 7px;

    width: 7px;
    height: 7px;

    background: var(--default-color-red);
    border-radius: 100%;
  }
}
