.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.content {
	font-family: system-ui, serif;
	font-size: 3.5rem;
	padding: 5rem;
	text-align: center;
}

.qrcontent {
	font-family: system-ui, serif;
	font-size: 2rem;
	padding: 3rem;
	text-align: center;
}

.resave {
	font-size: 30px;
	color: #073A7E;
}

html {
	font-size: 120%
}

.dropdown-menu {
	width: 60%;
	left: 7rem !important;
}

.form-control {
	font-size: 35px;
}

label {
	font-size: 30px;
	font-weight: bold;
}

.bd-example-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "¾÷·Îµå";
}

.qr-size {
	width: 500px;
	height: 500px;
}

.checkbox-xl .form-check-input {
 top: 1.2rem;
 scale: 1.7;
 margin-right: 0.8rem;
 }
 
 .checkbox-xl .form-check-label {
 padding-top: 0px;
 }
 
 .btn-upload {
  width: 350px;
  height: 80px;
  background: #073A7E;
  color: #ffffff;
  border: 1px solid rgb(77,77,77);
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  float:right;
  &:hover {
    background: rgb(77,77,77);
    color: #fff;
  }
}

#formFileMultiple {
  display: none;
}
 
 