* {
  font-weight: normal;
  text-align: center;
  
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}

b {
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  padding-top: 40px;
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

h4 {
  color: red;
}

label {
  display: inline-block;
  /* add this */
  padding-top: 8px;
}

.input-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.input-group{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px
}
.text-input {
  height: 40px;
  font-size: 16px;
}
#csvFile {
  padding-top: 40px;

}

input::file-selector-button {
    font-weight: bold;
    font-size: 16px;
    background-color: cornflowerblue;
    color: white;
    padding: 0.5em;
    border: thin solid dodgerblue;
    border-radius: 3px;
  }

#qrcodes {
  display: none;
}

#wait {
    font-size: 32px;
  color: red;
  margin: auto 0px;
}
.hide {
  display: none;
}

.show {
  display: block !important;
}

.version{
margin-top: auto;
}