/* put your own styles to customize and override the theme */
body {
  font-family: sans-serif;
}

a {
  color: #369;
}

.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 100%;
  margin: 20px auto;
  padding: 20px;
}

#drop-area.highlight {
  border-color: #346cb0;
}

p {
  margin-top: 0;
}

.my-form {
  margin-bottom: 10px;
}

#gallery {
  margin-top: 10px;
}

#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.button:hover {
  background: #ddd;
}

#fileElem {
  display: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a {
  text-decoration: none;
}

.user-list-drag-text:hover {
  color: '#346cb0'
}

.qr-next-button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 9px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.qr-next-button:hover {
  background-color: #47914a;
}

.reload-button {
  background-color: #007bffde;
  border: none;
  color: white;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.reload-button:hover {
  background-color: #0056b3;
}

.reload-button::after {
  content: "\21bb";
  margin-left: 5px;
}