:root {
  --bg-color: #EBEBE8;
}

h1 {
  text-align: center;
}

.card {
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.192);
  border-radius: 0.5rem;
}

.drawingBuffer {
  display: none;
}

.title_header {
  margin-bottom: 1rem;
}

.glutter {
  --bs-gutter-x:0;
}

.main {
  margin-top: 100px;
}

.main_body {
  background: var(--bg-color);
  padding: 2rem 0;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.192);
}

.prev_events .card p {
  color: gray;
  pointer-events: none;
}

.prev_events .card a {
  cursor: not-allowed;
  color: gray;
  text-decoration: none;
}

#reader {
  width: 800px;
}

.result {
  background-color: green;
  color: #fff;
  padding: 20px;
}

.row {
  display: flex;
}

#reader__scan_region {
  background: black;
}

.scanner {
  padding: 1rem;
}

#interactive {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#interactive video {
  width: 100%;
}

.btns {
  text-align: center;
  margin: 1rem 0;
}

.svg_output {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.validity_check {
  display: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  font-weight: bolder;
  box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.192);
  cursor: pointer;
  transition: 0.3s ease;
}

.validity_check.show {
  display: block;
}

.validity_check p {
  margin: 0;
}

h1#title {
  string-set: title content(text);
}

@page {
  size: 230mm 300mm;
  bleed: 6mm;
  marks: crop;
  margin-left: 5mm;
  margin-right: 5mm;
  margin-top: 5mm;
  margin-bottom: 5mm;
  @top-center {
    content: string(title);
    text-transform: uppercase;
  }
  @bottom-left {
    content: "Page " counter(page) " of " counter(pages);
  }
}
.meta_info {
  height: 110vh;
}

.tokens_container {
  -moz-column-break-before: page;
       break-before: page;
}

.token {
  position: relative;
  width: 420px;
  margin: 2px 0;
}

.token_body {
  height: 65px;
}

.token_usage_print {
  display: flex;
}
.token_usage_print li {
  list-style: disc;
  font-weight: bolder;
  margin: 0 1rem;
}

.token::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://th.bing.com/th/id/R.9022450cb9bd5c25aa83792341c1d93e?rik=pyPsMUjo7%2fTeLg&riu=http%3a%2f%2fcse.iubat.edu%2fwp-content%2fuploads%2f2019%2f06%2fiubat_cse-logo.png&ehk=EDxgn3M75GwbAI3b1Fwn7FLCfXN4NLEy3HGYtpFFQO8%3d&risl=&pid=ImgRaw&r=0") no-repeat center;
  opacity: 0.1;
}

.token_body {
  position: relative;
}

.qr-code {
  position: absolute;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=style.css.map */