:root {
  --pdf_image_height: 1300px;
}

input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}


html, body {
    width: 98%;
    margin: auto;
}

.dropzone-sumida {
    background-color: whitesmoke;
    border: dotted gray 2px;
    border-radius: 10px;
}