/* Minimal Dropzone CSS placeholder
   This file is provided so the stylesheet request returns a valid CSS file
   and a proper Content-Type header. Replace with the official Dropzone
   stylesheet if you need full styles: https://www.dropzone.dev/
*/

/*.dropzone{box-sizing:border-box;min-height:100px;border:2px dashed #e9ecef;background:#ffffff;padding:20px;border-radius:.25rem}
.dropzone .dz-message{text-align:center;color:#6c757d;font-size:0.95rem}
.dropzone .dz-preview{display:inline-block;margin:8px}
.dropzone .dz-preview .dz-image img{display:block;max-width:100%}
.dz-success{background:#e6ffed}
.dz-error{background:#fff5f5}
.dz-hidden{display:none!important}*/
