.icon {
  &-custom {
    &-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #29d1d3;
      position: absolute;
      right: 8px;
      top: 17px;
    }
  }
}