#qr_code_modal,
#qr_code_modal .modal_content {
  padding: 0;
}

#qr_code_modal button[data-axi="close_modal"],
#qr_code_modal .modal_header {
  display: none;
}

.qr_code_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scanner {
  border-radius: var(--border-radius);
  overflow: hidden;
  min-width: 200px;
  height: auto;
  max-height: calc(80vh - 150px);
}

#scanner video {
  width: 100% !important;
  height: 100% !important;
}

#cancel_scan {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
