@charset "UTF-8";@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone{margin-bottom:1rem}.dz-button{background:#00005c;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-block;padding:.5rem .75rem}section.fb-form button.dz-button{width:auto}.dz-preview{display:flex;flex-wrap:wrap;margin-top:10px;padding:5px;width:100%}.dz-preview .dz-infos{display:flex;flex:1;flex-wrap:wrap;padding:10px}.dz-preview .dz-infos .dz-info{margin-right:10px}.dz-preview .dz-infos .dz-filesize{color:#00005c;font-size:.9em;width:70px}.dz-preview .dz-infos .dz-filesize strong{font-weight:400}.dz-preview .dz-infos .dz-errormessage{color:#cc4b37;font-size:.9em;margin-left:10px}.dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dz-preview.dz-complete .dz-progress{display:none}.dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dz-preview .dz-progress{background:#00005c;border:3px solid #00005c;border-radius:10px;height:20px;margin:13px 10px 0;opacity:1;overflow:hidden;pointer-events:none;width:25%;z-index:1000}.dz-preview .dz-progress .dz-upload{background:#00005f;border-radius:17px;display:block;height:100%;position:relative;transition:width .3s ease-in-out;width:0}.dz-preview.dz-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D31628'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23D31628' stroke='none'/%3E%3C/svg%3E");background-position:left calc(.3125em + .25rem) center;background-repeat:no-repeat;background-size:calc(.625em + .5rem) calc(.625em + .5rem);color:#e20b13;padding:10px 10px 10px 2.25rem}.dz-preview.dz-error,.dz-preview.dz-success{background-color:initial;padding-right:30px;position:relative}.dz-preview .dz-image{line-height:10px;padding-right:5px}.dz-preview .dz-error-mark,.dz-preview .dz-success-mark{display:none}.dz-preview .dz-remove{font-size:14px}.dz-preview .dz-remove.action{background:#00005f;border-radius:100%;color:#00005f;font-size:0;height:28px;position:absolute;right:0;top:13px;width:28px}.dz-preview .dz-remove.action:after{color:#fff;content:"×";font-size:28px;font-weight:700;left:7px;position:absolute;top:-6px}.dz-preview .dz-actions{padding-right:5px;padding-top:5px}.dz-preview .dz-remove-file{background:#cc4b37;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-block;font-size:.75rem;padding:.5rem .75rem}.dz-preview .dz-remove-file:after{background-image:none}