:root {
  --plainclr:#ffffff;
  --themeprimaryclr:#333941;
}

.qrcode-sec-1 {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
}
.qrcode-sec-1 .badge-card {
  background-color: var(--themeprimaryclr);
  border-radius: 12px;
  padding: 20px 0px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qrcode-sec-1 .slot {
  width: 35px;
  height: 5px;
  background: var(--plainclr);
  border-radius: 10px;
  margin-bottom: 12px;
}
.qrcode-sec-1 #qrImage {
  width: 150px;
  height: 150px;
  margin: 20px 0;
}
.qrcode-sec-1 #labelText {
  color: var(--themeprimaryclr);
  background-color: var(--plainclr);
  padding: 4px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 4px;
  margin-top: 10px;
}/*# sourceMappingURL=qrDesign1.css.map */