.UploadingFile {

    &-progress-bar-component {
        width: 100%;
    }

    &-name-percent {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    &-name {
        font-size: 14px;
        font-weight: 500;
        max-width: 500px;
        word-wrap: break-word;
    }

    &-progress-bar-progress {
        background-image: linear-gradient(93deg, #4ea6ff, #0070e0);
        height: 10px;
    }
}
