.wallet23-register .back-button {
  padding: 0;
  border: 0;
  font-size: 30px;
  line-height: 1;
}

.wallet23-register .primary-button,
.wallet23-register .secondary-button {
  border: 0;
}

.wallet23-register .primary-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.wallet23-register-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  color: #a01430;
  font-size: 13px;
  line-height: 1.45;
  background: #fff5f7;
  border: 1px solid rgba(254, 44, 85, 0.22);
  border-radius: 8px;
}

.wallet23-register-message.success {
  color: #166534;
  background: #f0fdf4;
  border-color: rgba(22, 101, 52, 0.2);
}

.wallet23-profile-identity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.wallet23-profile-id-label {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.withdrawal-container .crypto-input.wallet23-wallet-locked {
  color: #303133;
  background: #f5f5f7;
  cursor: default;
}
