@import '../helpers/helpers';

.page_tradePro-address-book {
  .aside-nav2 {
    &__item {
      svg {
        margin-right: 10px;
      }
    }
  }

  .rewards-counter {
    position: relative;
    margin-left: 10px;
    top: 0;
    left: 0;
  }

  .acc-icon {
    margin-right: 15px;
    color: $warm-grey;
  }

  .user-address {
    &:first-child {
      .acc-icon {
        display: none;
      }
    }

    &__wrapper {
      margin-top: 20px;
    }

    &__no-saved-address {
      text-align: center;
      border: 1px solid $gray;
      padding: 20px;
    }

    &__no-saved-title {
      margin-bottom: 1rem;
    }
  }
}
