.file-uploader{background:rgba(55,156,98,.09);border:2px dashed #379c62;border-radius:30px;min-height:200px;display:flex;align-items:center;justify-content:center}.file-uploader p{text-align:center}@media screen and (min-width:620px){.file-uploader p span{display:none}}.list-file-uploaded{padding:1rem}.list-file-uploaded__icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#379C62,#00658F);border-radius:50%;width:40px;height:40px;margin-right:20px}.list-file-uploaded__icon svg{width:20px}.list-file-uploaded__name{color:#423c3c;font-size:.9rem;text-align:left}.list-file-uploaded__name span{display:block;font-size:.8rem;color:#7f7b7b}.list-file-uploaded__delete{width:20px;height:20px;cursor:pointer;margin-left:auto}.list-file-uploaded__delete svg{width:20px}