/* body {
  background: #f0f0f0;
} */
.container {
  background: white;
}
.header {
  height: 65px;
}
#note {
  display: none;
}
.brought {
	margin-bottom:10px;
}
.control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdf-progress {
  padding: 2.5rem 0;
  text-align: center;
}
#pdf-canvas {
  display: none;
}
#pdf-to-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  gap: 5px;
  height: 480px;
  overflow: auto;
  border: 2px dashed gainsboro;
  border-radius: 10px;
  padding: 10px;
}
.preview {
  width: 180px;
  /* transition: transform ease-in-out 0.3s; */
}
img.preview:hover {
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
  /* transform: scale(4); */
}

/* options */
.options {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-switch {
  padding-left: 0em;
}
#many {
  float: right !important;
}
#formany {
  color: #80808085;
}
#pixel, #magnif {
  border-radius: 8px;
  height: 25px;
  float: right;
  padding: 0px 2px 0px 15px;
  width: auto;
  text-align: right;
}
#convert-pdf-pngs-docx {
  padding: 5px 20px;
  white-space: nowrap;
  width: 100%;
  background: #00a551;
}
#clear {
  width: 60px;
  padding: 2px;
}

/* drag&drop */
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  height: 200px;
  font-family: sans-serif;
  padding: 20px;
  cursor: pointer;
}
#drop-area.highlight {
  border-color: purple;
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#hint {
  text-align: center;
  color: gainsboro;
  top: 60px;
  position: relative;
}
#gallery {
  margin-top: 10px;
  height: 100%;
  overflow-y: auto;
}
#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;
}
