.qr-code #qr-reader__dashboard_section_swaplink {
  display: none;
}

.qr-code #qr-reader__dashboard_section {
 padding: 5px 0 !important;
}

.qr-code #qr-reader__dashboard_section_csr button {
  border: none;
  color: #fff;
  background: linear-gradient(270deg, #157EED 0%, #0F3E6F 100%);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.18);
  height: 50px;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px;
  font-weight: 700;
  font-family: Figtree;
}

.qr-code {
  border: none !important;
  margin-top: -10px;
}

.qr-code > div:first-child {
  display: none;
}

#qr-reader__scan_region {
  min-height: 250px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qr-reader__scan_region img {
  width: 100px;
}

.touchwrapper input {
  width: 100% !important;
}

.pincode-input-container input:focus {
  box-shadow: none;
  border: 1px solid #cc0033;
  border-left-width: 1px !important;
}