.aside__header {
  padding-bottom: 0;
}

.aside__logo {
  width: 100px;
}

.signup__logo {
  width: 100px;
  padding: 15px;
}

.password {
  display: flex;
  flex-direction: row;
}

.toggle-password {
  width: 30px;
  height: 40px;
  display: flex;
  padding: 10px 5px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  background-image: url(/img/ic_eye_hide.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.kyc__upload__item__title {
  color: #7f7f7f;
}

.currency_list {
  width: 280px;
}

.dashboard__buy__method .control-label,
.dashboard__buy__method .control-label .has-success {
  font-weight: normal;
  color: #7f7f7f;
}

.pw-hide {
  background-image: url(/img/ic_eye_show.svg);
}

.dashboard__buy__method__content__item {
  max-width: 25%;
}

.dashboard__buy__method__content__item {
  max-width: fit-content;
  margin-right: 0!important;
}

.ps-icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 2px;
}

.dashboard__buy__method__content {
  gap: 8px;
}

.ps-icon {
  height: 34px;
  display: inline-flex;
}

.dashboard__buy__amount__input {
  padding-right: 100px;
}

.red {
  color: red;
}

@media (max-width: 770px) {
  .currency_list {
    width: 100%;
  }

  .dashboard__buy__method__content__item {
    max-width: 100%!important;
    width: 100%;
  }
}
