body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
}

.badge-card {
  background-color: #333941;
  border-radius: 12px;
  padding: 20px 0px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slot {
  width: 35px;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 12px;
}

#qrImage {
  width: 120px;
  height: 115px;
  margin: 20px 0;
}

#labelText {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
}/*# sourceMappingURL=call-us.css.map */