.drag__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:#f9f9fe;border:2px dashed #aeaed3;padding:32px;border-radius:10px;cursor:pointer;color:#3c1a4e}.drag__content *{pointer-events:none}.drag__content.error{background-color:#fff6f8!important;border-color:#fe547c}.drag__input{display:none}.drag__icon{width:64px;margin-right:32px}.drag__wrapper{width:300px;max-width:60%}.drag__description{display:block;margin-bottom:8px}.drag__files{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:56px;margin-bottom:56px}.drag__file-image{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;width:40px;margin-right:32px}.drag__progress{font-size:1.4rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.drag__progress-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.drag__progress-bar{border-radius:5px;background:#aeaed3;height:8px;width:100%}.drag__progress-fill{height:inherit;border-radius:inherit;background:#5f0091}.drag__delete{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:32px;pointer-events:auto}.drag__delete:hover{color:#fe547c}.drag.hover{background:#b5b5d7;border-color:#5f0091}.drag__error{position:absolute;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;top:calc(100% + 4px);font-weight:700;color:#fe547c;font-size:1.3rem}