
.nut-address {
  &-elevator {
    display: flex;
    margin-top: 20px;
  }

  &-exist {
    display: block;
    padding: 15px 20px 0;
    height: 279px;
    overflow-y: auto;
    box-sizing: border-box;

    &-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-size: $font-size-small;
      line-height: $font-size-base;
      color: $color-title;

      &.active {
        font-weight: $font-weight-bold;
      }

      &-info {
        margin-left: 9px;
      }
    }
  }

  &-footer {
    width: 100%;
    height: 54px;
    padding: 6px 0px 0;
    border-top: 1px solid $color-border;

    &-btn {
      width: 90%;
      height: 42px;
      line-height: 42px;
      margin: auto;
      text-align: center;
      background: $button-primary-background-color;
      border-radius: 21px;
      font-size: 15px;
      color: $color-primary-text;
    }
  }
}

[dir='rtl'] .nut-address,
.nut-rtl .nut-address {
  &-exist {
    &-item {
      &-info {
        margin-left: 0;
        margin-right: 9px;
      }
    }
  }
}
