.add-file .input-file{display:flex;align-items:center;margin-bottom:1rem;cursor:pointer}.add-file .input-file input{display:none}.add-file .input-file .file-icon{margin-right:.5rem}.add-file .input-file .file-text{font-weight:700}.add-file .file-note{margin-bottom:1.5rem}@media(min-width:992px){.add-file .file-note{margin-bottom:2rem}}.add-file.small .input-file{margin-bottom:.25rem}.add-file .has-error .error-block{max-height:3rem;opacity:1}.add-file .error-block{display:flex;min-height:1rem;max-height:0;color:#a81d28;opacity:0;transition:max-height .2s cubic-bezier(.65,.05,.36,1),opacity .2s cubic-bezier(.65,.05,.36,1)}