/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-address-elevator {
  display: flex;
  margin-top: 20px;
}
.nut-address-exist {
  display: block;
  padding: 15px 20px 0;
  height: 279px;
  overflow-y: auto;
  box-sizing: border-box;
}
.nut-address-exist-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #1a1a1a;
}
.nut-address-exist-item.active {
  font-weight: 600;
}
.nut-address-exist-item-info {
  margin-left: 9px;
}
.nut-address-footer {
  width: 100%;
  height: 54px;
  padding: 6px 0px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.nut-address-footer-btn {
  width: 90%;
  height: 42px;
  line-height: 42px;
  margin: auto;
  text-align: center;
  background: linear-gradient(90deg, #ff475d 0%, #ff0f23 100%);
  border-radius: 21px;
  font-size: 15px;
  color: #ffffff;
}

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