.topup-title {
  color: #242323;
  font-weight: 500;
}

.topup {
  &-header {
    display: flex;
    width: 100%;
    height: 44px;
    font-size: 1rem;
    line-height: 1.3rem;
    align-items: center;
    &-label {
      width: 100%;
      padding-right: 20px;
      margin-bottom: 0;
      @extend .topup-title;
    }
  }
  &-close-icon {
    margin-left: 8px;
    &:hover {
      cursor: pointer;
      filter: opacity(0.8);
    }
    &:active {
      transform: translateY(2px);
    }
  }
  &-charge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
    .charge-select {
      color: #797979;
      font-size: 0.8rem;
      padding-top: 12px;
      padding-bottom: 4px;
    }
    .charge-money {
      font-size: 1.6rem;
      font-weight: 500;
      align-self: flex-end;
      .unit {
        font-size: 1rem;
      }
      &-input {
        position: relative;
        width: 100%;
        &-label-left {
          position: absolute;
          bottom: 6px;
          left: 0;
          font-size: 20px;
          color: #9b9b9b;
        }
        &-label-right {
          position: absolute;
          bottom: 8px;
          right: 0;
          font-size: 16px;
          color: #232424;
        }
      }
      input {
        border-bottom: 2px solid #00b8f5;
        border-top: none;
        box-shadow: none;
        border-left: none;
        border-right: none;
        border-radius: unset;
        text-align: right;
        font-size: 1.6rem;
        font-weight: 500;
        padding-right: 0.9rem !important;
      }
    }
    .charge-area {
      display: flex;
      align-self: center;
      padding: 12px 0;
      .money-number {
        color: #00caff;
        border: 1px solid #00caff;
        border-radius: 3px;
        padding: 8px 10px;
        &:hover {
          cursor: pointer;
          filter: opacity(0.7);
        }
        &:active {
          transform: translateY(1px);
        }
      }
      .margin {
        margin-left: 2px;
        margin-right: 2px;
      }
      .margin-left {
        margin-left: 2px;
      }
      .margin-right {
        margin-right: 2px;
      }
    }
  }

  &-divider {
    border: 1px solid #eee;
  }

  &-money {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 12px 24px;
    &-label-container {
      padding-top: 10px;
    }
    &-label {
      font-size: 0.8rem;
      color: #767676;
    }
    &-number-container {
      padding-right: 24px;
    }
    &-number {
      font-size: 1.8rem;
      font-weight: 500;
    }
    &-unit {
      font-size: 1rem;
      font-weight: 500;
    }
    &-balance-container {
      display: flex;
      padding-right: 12px;
    }
    &-balance-icon {
      position: relative;
      top: -2px;
      width: 42px;
    }
    &-detail {
      line-height: 1;
      text-align: left;
      margin-left: 6px;
    }
    &-balance-label {
      font-size: 0.8rem;
      font-weight: 500;
      color: #606060;
    }
    &-balance-number {
      font-size: 0.6rem;
      font-weight: 500;
      color: #6e6e6e;
    }
    &-card-auth {
      width: 11px;
      height: 11px;
    }
    &-auth-name {
      color: #32bc01;
      font-size: 0.7rem;
    }
    &-next-icon {
      position: relative;
      top: 8px;
      &:hover {
        cursor: pointer;
        filter: opacity(0.5);
      }
      &:active {
        transform: translateY(2px);
      }
    }
  }

  &-btn-container {
    width: 100%;
    padding: 12px 24px 24px 24px;
    .btn-block {
      width: 100%;
    }
  }

  &-money-list {
    ul {
      list-style-type: none;
      padding-left: 12px;
      li {
        text-align: left;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        span {
          font-size: 0.8rem;
        }
        &:hover {
          cursor: pointer;
          filter: opacity(0.8);
        }
      }
    }
  }
}
